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

165 total results found

Introduction

Physical Computing Workshop: Beginner Physical Computing

...ab, don’t worry—this guide will walk you through the basics. If yo ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code and Reading the hooku ...stalling libraries Using Neopixel Using Ultrasonic distance s...

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...oor of the workshop block, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught t ...he Creative Technology Lab. Next: When is the Creative Technology Lab open?

Object in the space AR

Spark AR other Content and Tutorials

...at you will be viewing your AR experience on: From here you ...start to edit your object, for example properties such as colour ...and texture by double clicking in the m ...aterials box: You can also duplicate th ... sure you select the object you want to edit:

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...fit your phone. You won't need extra controllers or fancy additio ... help you get started. Google Expeditions App This google app, ...ht need a Mobile VR Headset to experience the VR content. click .... click here to visit WEB VR Experiments - Google This is a ve...

Introduction to the PyCharm IDE

Python for Beginners

...e the Python project: In this example, the project files will re ...The setup page also asks if you want to create a main.py welcome s ...e file, main.py, but more complex projects will have multiple fil ... are handy for pausing program execution, especially when debuggi...

Intro to Touchdesigner

Touchdesigner Basics of 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 ...ent heading and color. TOPS Texture Operators, also known as TO ... connecting Touchdesigner with external devices like Arduino. Co...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

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

Installing PyCharm

Python for Beginners Setting Up Your Environment

...ment Environment (IDE) is a software application that provides a c ...ditor offers features like syntax highlighting, code auto-complet ... code by allowing step-by-step execution, variable inspection, an ...kpoints to pause the program's execution for analysis. Compiler...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... tutorial on how to get the software started is available here. Th ...utorial we'll work with TOPs (Texture Operators). Select the mov ...ls by clicking on the  button next to "File" in the parameters window. Projection Mappin ... and that this is set up as an extended monitor: follow the steps...

Introduction to Python

Python for Beginners

...we will embark on a journey to explore the fundamentals of Python ...inner or have some programming experience, this course is designe ...s readability, simplicity, and extensive standard library. Create ... first released in 1991, Python was designed to emphasize code rea...

Other resources

Touchdesigner Basics of Touchdesigner

...p on growing as we continue to explore Touchdesigner here at LCC. ... The best way to grow in your visual program ...utube.com/playlist?list=PLFrhecWXVn5862cxJgysq9PYSjLdfNiHz In general all ...VEMQha9_WchDzqG878GtsJd1uJ5s&si=2aMzPXeBErIBhMwh A collection of...

Introduction to Spark AR

Spark AR Installation and Setup

...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition ...eloped now for making AR based experiences; for example, Vuforia, Unity, A-frame, ...arkerless, and marker based AR experiences. Introduction to Spar...

Concepts

Creative Coding

A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.

How can I request access outside of normal hours?

About the Lab Frequently Asked Questions

...ative Technology Lab outside of normal hours by completing the Additional Access Request Form. This is form is used for all LCC technical resources and should be submitted to technical.enquiries@lcc.arts.ac.uk at least 2 weeks before the anticipated date.

How to use a Flat Vibration Switch

Physical Computing Tutorials

...pen. Wiring one pin to GND & D2 via 10k resistor one pin to 5V ...tarted const int vibrationPin = 2; // Pin connected to vibration ...oid setup() { Serial.begin(9600); } void loop() { int state = digitalRead(vibrationPin); if (state == HIGH) {...

Additional Resources for Metahuman Creation

Metahuman Creator

...amentals tutorial showcasing different third-party tools you can integrate with the Metahuman workflow for clothing and animation. 2. Custom hair for Metahumans with Blender 3. Metahuman Facial Animation 4. Metahuman Third Person Character

Guides for Creality Ferret Pro Scanner

Creality Ferret Pro Guides

1. User Manual Download: Manual Creality Wiki.pdf 2. Ferret Pro Software and Scanning Tutorial & Tips: CR-Scan Ferret Pro Tutorials Creality Wiki.pdf

Using a HC-SR04 distance sensor

Physical Computing Tutorials

... the sound takes to come back, exactly like bats use to fly in th ... dark. The sensor works between 2-400cm however if the ping sound ... is reflected away from the sensor by an a diverg ...ND to GND) Echo to digital pin 12 Trigger to digital pin 13 Get...