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

132 total results found

UE Installation and Set-up

Unreal Engine Basics

...finishes, run the installer and wait for it to complete. Creat ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to complete. Depending on your system specifications and I...

3D Scanning a face for MetaHuman

Metahuman Creator

...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...o the process entirely. We also want to crop our scan to save the ...ptured. After this, you should wait for the model to generate. Th...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

What is a NeuroSky Brainwave? NeuroSky Brainwave is a technology that uses EEG ...roSky chip can be found on brainwave-controlled toys such as the Star Wars Force Trainer. The toy can be ...orial, we are using an UNO, hardware Serial (pins 0 & 1) is shared...

Web App Template for Beginners

Creative Coding Tutorials

...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...to this project folder (we only want it to live in this folder, no ...ction. You can think about this way: HTML file is like the frame of a painting, and JS is what happens on the canvas...

(MAC) Automatic printing with Automator

Physical Computing Tutorials

... programming knowledge or don't want to do a lot of coding. One of ...ter Choose the folder where you want to put all your printing file ...and choose the printer that you want to use as the default printer. 5. Save the Script 6. Quit Automator You must ...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia .... However, if you feel like you want to add more assets to fill out your scene, the foliage packs also contain small...

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...hese values to get the size you want on your project. After changing these values and saving the material, we will ...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

... object from it's background we want to look for the white pixels ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth.  Afterwards add a TopTo CHOP to your thr ...howing mostly 1s.  Finally, we want to convert these 1s into X an...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ...if statement is the most common way to make a simple interaction between two components. For example: if(distan...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...mage into bitmap code image2cpp was created by GitHub user javl an ...d provides a handy way to create bitmaps without inst ...alling any additional software. Know more here. Upload your ...think about how many frames you want and how many frames can Ardui...

Planning

Creative Coding Concepts

...c - + * / Conditional Logic / Control flow if else elseif boolean conditions and comparison operators == logical operators && || Iteration for while arrays Functions Other concepts Coordinates (Cartesian/Polar) Colour space / ...

Week 4 - Other inputs and APIs

Creative Coding Workshop: Introduction to Creative Coding

...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 (learnt today) or APIs to create an interactive sketch Local web se...

What is the MetaHuman Creator?

Metahuman Creator

...able it is. Users have complete control over every aspect of their virtual humans. They can adjust parameters like facial features, body proportions, and even create unique animations. This flexibility allows for a wide range of characters, ensuring divers...

Switch Operator

Touchdesigner Basics of Touchdesigner

...ls. Touchdesigner likes to start counting from 0, hence your first image will be indexed as "0" while your second image will be indexed as "1".  As mentioned before, we could use a button, sensor or tracking device to control the operator's INDEX slider. 

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

...rduino and Processing which can control the background colour using the colour sensor values. In the File > Examples > Adafruit TCS34725 > colorview in Arduino IDE, upload to Arduino. In the File > Examples > Adafruit TCS34725 > examples_processing > col...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

... what component we are going to control and what are they. pinMode(LED_BUILTIN, OUTPUT); we are using the built-in on-board tiny LED and it is an output as it is a light. In loop(), as the name suggested, it will loop forever. digitalWrite(LED_BUILTIN, H...

Using a Whadda Vibration Motor Module

Physical Computing Tutorials

...h as a transistor, capacitor, and diode—into a single module along with the coin vibration motor. This ensures a safe and stable circuit, allowing you to easily control the motor without needing to wo ...stop vibrating delay(1000); //wait 50 seconds. }

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...that can be analysed or used to control other devices. In this tutorial, we are using the MikroElektronika EMG Click board. Wiring 5V to 5V (Power) AN to A0 (Signal) GND to GND (Ground) Where to put the electrodes In this tutorial, we will place the 3 e...