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

126 total results found

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

How to use MatrixPortal M4

Physical Computing Tutorials

... without needing additional hardware. Power: Can be powered via US ... by Adafruit, optimized for hardware projects like controlling sen ...layio import Bitmap # If there was a display before (protomatter, ... far right if it's gone all the way off screen. This goes in a fun...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...0x00, 0x00, 0x44, 0x00, 0x04, 0x70, 0x80, 0x04, 0x10, 0x00, 0x00, ...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 ...

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

...via HDMI as well. The below will show you two different ways to set the output device. Met ... -t sine -f 440 -c 2 Or play a WAV sound file: aplay /home/pi/Mus ...ic/youOwnSoundFile.wav Or play a MP3 sound file: cvlc /home/pi/Music/youOwnSoundFile.mp3

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } Getting started This is modified from Adafruit LED Backpack library - sevenseg example. Make sure to have the correct i2c...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....

How to export your p5.js as a video

Creative Coding Tutorials

...ime-based work in p5.js you may want to capture the canvas as a vi ...re beginning to capture. If you wanted to delay the recording by a certain amount of frames you can change the boolean check. The last block of code in your draw function should be this...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

... modes of the editor. We will want to change two important setti ...k. This is not necessary if you want to make small adjustments. After clicking once to paint our landscape with Noise, it should look like this. As you can see, the height has been r...

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

...the VR platform and headset you want to target (e.g., Oculus Rift, ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...mpatible with the latest VR hardware and software updates. Remember that building VR apps can be a complex process, ...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

... bitmap spitesheet. If you just want to test the code, you can dow ...to 64 x 32 px Draw whatever you want Add new frame and draw until ...URATION direction = 1 #1 for forward, -1 for backward def load_image(): """ ...= 0 direction = 1 # Forward direction sprite_group[0]...

Command Line Tools & Utilities

Creative Coding Tutorials

A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...

Intro

Projection Mapping Intro to Projection Mapping

...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...and immersive projections. Software     A variety of projectio ...n mapping software and masking tools are availab...

How to control Arduino without using delay()

Physical Computing Tutorials

...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wires to connect on the Arduino side: LED short pin (-) to Ground LED long pin (+) to PWM Digital pin (D3), via 220Ω resistor Code In thi...

How to use a Bone Conductor Transducer

Physical Computing Tutorials

...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibrate the eardrum, and are then passed to the inner ear. With bone conduction, vibrations are sent directly through the sk...

How to install libraries

Physical Computing Tutorials

...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively new. You will often have to manually download and install a library, following the other two processes. ZIP library Loc...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...ble: function openPort() { // wait for the serial.open promise to return, // then call the initiateSerial function serial.open().then(initiateSerial); // once the port opens, let the user know: function initiateSerial() { console.log("port ...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...ficial site to download the software. Choose a suitable version fo ...ard into your computer. It is always a good habit to format the SD ...stem - Erase Click Next and wait for it to finish. 3. Image y ...i Using Raspberry Pi Imager software to Install the Raspberry Pi O...

Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner

Touchdesigner Interactive Media

... camera. Click Initialize, wait for it to mark "Ready" (1), t ..., and darker areas are farther away. To gather both 'disparity' and 'rgb' data, replace the code in Text DAT with the following: import depthai as dai def onInitialize(oakDeviceOp, ...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

...leds, GPIO.HIGH) print("waiting for button") resetLightsandCounter() def resetLightsandCounter(): global counter GPIO.output(leds, GPIO.LOW) counter = 0 print("reset") # setup button handlers GPIO.add_event_detect(re...