Advanced Search
Search Results
66 total results found
AR with Unity - Step #2 - Unity project setup
... process, first, let's create a new Unity project, please make sure you select a 3D template. Now let's check the "gameObject" menu as this is were you will find the Vuforia elements once you enable the plug-in, for now, you will notice Vuforia objects ...
Adding content - 3D model from the internet
...k on Material. This will drop a new material into a material folder in your Assets pane. Double click your material in the Assets pane and rename the material to something more specific. To add the material to your model first select the model in...
Arrays
...the elelemnt of the list you want to access. Copy the following code into a new p5 sketch, or click on the link to open the example in the editor. var myArray = [20, 213, 100, 150, 342]; console.log( myArray[1] ); p5 Editor Arrays in Processing
Audio in Touchdesigner & Receiving data from Arduino
... will explore how to adjust our new values to the visual. Generative Sounds, Receiving data from Arduino In the first two sessions we have explored the possibility of animating with sound, using audio as our source of input. In this session we look a...
How to make Animation on NeoMatrix
...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?
...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?
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
...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
... 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
...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
...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/ - ...
How to make Animation on NeoMatrix with Processing
...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; ...