Advanced Search
Search Results
132 total results found
Installing Unity
...re a few things you need to be aware of: Downloading and instal ...et a popup window asking if you want to open the Unity HUB, Select ...can choose Unity 2020, just be aware that your interface will look ...Now you are all set and the software is ready for you to create yo...
Importing and Placing 3D Models
...a 3D scene. They can also be called 3D Assets. You can either creat ...e. Select all the files you want to import to your project. For us, that will be the 3 files we downloaded. they will show up in your Content Browser like this: You can then d...
Introduction to the PyCharm IDE
...The setup page also asks if you want to create a main.py welcome script; for this project, you should keep this option checked. This will have PyCharm create a basic Python file for you instead of just preparing a blank directory. Once the setup is complet...
A circle following the mouse
...he new set of values between we want x to fluctuates. We have previously established that my circle x-axis extremities are between -0.5 and 0.5. Therefore your Math CHOP should now look like this: Replace the previous reference with this new set of va...
How to send data to Processing from Arduino
...rocessing sketch will be controlled by the physical component, the ...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) floa...
(MAC) How to use Phomemo Thermal Printer M834
...instead, it is essential if you want to do auto-printing in the next step. Go to System Settings -> Printers & Scanners Click the drop down menu of Default paper size Select your new custom paper size 4. Set up Auto-Printing with Automator We have a t...
Using a Joy-IT TFT LCD Display
...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 # ...ft.print(p, 6); tft.println(" Want pi?"); tft.println(" "); tft.print(8675309, HEX); // print 8,675,309 out in HEX! tft.println(" Print HEX!"); tft.println(" "); tft.setTextC...
POPs: Point Cloud from 3D model
...done beforehand in external software like Blender. Next, add a Pa ...kground Color Alpha to 1 if you want a solid black background. At this stage, you should have a basic point cloud generated from your 3D model. To further animate or manipulate the effe...
Using a Adafruit 1.8" TFT Display Shield V2
...1 // Reset line for TFT is handled by seesaw! Adafruit_ST7735 tft ...D_CS)) { Serial.println("failed!"); } else { Serial.print ...rowSize; // Not always = bmpWidth; may have padding ...1 // Reset line for TFT is handled by seesaw! Adafruit_ST7735 tft...
How to use DFPlayer Pro to play MP3
... previous version with the labelled pins. VIN to 5V (Power) GND ...ack wire Connect L+ & L- if you want stereo audio File handling ... USBC cable. Create a folder called mp3. Place the mp3 files into t ...FRobot_DF1201S.h> #include "SoftwareSerial.h" SoftwareSerial DF12...
Intro to Touchdesigner
About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...uchdesigner is a node-based software, a type of visual programming ...stead we will be using nodes called Operators. These are ready-made ...VideoDeviceIn TOP may display a warning: "Resolution limited to a ...
Using the MAX9814 mic amplifier
...me = analogRead(MicPin); if (MicVolume > 400) { // If the volume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }
Installing PyCharm
...ment Environment (IDE) is a software application that provides a c ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...ay a crucial role in modern software development by providing a co...
Projection Mapping in Touchdesigner
...in... Make sure you have installed Touchdesigner, a tutorial on ho ...w to get the software started is available here. Th ...ask your area of projection and warp your content onto it. Drag and drop it on your network. In the parameters’ window on the ...
Mobile VR -Setting Up Unity
...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com ... might have Unity already installed on your computer and you are mi...
Introduction to Python
... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive in and begin our exciting journey into the world of...
How to use DFPlayer mini to play MP3
... complex, the pins are not labelled so you will have to refer to th ... USBC cable. Create a folder called mp3. Place the mp3 files into t ...e sure you are using .mp3, not .wav or any other audio formats. #i ...nclude "SoftwareSerial.h" #include "DFRobotDFP...
Audio in Touchdesigner & Receiving data from Arduino
...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily enhance sounds, you can use a Audio VST CHOP to import these onto your ...