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

153 total results found

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...anding of 3D work but no prior experience is necessary. Please co ...d Asset Libraries. 1) Using Quixel Quixel is a Material and Asset Libra ...r projects. We will be using Quixel to select a material for the ... on + Add, we can select Add Quixel Content which will open up th...

How to install Node.js on Raspberry Pi

Raspberry Pi Tutorials

... those with basic command line experience. In the terminal or vi ...s://deb.nodesource.com/setup_10.x | sudo -E bash - Install Node ...ckage is installed: node -v Extra steps You may also wish to install the development tools to build native addons:...

Planning

Creative Coding Concepts

...A / HSB Pseudocode / Debugging / Logging Data structures - JSON / XML / CSV Objects Pseudoclassi ...t environment - Atom + plugins/extensions Math functions - rando ...m, sine map() P5JS pixel arrays stroke, fill, other functions library globals

Who works in the Creative Technology Lab?

About the Lab Frequently Asked Questions

...tive Data Specialist Technician XR Technology Specialist Technici ...an Interactive Media and Experience Design Specialist Technician she/her/hers he/him/his she/her/hers d.akelloegwel@lcc.arts.ac.uk d.kadam@lcc.arts.ac.uk marta.ilacqua@lcc.arts....

Programming and the Patch Editor in Spark AR

Spark AR Programming with Patch Editor

...ten blocks of code that make it easier for the user to start programming without needing to know underlying programming syntax. The following videos contai ...nteraction, please speak to the XR technician in the Creative Technology Lab for assistance.

How to use a Rotary Encoder Button

Physical Computing Tutorials

... rotary encoders rotate all the way around continuously and are di ...utton state int debounceDelay = 5; // debounce time for the ...save current button state for next time through the loop: lastButtonState = buttonState; // reset the encoder a...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

This Adafruit MAX9814 microphone amplifier allows ...d setup() { Serial.begin(115200); // Initialize serial commu ...ard. Make sure this is set to 115200 baud. To utilise this dat ...olume is above this threshold a warning comes up in the Serial Mon...

How to use DFPlayer Pro to play MP3

Physical Computing Tutorials

... Arduino UNO or any other with RX/TX capabilities. Know More This tu ...ing up the sensor is less complex than the previous version with ...the labelled pins. VIN to 5V (Power) GND to GND (Ground) RX to D3 TX to D2 R+ to Speaker(+) red wire ...ack wire Connect L+ & L- if you want stereo audio File handling ...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...n identifier that it will put next to your commits (you know, so ...mmand line interface - it's a text-based way of navigating our folders and ...lobal user.name "Replace this text with your name" Don't forget ...to replace the text in quotes with your actual nam...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....

How to export your p5.js as a video

Creative Coding Tutorials

How to Video Capture your p5.js Sketch If you're creating a ...piece of time-based work in p5.js you may want to capture the canvas as a vi ...deo. For example, if you have a generative ...clude a custom library to your p5.js sketch Program that library ...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

...anding of 3D work but no prior experience is necessary. Please co ... modes of the editor. We will want to change two important setti ...For this tutorial we will use 31x31 quads. For larger landscapes, ...e it so height is added to our existing landscape, not reduced fr...

Intro

Projection Mapping Intro to Projection Mapping

...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...ractice, and the technique has expanded to incorporate more advan ...and immersive projections. Software     A variety of projectio...

How to install libraries

Physical Computing Tutorials

...tionality or to simplify using external electronic modules. Libra ...ries typically come with examples of how to use them. The l ...vides online documentation and explains how it possibly relates t ...brary There are three different ways to install libraries; we'll s...

Using Arduino Leonardo to send USB MIDI data

Physical Computing Tutorials

... applications like MadMapper, Max and Ableton Live. In order to u ...ion of the basic MIDIUSB write example, by wrapping the noteOn an ...void setup() { Serial.begin(115200); } void loop() { Serial. ...city MidiUSB.flush(); delay(500); Serial.println("Sending ...

Touch sensor - with No Sensor!

Physical Computing Tutorials

...uch Sensing: acute touch and proximity. Library ADCTouch will be ... the best accuracy without ANY external hardware. CapacitiveSensor library wil ...l be used for proximity and/or acute touching. How ...he last readings int currentIndex = 0; // used for cycling throug...

How to use a PIR sensor

Physical Computing Tutorials

...the security systems. The HC-SR501’s infrared imaging sensor is ...an efficient, inexpensive and adjustable module fo ...iring Singal to Pin 3 Power to 5V GND to GND Getting started int ledPin = 13; // LED int pirPin = 3; ...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...eing detected. Wiring left to 5V (Power) middle to GND right to PIN2 via 10K resistor Getting started The following code uses digitalRead() to get a integer (1/0) representing the detection of magnet. const int hallSensorPin = 2; // Hall Effect senso...