Advanced Search
Search Results
197 total results found
Making a website for your HTML, JS, CSS or p5.js files
...oing to make a website using something called GitHub pages to make a websit ... a GitHub account and subsequently creating a GitHub pages URL will allow you to uploadload your HTML, JL, JS & CSS files online, so that you can access your ...nywhere. Bit of background (Feel free to skip) GitHub is a webs...
How to use a Neopixel strip
What is Neopixel? Neopixel is a name given by Adafruit. Ne ...opixel is an addressable LED, meaning that it can be progr ...ammed individually. With the library created by Adafruit, you ...can easily program the Neopixel strip for your project. They co...
Audio in Touchdesigner & Receiving data from Arduino
These tutorials aim to introduce some of the b ...asis workflows and practices for working wi ...th audio in Touchdesigner, as well as provide students with external resources to continue on their ...research journey. The tutorial is structured in 3 main session...
Connecting a Potentiometer
What is a potentiometer? A potentiometer (often abbreviated to pot) is ... an electronic component with three co ...of the pot is to create a variable voltage as an input to a circuit, f ...or example controlling how loud your speakers should be. In...
How to Configure a Raspberry Pi for the first time
... is ready to go! We have a more detailed tutorial for imaging the Pi. Now we can ...r up the Raspberry Pi When you plug in the power supply and all other equipment you need, the P ...i should start booting automatically. If your Raspberry Pi does not...
Command Line Tools & Utilities
A Command Line Interface is a way of intera ...issuing commands in the form of lines of text. These commands int ...tem and hardware to perform complex and intensive operations. Th ...ere is a large amount of useful Free and Open Source Software ( ...FOSS) available online that does not need o...
What is the MetaHuman Creator?
Unreal Engine, developed by Epic Games, has introduc ...ed an incredible tool called the Metahuman Creator. This tool revolutionizes the process of creatin ...g virtual humans, making it easier and mo ...re realistic than ever before. LetLet's explore how the Metahuman Cre...
OculusQuest - Setting up development enviroment in Unity
...upported Unity versions Currently, there are 3 supported Unity v ...ersions: 2017.4 LTS 2018.4 LTS 2019.2 We strongly recommend using Unity 2019.2 a ...is is the version we are currently providing support for. Getting the Oculus Integration pack...
(MAC) How to use Phomemo Thermal Printer M834
What is Phomemo Thermal Printer M834? Phomemo M834 ther ...mal portable printer that can print black and white text and graphics ...inklessly on different sizes 216mm/210mm .../110mm/80mm/53mm (US Letter/A4/4.33"/3.14"/2.08") of the ...rmal papers. 1. Install Printer Driv...
Bonus round: putting an existing Unity project into git
...ty project is configured correctly. In the project, go to Edit &g ...t; Project Settings > Editor and check that ... your settings look like this: Open up the command ... line. This will be Terminal on Mac OS, on Windows you should use Git Bash. If you're not f...
Project Proposal Form
Fill in the Project Proposal Form after reading the CCG. Aim ... to provide as much detail as possible about your project. While we understand that you may not be in a ...position to know every element, it is important for us to ...ve as much information as possible so we may evaluate your projec...
Raspberry Pi Image: Retropie for Reviving Vintage Games
What is Retropie? RetroPie allows you to turn your Raspberry P ...i into a retro-gaming machine. It builds upon Raspbian, EmulationStation, RetroArch and many other projects t ...o enable you to play your favourite Arcade, home console, and classic PC g...
Mobile VR -Setting Up Unity
Setting Up Unity Download and install Unity 2019.2.0f1. Previous ver ...sions might also work, however, this tutorial was made using Unity 2019.2.0f1 (please read the following instructions before installing Unity). Create a Unity ...personal account. To use Unity you will...
How to use a Bare Conductive Touch Board with Arduino
...uctive Touch Board is a board made by Bare Conductive. The Touch B ...oard has 12 capacitive electrodes that respond to a touch. These ... electrodes can be extended with conductive materials, like Electric Paint or foil. The Touch Board has on-board M...
Using the Bantam Tools NextDraw Pen Plotter
The Bantam Tools NextDraw is a pen-plotter designed for precise drawing on va ...rious materials using a digital file. It works by following vector paths from an SVG f ...ile to produce clean, accurate line work. The necessary softwar ...e is already installed on the machine i...
Student works
Click the images for project websi ...tes and videos! Creative Coding Design with your Mind by Miguel Desport, BA (Hons) Graphic Media Design (2020) Muse meditation brai ...n sensor, code in Processing interpreting data over OSC from iPhone P ...hysical Computing Chronic Suicider by M...
How to create 360 Video for the Igloo system
This guide will show you the steps needed to create 360° video for the Igloo system The following steps will be using an Insta360 X2 camera ... choice. However, some steps or details may be different when using di ...fferent hardware. Step 1 Set up your 360 camera at your capt...
Using a Force Sensor
... Sensor senses the resistance value depending on how much it has press ...ed. It can sense even the slightest touch, therefore you can ... use it as a touch sensor as well. The difference between this and Capacitive Sensor ... cheap and easy to use. It provides accurate readings for physical...
How to send data to Processing from Arduino
What is the Serial Communication? Serial communication is the process of ...ata one bit at a time, sequentially, over a communication channel or computer bus. Simply put, serial communication is the communicat ...ion between two or more computers with ...
Arrays
Arrays Difficulty : Beginner-Intermediate This ... tutorial assumes you have a basic understanding of coding in Processin ...g or p5, and are comfortable using variables, if statements and for loops. Introduction : The What ... and the Why In order to understand why So far we've...