Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

63 total results found

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...ray(Serial.list()); arduino = new Serial(this, Serial.list()[1], 115200); // Change baud rate if needed } void draw() { //clear if (keyPressed == true) { background(0); } loadPixels(); //load pixel for neomatrix int x = i % cols; ...

Installing Unity

VR tutorials - Unity HTC VIVE Tutorials

...the gear icon, this will open a new window. Select the Licenses tab and then hit Add Click on the "Get a free personal license" option. Read and agree to the terms Close the window. And that is it. Now you are all set and the software is rea...

How to make Animation on NeoMatrix

Physical Computing Tutorials

...s. Adafruit_NeoMatrix *matrix = new Adafruit_NeoMatrix(mw, mh, PIN, NEO_MATRIX_TOP + NEO_MATRIX_LEFT + NEO_MATRIX_ROWS + NEO_MATRIX_ZIGZAG, NEO_GRB + NEO_KHZ800); static const uint16_t PROGMEM // These bitmaps were written f...

What is the MetaHuman Creator?

Metahuman Creator

...ahuman Creator has implications beyond gaming. Its realistic virtual humans can be used in film, television, virtual reality, and augmented reality. This means it opens up new opportunities for storytelling and immersive experiences in various industries.

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

We have moved to a new office! The Lab is situated on the ground floor of the workshop block, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you w...

Introduction to Python

Python for Beginners

...ious one, gradually introducing new concepts and techniques. Prerequisites No prior programming experience is required to take this course. All you need is enthusiasm and a willingness to learn. If you have some experience with programming, you'll find tha...

Installing Mamba

Python for Beginners Setting Up Your Environment

... solve specific problems or add new features to Python. Instead of reinventing the wheel, it's much smarter to use these libraries when they fit your needs. The range and number of Python libaries is considered to be one of the best selling-points of the l...

Introduction to the PyCharm IDE

Python for Beginners

...blank Python project, click on "New project." PyCharm will now prompt you to configure the Python project: In this example, the project files will reside in my /home/dolica/PyCharmProjects/first-pycharm-project directory. However, you can choose a locati...

Useful learning resources

Creative Coding

...g run by Rune Madesen at ITP in New York: http://printingcode.runemadsen.com/ [Video] Printing Code: Programming and the Visual Arts, Rune Madsen https://vimeo.com/61113159 Soon to be an online book with tutorials: https://programmingdesignsystems.com/ - ...