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

34 total results found

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...ss to the internet. 5. Brower Google Chrome and Firefox are both preinstalled, you just need to choose one as your default browser. You can still access the other run from the start menu. 6. Recommended Software Raspberry Pi comes with many essential ap...

How to build a Simple Robot Arm with Servo Motor and Joystick

Physical Computing Tutorials

...gRead(potAngle); int rotationMapped = map(rotation, 0, 1023, 0, 180); // ...o's angle (0 to 180) int angleMapped = map(angle, 0, 1023, 0, 180); // sca ...0) rotateServo.write(rotationMapped); // rotate servo motor 1 ...angleServo.write(angleMapped); // rotate servo motor 2 ...

How to send data to Processing from Arduino

Physical Computing Tutorials

...'\n'); } void draw() { //map() is a important function to us ... range to use in Processing //map(a, b, c, d, e) has 5 Parameters ... //map(theVariableYouWantToMap, min.ValueOfRawData, max.ValueO ...alue is 1023. //and I want to map the background colour from blac...

An Introduction to 2D in Unity 5

...en in the Inspector tab use the color option in Sprite Renderer to change it to red: Both in the Scene and in the Inspector tab it is possible to manipulate the Position, Scale and Rotation of GameObjects. With RedSquare selected in the Hierarchy, play...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...'s amazing book, Interaction of Colors. Using colour functions In the p5.js library there are functions provided for controlling the colour of the fill and stroke of shapes. fill(r, g, b)This determines the main body of colour inside a shape. stro...

Web App Template for Beginners

Creative Coding Tutorials

...p that anyone can access, you need to deploy it. There will be a tutorial for this later. :) Next Try to add a paragraph of text to your page. Guide Try to add an image to your page. Guide Try to change the color of the rectangle with a mouse click. Guide

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

... are now presented with a depth map, from the heading select Record and hit the record button. Once you've stopped recording move to the Play section of the interface and change the count to loop your video.  Your recording is now ready! Launch Tou...

What is the Creative Technology Lab?

About the Lab Frequently Asked Questions

... Physical Computing, Projection Mapping, Games, and Virtual Reality. Students come to this area with an idea and the technical team support students in breaking down their initial ideas, identifying what skills they need to learn, suggesting how to get sta...

Student works

About the Lab Lab Orientation notes

...19) Arduino, stepper motors, LDR sensors Projection Mapping Projection-mapped suitcases by Bufeng Zhang, M ...Design Communication (2019) MadMapper, Arduino, microswitch VR and AR The Phone by Ryan Yuen, BA Information and Interface Design (2019) Unity

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...creating interactive projection mapping projects. In TouchDesigner there are various methods to achieve this; This tutorial will introduce you to some common techniques to determine the position of an object. Let's dive in! To begin, open the VideoDeviceI...