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

90 total results found

Systems in art & design

Creative Coding Concepts

...could be used to produce wholly new forms and possible new aesthetic experiences Cybernetic Serendipity - Institute of Contemporary Art (1968) Gordon Pasque - Colloquy of Mobiles Catalogue Critique Exemplary for the appeal of the gr...

"Hello, World!" in Node.js

Creative Coding Tutorials

...st people write when learning a new programming language is one for ...mkdir [directory-name] - Make a new directory in your current location touch [file-name] - Create an empty file The result of this should be a directory and file on your desktop i...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...panel and select cube. With our new cube selected, let's change the ...sting, let's create and apply a new colour material to our interactable object, just right click on top of the project panel and select Create/Material, give it a meaningful name, like ...

Object in the space AR

Spark AR other Content and Tutorials

... Launch Spark AR and create a new project from a template (File & ...gt; New Project from template > World Object) You should now see in your Spark AR project window something like this: There is a preview of what your project will look li...

3D Scanning a face for MetaHuman

Metahuman Creator

...acial features of the scan to a new digital subject. 1. Using the R ... you should be able to create a new project. This will open your phone camera. 2. Prepare your subject and lighting. You will get the best results when scanning in natural, neutral ligh...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

...nd controllers. Create a New VR Project: Launch Unreal Engi ...ne and create a new project. Choose the "Virtual Reality" or "VR Template" as a starting point for your Vive Pro Eye project. Configure Project Settings: Go to Edit > Project Se...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

...ws us to manipulate data and program our network. A bit like using layers in Photoshop, every new node you add alters the previou ... Operator's Wiki help page in a new browser window, ie: https://docs.derivative.ca/index.php?title=Video_Device_In_TOP.   

A circle following the mouse

Touchdesigner Basics of Touchdesigner

... 0.8 .  To Range indicates the new set of values between we want x ...he previous reference with this new set of values by activating the Math CHOP operator, then drag and drop the channel into the x parameter in Translate TOP.  The circle should now be...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

...ocessing. Go to line 15. port = new Serial(this, "COM20", 9600); " ...nged the code like this. port = new Serial(this, "/dev/cu.usbmodem14601", 9600); You can find your port name at the bottom of your Arduino IDE or go to Tools > Port > ########(Arduino ...

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

...12/2024) Change this line cam = new Capture(this, cameras[0]); to " ...y returned by list(): cam = new Capture(this, width, height, "pipeline:avfvideosrc device-index=0", 30); cam.start(); } } void draw() { if (cam.available() == tr...

Week 4 - Other inputs and APIs

Creative Coding Workshop: Introduction to Creative Coding

...mes Independently researching new features of p5.js using the documentation Using inputs to control behaviour of your sketch Understanding the concept of web-based APIs and basic use In groups create a sketch that uses either at least one input (lear...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

... 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 ...

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...

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; ...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...numCols # Outputting new values to 'constant' operator output.par.value0 = centerx - 0.5 output.par.value1 = centery - 0.5 return Close the textport and in the parameters window of Execute DAT, turn on the Frame Sta...