Advanced Search
Search Results
132 total results found
Unity for Beginners Workshop
... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ... Pi Imager. We have a more detailed tutorial for imaging the Pi. 1. ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other wa...
An Introduction to 2D in Unity 5
...have Unity downloaded and installed. If you don't already then visi ...ect. You can do this one of two ways: Option 1: On the menu ba ...e Main script in the light grey box in the Inspector tab, this will ...; } // Update is called once per frame void Update...
AR with Unity - Step #1 - Development environment setup
...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...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...
Steam VR setup Tutorial #1 - Player camera setup
... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...type "Steam VR" into the search box. First, you will need to c ...t, your package should be installed and you will be able to see the...
How to Use Arduino as a Keyboard or Mouse
...ollapse; background: white; box-shadow: 0 2px 8px rgba(0,0,0,0. ...nteraction (no raw data and two-way communication) to replace the ...r to set up and more straightforward to use than serial communicat ...ULLUP); // Internal pull-up enabled Serial.begin(9600); } void l...
Controlling an actuator with TinkerKit Mosfet
...devices like motors, solenoids, LED strips and electromagnets which ...mall, cheap module which takes away all these headaches, on the Ar ...e are four screw terminals, labeled: GND (Connects to your power s ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...
How to use a Neopixel strip
...uit. Neopixel is an addressable LED, meaning that it can be program ...eoPixel library will be used. **Warning**Download version 1.9.0 or ...arted Once the library is installed, you can use the example code f ...ttached to the Arduino? #define LED_COUNT 60 You have to make sure...
How to connect a Light Dependent Resistor (LDR)
...t limit; void setup() { Serial.begin( 9600 ); pinMode( ldrPin, INPUT ); pinMode(LED_BUILTIN, OUTPUT); } void loo ...alue < limit){ digitalWrite(LED_BUILTIN, HIGH); }else{ ... digitalWrite(LED_BUILTIN, LOW); } delay( 50 ); }
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...
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 ... As you can see a variable called positionX is declared and assig ... and single (=) equals signs Always be sure to use the double equ...
OculusQuest - Setting up development enviroment in Unity
...t grab and haptics. The easiest way to get the Oculus Integration ...ulus Integration” on the search box. Once you have found the ... You will then be asked if you want to restart the Unity editor, ...other message asking you if you want to upgrade the spatializer pl...
3D Scanning a face for MetaHuman
...de assumes you have a basic knowledge of 3D modelling but will cove ...e to create the MetaHuman is called Mesh to MetaHuman. This involve ...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...
UE Foliage
...for the Megascans. The pack we want to import is called the Megascans Trees: European B ... which trees/bushes/grasses you want to use by clicking the +Folia ...my selection and ticked all the boxes. You can then change your .... However, if you feel like you want to add more assets to fill ou...
Understanding Arduino hardware
...pressed / not pressed. Output can be something like an LED light, light on or light off. 5 ...utput pins. For example, if you want to create a breathing light e ...ffect with the LED light, you will need to use one ...part, Understanding Arduino software.
Making a website for your HTML, JS, CSS or p5.js files
...ke a website using something called GitHub pages to make a website. ...website that stores what are called repositories. Repositories cont ...our computer. Git is what is called a version control system and to ...something goes wrong, you can always go back to when it did work! ...
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...