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

168 total results found

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...n top of our plane, the easiest way to achieve this is by duplicat ... duplicated a 3D object created directly in Unity, the Mesh collid ... your controller to move the landing point, then, just let go the button and you will be teletransported to that loc...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...ment Environment (IDE) is a software application that provides a c ...form for programmers to write, edit, test, debug, and manage their ...ous components, such as a code editor, debugger, compiler, and oth ...nd in programming IDEs: Code Editor: The core component of an ID...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...ficial site to download the software. Choose a suitable version fo ...ard into your computer. It is always a good habit to format the SD ...8.4, you can format the SD card directly. Storage, select the SD ...stem - Erase Click Next and wait for it to finish. 3. Image y...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...ng on various materials using a digital file. It works by followin ...e line work. The necessary software is already installed on the m ...our SVG file ready before proceeding. Your drawing could have been ...e, open-source vector graphics editor that works well with the Ban...

Systems in art & design

Creative Coding Concepts

... experiences Cybernetic Serendipity - Institute of Contemporary ...e computer age, Cybernetic Serendipity epitomizes the dilemma much of media art faces today: its complicat ...socio-economic environment, the difficulty of engaging with its ow...

Using a Force Sensor

Physical Computing Tutorials

...enses the resistance value depending on how much it has pressed. I ... as a touch sensor as well. The difference between this and Capaci ...to use. It provides accurate readings for physical pressure but it .../200 is light touch //500 is medium touch //800 is hard touch in...

Content Creation Guidelines

Transporter Documents

...with information about creating different kinds of content for the 270 projection space. Although the document is separated into sections, please go through the whole document as there may be other information that could be relevant to your project. ...

Where to buy components

Physical Computing

.... Proto-PicOffers 10% student discount SKPang #DigitalMeans Cool Components H ...t (USA) Sparkfun (USA) Seedstudio (China) DF Robot (China) Dea ...lExtreme (China) Digikey (USA) Ali Express (China) ... ondrives Bearing Station Direct Bearings Technobots Tra...

How to use a Reed Switch

Physical Computing Tutorials

...GND Getting started After uploading the code, you can use a magne ...oid loop() { int proximity = digitalRead(REED_PIN); // Read the ...l.println("Switch closed"); digitalWrite(LED_PIN, HIGH); // Tu ...n the LED on } else { digitalWrite(LED_PIN, LOW); // Tur...

Using a Whadda Vibration Motor Module

Physical Computing Tutorials

...as a transistor, capacitor, and diode—into a single module along w ...ly control the motor without needing to worry about the electronic ...in, OUTPUT); } void loop() { digitalWrite(motorPin, HIGH); //vi ...y(1000); // delay one second digitalWrite(motorPin, LOW); //st...

What equipment is available?

About the Lab Frequently Asked Questions

... Receipt Printer Tablets including: iPad mini iPad Air iPod Tou ...g Galaxy Tab Smartphone including: Samsung S8 Human Interfa ...ce Devices including: Kinect 1 & 2 Leap Motion Wi ...lir camera Tobii Eye Tracker Display including: Elo Touch 7" S...

Week 4 - Other inputs and APIs

Creative Coding Workshop: Introduction to Creative Coding

...aviour of your sketch Understanding the concept of web-based APIs ...(see below). You can see this indicated by the file:// protocol fo ... server you will need to change directory (cd) into the project directory on the command line and ...ion is located in the following directory and is available to view...

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?

How to send data to Processing from Arduino

Physical Computing Tutorials

...munication is the process of sending data one bit at a time, seque ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...d max. value is 1023. //and I want to map the background colour from black to white, 0(black) - 255(white) float...

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

...ack wire Connect L+ & L- if you want stereo audio File handling You can downlo ...FRobot_DF1201S.h> #include "SoftwareSerial.h" SoftwareSerial DF1201SSerial(2, 3); //RX TX DFRobot_DF1201S player; void setup(void){ Serial.begin(115200); DF1201SS...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

... and prints out values corresponding to the sound's varying volume ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...nd practices for working with audio in Touchdesigner, as well as p ...ntinue experimenting with. Audio-Reactive Graphics In this fir ...xtract numerical data from an audio sample. The data is later used ...s set up out by animating the radius of a Circle TOP.    While t...

Other resources

Touchdesigner Basics of Touchdesigner

...designer here at LCC. The best way to grow in your visual program ...uld look into daily or weekly coding challenges such as the @creat ...mmersive HQ is a community providing both blogs and videos to lear ...ion/?_products=touchdesigner  Disclaimer: There are plenty of fr...

Touch sensor - Using an CAP1188

Physical Computing Tutorials

... This chip can handle up to 8 individual touch pads, it will light ...) ⚠️ Partial (multi-touch disabled by default) ...DA and SCL pins as shown in the diagrams, in this case you'll need to look it up on the boards documentation, howeve...

Installing Mamba

Python for Beginners Setting Up Your Environment

...find that sometimes you'll have different projects that need different versions of the same lib ...'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. I...