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

90 total results found

Interactive Projections

Projection Mapping

...iety of resources are available online if you wish to learn more about ...ing your input, connect it to a new NullTOP, we'll rename this 'web ...cript TOP, you should now get a new image with red boxes around the ...bonding box, copy and paste the new code below: import cv2 import...

Hello World

Python for Beginners

...m. To do this, we will create a new Python file using the following ...-pycharm-project folder. Go to "New" and select "Python File." Yo ...file types. Press Enter, and a new Python file named hello.py will ...st like before, you can run the newly created Python file. However,...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...place. if(){ }else{ } The if statement is the most common way to m ...' (not v2) FLORA pixels, WS2811 drivers) // NEO_GRB Pixels are wired for GRB bitstream (most NeoPixel products) // NEO_RGB Pixels are wired for RGB bitstream (v1 FLORA pix...

Other resources

Touchdesigner Basics of Touchdesigner

...and approved both free and paid online workshops/seminars: https://mus ...nty of free resources available online, it is not recommended to pay for tutorials at the beginning of your journey.    Cheat Sheets: Common Python operations: https://matthewraga...

How to install libraries

Physical Computing Tutorials

...rary developer usually provides online documentation and explains how ...ibrary - Manage Libraries... A new window will open: From here yo ..., as this feature is relatively new. You will often have to manuall ... folder. If not found, create a new folder with that name (must be ...

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

...d your HTML, JS & CSS files online, so that you can access your we ... basically means, storing these new files, committing them to memor ...ate files so that you make your newest files available on the internet, you need to follow the same as Steps 3 ...

How to use a Hall Effect Sensor

Physical Computing Tutorials

... to digital pin 2 int hallSensorState; // Variable to store ...the state of the sensor void setup() { ...UT } void loop() { hallSensorState = digitalRead(hallSensorPin); / .../ Read the state of the sensor Serial.println( ...hallSensorState); delay(100); }

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...{ static unsigned char state = 1; // led off ...ead(PINBUTTON)) { //state = 1-state; Serial.printl ... blueToothSerial.print(state); delay(10); while(digitalRead(PINBUT...

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

...a breadboard. Stable Default State (HIGH) Ensures the input pin h ...as a known state (HIGH) when the button is not p ...); } void loop() { int buttonState = digitalRead(2); Serial.prin ...tln(buttonState); // Reads HIGH when not pressed, LOW when...

How to use a Rotary Encoder Button

Physical Computing Tutorials

...// pushbutton pin int lastButtonState = LOW; // last button state int debounceDelay = 5; // ...ead the pushbutton: int buttonState = digitalRead(buttonPin); // ...button has changed: if (buttonState != lastButtonState) { // debounce the button: ...

How to use a Flat Vibration Switch

Physical Computing Tutorials

...etup() { Serial.begin(9600); } void loop() { int state = digitalRead(vibrationPin); ...if (state == HIGH) { digitalWrite(ledPin, HIGH); Serial.println("Vibration detected!"); } else { digitalWrite(ledPin, LOW); } delay(100); }

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

...ge. Getting started Create a new Unity project, you might need t ... a 3D template. After your new project opens, locate your mous ...era (Included by default in our new project) as will conflict with ...yes". Next, you will see a new window listing the default acti...

Variables

Python for Beginners

...iables To start, let's create a new Python file called "variables." .... From here you can then select New > Python file. Just like before ...the name variables.py. With our newly created variables.py file we ...ount = 12 No need to create a new variable; the old one updates w...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

...e display comes with an e-paper Driver HAT, so simply plug in. You ma ... blank image Himage = Image.new('1', (epd.width, epd.height), 255) #255: white, clear the frame draw = ImageDraw.Draw(Himage) #Drawing function Argyments: # draw.rectang...

What is a Raspberry Pi?

Raspberry Pi

... supply. It is not necessary to buy the official power supply. However, you will need to find one that matches the needs of your pi, please refer to the official document. Raspberry Pi Zero 2 / Pi 3: 5V, 2.5A; Micro USB Raspberry Pi 4: 5V, 3A; USB-C Raspb...

3D Geometry and Parametric Design

Creative Coding Concepts

...rt 3D meshes into SketchFab, an online platform for sharing and discov ...onships within these) to create new pieces. The informational nature of the pictures can be used in combination with algorithms to modify outputs. No doubt within the creative proces...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

... will explore how to adjust our new values to the visual. Gene ...are a couple of great resources online to help get some interesting sounds out of it:  Owen Kirby is a audio-visual artist, he explores the audio-synthesis side of TouchDesigner in his...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

...now. 1. Piskel Piskel is a free online editor for animated sprites & p ... px Draw whatever you want Add new frame and draw until you finish ..."" # pylint: disable=global-statement global current_frame, c ..."" # pylint: disable=global-statement global current_image ...

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...nel and right-click to create a new material and name it "Blue". To ...als" folder, then dragging your new material inside of it. Wit ...p things tidy, let's rename our new game object and place it undern ...e "Teleport Area" script to our new gameObject, please notice that ...

OculusQuest - Setting up development enviroment in Unity

VR tutorials - Unity Oculus Quest Tutorials

...a few seconds, you should see a new window displaying all the conte ...sage asking you to upgrade to a new version, this because Oculus ke ... your project, you should see a new Oculus folder inside of your As ...suggest opening and testing the new sample scenes inside the Oculu...