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

166 total results found

Week 4 - Other inputs and APIs

Creative Coding Workshop: Introduction to Creative Coding

...searching new features of p5.js using the documentation Using inputs to control behaviour of ...based APIs and basic use In groups create a sketch that uses eith ...e and run the server: cd ~/Desktop/intro-to-programming-2017/15_im ...eriment with these other inputs using the p5.js reference. Search for...

Creative Coding

Develop applications and games using programming and scripting languages such as Java, C++, C#, Swift and JavaScript for platforms including Processing, Node.js, OpenCV and Unity.

How to install libraries

Physical Computing Tutorials

...le functionality or to simplify using external electronic modules. Li ...thod of installing libraries is using the Library Manager built into the Arduino IDE. You can access the Library Manager from the menu bar: Sketch - Include Library - Manage Libraries...

3D Scanning a face for MetaHuman

Metahuman Creator

...an to a new digital subject. 1. Using the Reality Scan app. Download ...of the face because we won't be using the whole model for this proces ... to generate. This can take a couple of minutes. You are free to press continue after the model is generated a...

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

...Internal data stream error when using the video library with cameras ...video.*; Capture cam; void setup() { size(640, 480); String ...era can be initialized directly using an // element from the array returned by list(): cam = new Capture...

UE Installation and Set-up

Unreal Engine Basics

...the Epic Games Launcher. Sign up for an Epic Games account, if y ...Epic Games Account After the setup program installs the Epic Games ...n't have an account, click Sign Up to create one. You can sign up for an Epic Games account with ...your email, or with a supported social media or gaming pl...

How to use a Reed Switch

Physical Computing Tutorials

...d to GND Getting started After uploading the code, you can use a ...and the built-in LED will light up. const int REED_PIN = 2; // Pin ... LED pin - active-high void setup() { Serial.begin(9600); // ...to ground, we need // to pull-up the reed switch pin internally....

Testing/publishing your project - Android devices

Spark AR other Content and Tutorials

...n on developer mode and USB debugging.Instruccions on how to enable developer modeand USB debugging are found here Uploading your content to your dev ...ice The process of uploading your content to your dev ...your project as soon it is done uploading.

Testing/publishing your project - IOS devices

Spark AR other Content and Tutorials

...the app for the first time you will be asked to grant the app access to your microphone, camera and gps location. Uploading your content to your dev ...ice The process of uploading your content to your dev ...your project as soon it is done uploading.

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...ence different types of content using your mobile phone click here t ... we do have lots of experience supporting students developing proj ...free to contact us if you need support, bellow you will find a lis ...ks to get you started. Setting Up Unity Official Tutorials for b...

Connecting a Potentiometer

Physical Computing Tutorials

...dio mixing desks. Wiring Wiring up buttons and switches is simple, ...tation/sliding. In other words, using a multimeter set to resistance/ ...n 13 #define potPin A0 void setup() { pinMode( ledPin, OUTPUT ); pinMode( potPin, INPUT ); } void loop() { ...

Making Breathing Light with LEDs

Physical Computing Tutorials

...on components. Making it lights up is usually the first step into ...e can give the value from 0-255 using this function. analogWrite(0) ...is int fadeAmount = 5; void setup() { pinMode(led, OUTPUT); pinMode(led2, OUTPUT); //optional for 2nd led } ...

Installing Mamba

Python for Beginners Setting Up Your Environment

...x Python projects, you'll start using something called libraries to a ...come in handy. They let you set up separate "sandboxed" Python configurations that don't mess with each other. In this tutorial, we're going to use a piece of software called Mamba to...

Hello World

Python for Beginners

... Python, Mamba, and PyCharm set up, let's create a simple "Hello, ...e will create a new Python file using the following steps: Right-click on your first-pycharm-project folder. Go to "New" and select "Python File." You'll now be prompted to choose a f...

How to use a Bone Conductor Transducer

Physical Computing Tutorials

...quality sound when it's pressed up against a surface. Circuit You ...ts to make the circuit. Power Supply (For testing, you can use th ...nductor Transducer If you are using MAX98306, you can use the jumper to change the amplifier gain at the bottom.

How to install Node.js on Raspberry Pi

Raspberry Pi Tutorials

... In the terminal or via SSH: Add the package source: curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - Install ... Node using: sudo apt-get install -y nodej ....list.d/yarn.list sudo apt-get update && sudo apt-get install yarn

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

...mmunication over long distances using the 433 MHz ISM band. It’s comm ...radio(8, 9); // RX, TX void setup() { radio.begin(9600); } voi ...radio(8, 9); // RX, TX void setup() { Serial.begin(9600); rad ...0 to Arduino RX0/TX1 pins while uploading code—use SoftwareSerial ...

(MAC) Automatic printing with Automator

Physical Computing Tutorials

... files should be sent and lined up in the Printer dialogue. Now t ...hat you have set up a auto-print workflow, it can be a great add-on for your project. For example, we have a generative graphic sketch in Processing, we program it to save the graphics e...