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

171 total results found

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

Tracking the position of people or objects can be useful ...iques to determine the position of an object. Let's dive in! To b ...hat this process begins outside of TouchDesigner, during scene set ...ust the brightness and contrast of your image. Use the sliders ava...

How to control Arduino without using delay()

Physical Computing Tutorials

...uses the program for the amount of time (in milliseconds) specifie ...Arduino and the same code. This often leads to the slow down of sensors and thus is not accurat ...everything to keep the light on/off for a specific amount of time, we are setting up a timer...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...Please notice that this is part of a series of tutorials progressing from basi ...eleporting" into the search box of the project panel. Now jus ...le the Teleport feature on both of your controllers, Before we tes ...agging your new material inside of it. With your material sel...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

...e notice that this is the first of a series of tutorials focused on enabling t ...he use of HTC VIVE devices, each tutorial ... will build on top of previous ones to get you from b ...gin when you start running the software. Download and install...

Arrays

Programming Tips and Tricks

... you have a basic understanding of coding in Processing or p5, and ...what if we wanted to have a lot of circles, like in the image belo ...w? You might be thinking of doing something like this, with ...ver, imagine if we had hundreds of circles, we'd need hundreds of ...

How to connect a push button or switch

Physical Computing Tutorials

... Buttons and switches are a way of opening and closing a circuit, ...nd breaking a connection as one of the most rudimentary forms of sensor you can use with an Ardu ...ino. There are dozens of different types of switches and buttons, but at th ...se as it does to any other type of button or switch. Different typ...

How to use a relay module

Physical Computing Tutorials

... but it can be applied to a lot of other things as well, such as l ...o please refer to the datasheet of the one you have. Relay module ...mon, Connect to the shared wire of the external power supply You ...just need to use one of these. NO - Normally Open, Con...

Interactive Projections

Projection Mapping

...cations,  your webcam and a bit of OpenCV script will be enough to ...real-time. If you haven't heard of OpenCV, it's a powerful Open so ... library and includes a variety of examples which can be implement ...orrect libraries etc. A variety of resources are available online ...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...Please notice that this is part of a series of tutorials progressing from basi ...dy. In order to change the name of a selected object just left-cli ...e the text field located on top of the Transform component and typ ...arameters to make it sit on top of our plinth. First change the sc...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...ion Below you will find a list of online resources that you can t ...ices, allows you to access lots of content for both Virtual Realit ...ound in the bottom right corner of each 3D model window. click he ... can experience different types of content using your mobile phone...

Accessibility Statement

About the Lab Frequently Asked Questions

...ative Technology Lab University of the Arts London (UAL). This acc ...ing JavaScript on certain areas of the website. We commit to ensu ... access the website regardless of the device and browser you are ... 300% without the text spilling off the screen navigate most of t...

3D Scanning a face for MetaHuman

Metahuman Creator

... how to create a realistic copy of yourself into a MetaHuman for y ...umes you have a basic knowledge of 3D modelling but will cover mos ...t of the steps required. The approa ...volves us creating a mesh model of the face and then relying on Un...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...Download version 1.9.0 or below of Adafruit Neopixel library for a ...rtant to know the configuration of your matrix so that the x and y ...t will be a more popular choice of arrangement for building a matr ... will need to change the values of cols, rows, pixelSize and size(...

How to use MatrixPortal M4

Physical Computing Tutorials

...sor. Here are some key features of the MatrixPortal M4: Microcont ...rk communication. Memory: 512KB of RAM, 8MB of QSPI flash storage. Matrix Cont ...r soldering iron to melt a blob of solder on the bottom solder jum ...double-check the latest version of CircuitPython you have installe...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...ey are within a few centimeters of each other. It’s most commonly ...o install a library here. Types of Tag In this tutorial, we are us ... uint8_t messageLength = sizeof(ndef) + urlLength; uint8_t ...= messageLength; // Length of NDEF message memcpy(&full[2...

"Hello, World!" in Node.js

Creative Coding Tutorials

...language is one form or another of the infamous "Hello, World!". ...uld be familiar with the basics of the command-line (also known as ...ems. It is also a good overview of the history, philosophy and the ... anatomy of the shell. Install NodeJS ...

Web App Template for Beginners

Creative Coding Tutorials

... but only 1 backend. Backend is often built with Node.js or Python ...5) Watch videos 12.1. and 12.2. of this excellent tutorial by Dani ...ml file, add the following line of code in the <head> section of your html, after the <title> li ...> </script> </head> This line of code gives us access to p5.js l...

How to export your p5.js as a video

Creative Coding Tutorials

...etch If you're creating a piece of time-based work in p5.js you ma ...ketch now. make sure you turn off "auto-refresh" if you have it ...need to add the following lines of code in the head of our html file. You should see t ...t add these scripts to the head of the html file you will not be a...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

... you have a basic understanding of 3D work but no prior experience ...llows you to quickly paint sets of assets on a landscape. Like the ...s which might contain thousands of trees or vast grasslands. This ...tool saves us the effort of individually placing many asset...

How to control Arduino without using delay()

Physical Computing Tutorials

...lize the FireTimer with a delay of 1000 milliseconds ledTimer.be ... ledState = LOW; // Keep track of the current LED state ledSt ...eep the LED on for 1 second and off for 2 seconds using the FireTi ...FireTimer with an initial delay of 1 second (LED ON duration) le...