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

107 total results found

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...hatever option you choose, just make sure that they are able to fit your phone. You won't need extra controllers or fancy additional gadgets. Inspiration Below you will find a list of online resources that you can test for inspiration, we hope you enjoy ...

Arrays

Programming Tips and Tricks

... messy quickly and we'd have to make sure we were keeping track of everything individually. Going further, say we wanted to manipulate all of our circles in a similar way (for example, move them all left) we would end up with lots and lots of lines of real...

Accessibility Statement

About the Lab Frequently Asked Questions

...iceOver) We have also tried to make the website text as easy to understand as possible although we recognise we have more work to do on this. AbilityNet has advice on making your device easier to use if you have a disability. How accessible this website...

Connecting a Potentiometer

Physical Computing Tutorials

...o the Arduino. This sketch will make the LED blink at a rate between 0ms to 1023ms, this is because the function analogRead returns a value between 0-1023. #define ledPin 13 #define potPin A0 void setup() { pinMode( ledPin, OUTPUT ); pinMode( potPin, ...

Useful learning resources

Physical Computing

...code and electronics guidance. Make: Electronics by Charles Platt A very hands on guide to the fundamentals of electronics. Assumes no prior knowledge and uses some great real world examples and practical applications. Practical Electronics for Inventors...

What is Unreal Engine?

Unreal Engine Basics

...special effects. These features make the virtual worlds come alive, captivating the audience and enhancing the overall experience. 2) No Coding Required: One of the standout features of Unreal Engine is its Blueprint visual scripting system. Students w...

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...ial to your project, we have to make our landscape use the material. 3) Assigning Materials First we should return to Selection Mode on the top left of the screen. Then after selecting your landscape, scroll down on the Details panel. This panel shows yo...

3D Scanning a face for MetaHuman

Metahuman Creator

...re accurate your scan will be. Make sure your subject maintains a neutral expression and does not move. Your scan will not be accurate if your subject moves too much. 4. Previewing the scan After you have taken a few pictures, you will start to see colou...

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

...er pawn (character) and camera. Make sure the camera is set to match the user's head movement. 5. Implement VR Interactions: Set up VR-specific input bindings for the headset and controllers. Unreal Engine provides a VR Motion Controller component for hand...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

...er pawn (character) and camera. Make sure the camera is set to match the user's head movement. Implement VR Interactions: Set up VR-specific input bindings for the headset and controllers. Unreal Engine provides a Motion Controller component for ha...

Useful learning resources

Creative Coding

...by Douglas Crockford - p5.js Make: Getting Started with p5.js: Making Interactive Graphics in JavaScript and Processing - Processing Learning Processing by Daniel Shiffman Nature of Codeby Daniel Shiffman Websites - JavaScript JavaScript Syntax Ba...

Installing the software

Touchdesigner Basics of Touchdesigner

...re installing Touchdesigner... Make sure to update your system, Touchdesigner is constantly being updated and might require the latest version of your system.  Download the software  Download the right release for your system: https://derivative.ca/down...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...ith the Translate parameters to make your circle move along the x and y axis within the canvas' cartesian plane. Take note of your canvas' extremities, ie.: Our aim for this tutorial is to get a circle to follow our mouse, so let's add a MouseIn CHOP. As ...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...85 to Boards Manager We have to make ATtiny compatible with Arduino IDE first, so that we can choose ATting85 from Tools -> Board Go to Arduino Preference Copy the below code and paste it into Additional Boards Manager URLs, if you already have a board man...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...ou are setting up the keyboard, make sure the keyboard is plugged in. If you uncheck the Use US keyboard, it will set up the keyboard corresponding to your Country. The main difference between US and UK keyboards is the positions of @,", £ and #. There are...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

...d + Shift + L on your keyboard. Make sure this is set to 115200 baud. To utilise this data, you can temporarily slow down the data coming in from the mic and look to the Serial Monitor this time, to set up your own threshold, e.g. : void loop() { ...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...with a tripod for best results. Make sure your camera has an SD card with enough storage for your whole recording. Set the capture resolution at the highest setting with the highest framerate. Try to record in atleast 4K 30FPS but always choose higher if ...

How to use a relay module

Physical Computing Tutorials

...wing is a simple code that will make the water pump turn on for 1 second and off for 1 second. const int RELAY_PIN = 3; // the Arduino pin, which connects to the IN pin of relay // the setup function runs once when you press reset or power the board void...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

...l probably need a breadboard to make connections easier. In general, I will not suggest direct soldering on a Raspberry Pi, so it can be reused more easily. You can also use a jumper cable to extend all pins to a breadboard. Popular GPIO libraries with Py...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...rawn Content in TouchDesigner , Make Anything Audio Reactive  Mic-Input Our laptop's microphone is an easy input to detect voices but can also act as a sensor to detect how many people are in a room or the type of event we are attending. In this second...