Advanced Search
Search Results
115 total results found
Arrays
... p5 Editor Now what if we wanted to have a lot of circles, l ...vidually. Going further, say we wanted to manipulate all of our ci ...rcles in a similar way (for example, move them all le ...ing. Arrays in p5 The easiest way to create an array in p5 is a ...
How to get started with Textures and Materials in Spark AR
...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and ...using MicroPython. Download the correct MicroPython .uf2 file for y ...rd and port at the right bottom corner. You can hit the green play button now, it will be blinking! After test...
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ...ask your area of projection and warp your content onto it. Drag an ...ider to specify the number that corresponds to your projector, this ... freeform tool and click on the corners of your object to trace its...
Bonus round: putting an existing Unity project into git
...our Unity project is configured correctly. In the project, go to Ed ...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git...
Radio Communication: How to use RFM69HCW Radio Data Module
... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait for a reply uint8_t buf[RH_ ... len = sizeof(buf); if (rf69.waitAvailableTimeout(500)) { /...
Week 2 - Animation, conditionals & random numbers
... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...ue2 userName == "bob" playerScore >= 10 "west" == windDirec ... and single (=) equals signs Always be sure to use the double equ...
Setting up Kinect in Touchdesigner
...fore we start, download the Software Development Kit (SDK) from he ...ere allow some time for the software to upload and update the stat ...jects. Kinect Studio lets you record and loop a short video to feed ...nch the app and in the top left corner of the interface, click on t...
Using the Bantam Tools NextDraw Pen Plotter
...e line work. The necessary software is already installed on the m ...wn using paper tape at the four corners, to prevent any movement du ..., make sure to TIE it up. Move away from the drawing area, the pen ...s the pen firmly in place, with correct height? Are your hands and...
Touch sensor - Using an MPR121
...angeably as long as you get the correct address and IRQ pin. The ke ...s, also ensure that you use the correct IRQ pin based on the exampl ... libraries folder Now the software Arduino IDE is ready, you will see the libraries from Sketch - Include Librar...
How to set the sound output in Raspberry Pi
...low will show you two different ways to set the output device. Met ...ck the Raspberry menu (top-left corner) Go to Preferences → Audio D ... -t sine -f 440 -c 2 Or play a WAV sound file: aplay /home/pi/Mus ...ic/youOwnSoundFile.wav Or play a MP3 sound file: cvl...
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ...r VideoDeviceIn TOP, import the correct libraries etc. A variety of ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent...
UE Installation and Set-up
...ck the DOWNLOAD NOW button that corresponds to the license type you ...finishes, run the installer and wait for it to complete. Creat ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to compl...
Making a website for your HTML, JS, CSS or p5.js files
...something goes wrong, you can always go back to when it did work! ...e. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi ...uld see the below page. What we want to do is click the link that ...
How to use a relay module
... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V rela ... 1 channel relay to control one water pump. Labels on a Relay Modu ...- pin 3 NO - red(+) wire of the water pump COM - red(+) wire of ba...
AR with Unity - Step #2 - Unity project setup
...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...button found on the left bottom corner, finally, you will need to t ...time, Unity will ask you if you want to include a default database...
How to control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...ng that information reaches the correct destination. How to find my ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for c...
How to use 7-Segment LED Backpack
... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } G ... example. Make sure to have the correct i2c address. #include <Wire.h> // Enable this line if using Arduino Uno, Meg...
How to build a project onto a VR headset
...the VR platform and headset you want to target (e.g., Oculus Rift, ...culus Quest, etc.). Install the corresponding VR SDK and plugin for ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...mpatible with the latest VR hardware and software updates. Remembe...
Steam VR setup Tutorial #3 - Interactable object setup
...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan ...y, you can call it whatever you want, we suggest a meaningful name...