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

76 total results found

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...ct numerical data from an audio sample. The data is later used to animate a graphic, you can quickly test this set up out by animating the radius of a Circle TOP.    While this brief video introduces the basis of extracting numerical values from a audio ...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...on and click on the button that says "Unity HUB" this will automatically open the HUB and then run the installation wizard. You will see a list of all the available Unity components, you just need to make sure that the Android and/or the IOS build suppo...

"Hello, World!" in Node.js

Creative Coding Tutorials

...t Open the file hello.js in your preferred text editor Add the following code to the top of the file and save: console.log("Hello, world ...he "Hello, world of NodeJS!" message printed out into your CLI prompt. Below is an animation of this step.

OculusQuest - Setting up development enviroment in Unity

VR tutorials - Unity Oculus Quest Tutorials

...d chance that you will get a message asking you to upgrade to a ne ... You might also get another message asking you if you want to upg ...est opening and testing the new sample scenes inside the Oculus folder, just follow the highlighted path.

AR with Unity - Step #3 - Adding content to your project

Unity AR Image target AR tutorial

...u should be able to replace the sample database with the one you have just imported. Now let's add a 3D model to the project, for this tutorial we are going to add one cube but you are welcome to use your 3D asset instead. We will need to scale it down ...

Mobile VR -Setting Up Unity

VR tutorials - Unity Mobile VR

...on and click on the button that says "Unity HUB" this will automatically open the HUB and then run the installation wizard. You will see a list of all the available Unity components, you just need to make sure that the Android and/or the IOS build suppo...

UE Installation and Set-up

Unreal Engine Basics

... you might be asked to select a save location, or have to approve a security prompt before the download can start. After the download finishes, run the installer and wait for it to complete. Create an Epic Games Account After the setup program instal...

What is the MetaHuman Creator?

Metahuman Creator

...tions or create their own. This saves time and effort while maintaining high-quality visuals. Real-Time Abilities and Accessibility: The Metahuman Creator is designed for real-time applications. This means virtual humans created with this tool can be rende...

3D Scanning a face for MetaHuman

Metahuman Creator

...e also want to crop our scan to save the processing power for the parts that really matter. You should adjust this crop box to contain the head of your model but not any excess points that were captured. After this, you should wait for the model to genera...

What is a Raspberry Pi?

Raspberry Pi

...en you are setting up. All necessary parts are included in the CTH ...or Power supply. It is not necessary to buy the official power sup ...igher storage means your pi can save more things on it. BUT, you have to be aware of the types and sizes of the SD c...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...but no prior experience is necessary. Please contact the Creative ... scenes which might contain thousands of trees or vast grasslands. ... This tool saves us the effort of individuall ...liage more sparsely and vice versa. Filling your landscape...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

... Open the image with Photoshop Save a copy in BMP format Choose W ... sprite """ # pylint: disable=global-statement global ...the end """ # pylint: disable=global-statement global ...the end """ # pylint: disable=global-statement global ...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...wnload the Haar Cascade XML and saved it in a folder called haarca ...l') # Adjust this path if necessary # Check if the cascade classifier is loaded properly if face_cascade.empty(): print("Error loading Haar Cascade classifier. Make sure the path i...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

... jpg sequences from Premier and save them in a folder called ‘animation’ Rename all jpg to 1.jpg to #.jpg using Terminal, if they are not already cd /path/to/your/folder a=1 for file in Sequence*.jpg; do mv "$file" "$a.jpg" ((a++)) done Now you can t...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

... Processing will be exactly the same as the pixel number on the Ma ...w. updatePixels(); is only necessary if the display has changed, e ...ted NeoPixel colors } } Disadvantage for this Setup We are only using the bare minimum of components and Seria...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...rd"); while (1); } nfc.SAMConfig(); // configure board to ...L Prefix }; uint8_t messageLength = sizeof(ndef) + urlLen ...h; uint8_t totalLength = messageLength + 3; // TLV: 0x03 len + ... 0x03; // NDEF Message TLV tag full[1] = message...

Web App Template for Beginners

Creative Coding Tutorials

...ut steps 6-10 will give you the same results. 6) Open the command line on your computer. On Mac, go to Applications/Utilities/Terminal. On command line, type cd. Then in Finder, select "example_app" folder and drag it to command line. It gives you the path...

How to connect a push button or switch

Physical Computing Tutorials

...ted sections below. However the same approach applies to these as it does to any other type of button or switch. Different types Rocker switch Push button Tactile button Reed switch Tilt switch Key operated switch Rotary switch Slide switch Micro switch T...

Connecting a Potentiometer

Physical Computing Tutorials

...ple, both are fundamentally the same, however it can be tricky identifying pins #1, #2, and #3 (more on this later). At its most basic, pins #1 and #3 need to be connected to Power and Ground, for example 5V and GND on an Arduino. Pin #2 the wiper needs to...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...wiring, you can use both at the same time: Digital Wired up in digital mode the sound detector signals if the sound level is low with a LOW signal, and high with a HIGH signal. This method requires: Power (VCC to 5V) Ground (GND to GND) Gate to a digital ...