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

143 total results found

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 ...ides a VR Motion Controller component for handling controller input ...s for each platform. For standalone VR headsets (e.g., Oculus Quest...

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 ...mages found") current_image = None current_frame = 0 current_loop ...URATION direction = 1 #1 for forward, -1 for backward def load_im...

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

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' a ...eviceOp): return def onDone(oakDeviceOp): return def createPipeline(oakDeviceOp): # Create pipelin...

Sending data to Arduino

Touchdesigner Interactive Media

...ences. This brief tutorial will walk you through using Firmata, a ...e communication between the softwares through serial.  In Arduino ...nch Arduino. Make sure your hardware matches the software by selecting the correct boar ...while we will connect these components to both send and receive dat...

Introduction

Physical Computing Workshop: Beginner Physical Computing

...ab, don’t worry—this guide will walk you through the basics. If yo ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code and Reading the hookup diagram Installing libraries Using Neopixel Using Ultraso...

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...k, 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 will see the Creative Technology Lab. Next: When is the Creative Technology Lab open?

Object in the space AR

Spark AR other Content and Tutorials

... You can also duplicate the object in the scene by going to Edit > Duplicate and dragging it somewhere else on the scene: You can also edit the object size, and rotation in the properties menu. Make sure you select the object you want to edit:

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...think, you just need a mobile phone and in some cases, an affordabl ...hat they are able to fit your phone. You won't need extra controlle ... of content using your mobile phone click here to visit Youtube V ...vice. click here to visit Software There are many different t...

Importing and Placing 3D Models

Unreal Engine Basics Creating Virtual Worlds

...e. Select all the files you want to import to your project. For us, that will be the 3 files we downloaded. they will show up in your Content Browser like this: You can then drag the building asset into your scene and place it wherever you like. ...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...he new set of values between we want x to fluctuates. We have previously established that my circle x-axis extremities are between -0.5 and 0.5.  Therefore your Math CHOP should now look like this: Replace the previous reference with this new set of va...

How to make Animation on NeoMatrix

Physical Computing Tutorials

... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ... it. //matrix->fillScreen(LED_WHITE_HIGH); //matrix->show(); //...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

This Adafruit MAX9814 microphone amplifier allows you to easily ...ou can read more about this component here. Wiring  Power (VCC ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... tutorial on how to get the software started is available here. Th ...ection of ready-made useful components (COMPs). In the Palette look ...ask your area of projection and warp your content onto it. Drag and drop it on your network.  In the parameters’...

What is a Raspberry Pi Pico?

Raspberry Pi

What is Raspberry Pi Pico? The Raspberry Pi Pico is a microcontroller board developed by the Raspberry Pi Foundation. It was announced in January 2021 and ...You can power the Pico with a phone charger or battery.

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

...module can be used as a stand-alone module with an attached battery ...e sure you are using .mp3, not .wav or any other audio formats. #i ...nclude "SoftwareSerial.h" #include "DFRobotDFP ... // Connects to module's TX SoftwareSerial softwareSerial(PIN_MP3_...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

... Mic-Input Our laptop's microphone is an easy input to detect voic ...tive content but use our microphone as source of input, we will exp ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are vir...

Connecting a Potentiometer

Physical Computing Tutorials

...ed to pot) is an electronic component with three connections, the m ...e between 0V to 5V, at the half way the voltage on pin #2 would be 2.5V. Different types There are two main types: Rotary Potentiometers like those found on speakers to control the vol...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels ...s the raw audio from the microphone. Envelope - This is a analog value representing the volume of the ambient sound. Gate - This is a digital value representing if sound levels are low...