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

146 total results found

Interactive Projections

Projection Mapping

...e to map the space and track anyone/anything within it. This can be ... done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent...

OculusQuest - Setting up development enviroment in Unity

VR tutorials - Unity Oculus Quest Tutorials

...t grab and haptics. The easiest way to get the Oculus Integration ... You will then be asked if you want to restart the Unity editor, ...other message asking you if you want to upgrade the spatializer plugin, hit Upgrade and then hit Restart. Onc...

Accessibility Statement

About the Lab Frequently Asked Questions

...s accessible as possible and we want as many people as possible to ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing ...accessible to screen reader software or using just a keyboard Fee...

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 ...s section, we can click on the None bar and search for our material ...hese values to get the size you want on your project. After chang...

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

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

"Hello, World!" in Node.js

Creative Coding Tutorials

...g a new programming language is one form or another of the infamous ...lling again. Install other software (optional) We recommend inst ...ut this tutorial, which can be done with almost *any* simple text e ...es or other word processing software, which don't count as simple ...

Making sounds with a piezo

Physical Computing Tutorials

...lly refers to an electrical component which can be used to make sou ...r more broadly a piezo is a component that is susceptible to the tw ...o-way piezoelectric effect where pre ...ker, or act as a contact microphone. In this tutorial we'll look at...

Making Breathing Light with LEDs

Physical Computing Tutorials

...e(+), aka the longer leg. It is one of the most common components. Making it lights up is usually the first step into physical computing but we are going to do a little bit more this time. What is PWM pin? Pulse-width modulation (PWM) pins are the pins tha...

How to use a PIR sensor

Physical Computing Tutorials

...or can be connected directly to one of the Arduino (or any microcontroller) digital pins. If any motion is detected by the sensor, this pin value will be set to “1”. The two potentiometers on the board allow you to adjust the sensitivity and delay time aft...

What is the MetaHuman Creator?

Metahuman Creator

...n ever. Endless Customization: One of the coolest things about the Metahuman Creator is how customizable it is. Users have complete control over every aspect of their virtual humans. They can adjust parameters like facial features, body proportions, and e...

Installing Mamba

Python for Beginners Setting Up Your Environment

...on libaries is considered to be one of the best selling-points of t ...'re going to use a piece of software called Mamba to create and manage virutal environments. Mamba is a package manager and environment manager for Python. It is built on the Conda pack...

Installing the software

Touchdesigner Basics of Touchdesigner

...CC's library: If you are using one of the MacBooks from the librar ...your system.  Download the software  Download the right release for your system: https://derivative.ca/download. Touchdesigner is free but this release comes with a couple of limitati...

Powering an Arduino

Physical Computing Tutorials

...rt low-current charging mode/ always-on mode. These will be suitab ...W 2xQC3.0. (We only tested this one, but other brands and models can do the same.) Motors There are many different types of motors available. Before deciding how to power your motor, you...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...s than the Arduino can handle alone. Typically you might find an ex ...mall, cheap module which takes away all these headaches, on the Ar ...upply positive) M+ (Connects to one side of your actuator) M- (Conn ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...

Controlling an actuator with a N-channel Mosfet

Physical Computing Tutorials

...als in electronic devices. It’s one of the most common components in electronic circuits, especially in digital and analog systems. Structure A MOSFET has three main terminals — Gate, Drain, and Source. The Gate is separated from the channel by a thin insu...

Using Arduino Leonardo to send USB MIDI data

Physical Computing Tutorials

One of the secrets of Arduino Leonardo is the in-built USB MIDI support. This is really useful for sending data from Arduino to applications like MadMapper, Max and Ableton Live. In order to use this you'll need to follow the guide on How to install libraries ...

Using an MFRC522 RFID reader

Physical Computing Tutorials

...h each identification and a two-way radio transmitter-receiver as ...t()) { return; } // Select one of the cards if ( ! mfrc522.PICC_ReadCardSerial()) { return; } // Dump debug info about the card; PICC_HaltA() is automatically called mfrc522....