Advanced Search
Search Results
153 total results found
Where is the Creative Technology Lab?
...k, 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 the fire door, you will see the Creative Technology Lab. Next: When is the Creative Technology Lab open?
Object in the space AR
... You can also duplicate the object in the scene by going to Edit > Duplicate and dragging it somewhere else on the scene: You can also edit the object size, and rotation in the properties menu. Make sure you select the object you want to edit:
Mobile VR - Getting Started Guide
...vice. click here to visit Software There are many different t ...s a list of useful links if you want to start exploring it. A-FRAME website Youtube tutorial list Unity 3D This is a very popular opensource Game Engine, this is the kind of tool pro...
Importing and Placing 3D Models
This is a multi-part tutorial on creating virt ...e. Select all the files you want to import to your project. For us, that will be the 3 files we downloaded. they will show up in your Content Browser like this: You can then drag the building asset in...
Introduction to the PyCharm IDE
...The setup page also asks if you want to create a main.py welcome s ...re complex projects will have multiple files and folders. Menu: Clicking here opens the PyCharm menu. Editor: This is where you write code. The tab bar at the top lets you switch bet...
A circle following the mouse
...ll help you better monitor any alterations. In the parameters wind ...s Resolution by changing it to 1280x720. Add a Transform TOP after ...he new set of values between we want x to fluctuates. We have previously established that my circle x-axis extre...
Intro to 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 ...toshop, every new node you add alters the previous one, however in ...ls, motion, audio, etc. can be altered and used to control other o...
Using the MAX9814 mic amplifier
... setup() { Serial.begin(115200); // Initialize serial commun ...rd. Make sure this is set to 115200 baud. To utilise this data ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); del...
Installing PyCharm
...ment Environment (IDE) is a software application that provides a c ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...ay a crucial role in modern software development by providing a co...
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ...videos. You can change the default image to your own visuals by cl ...ask your area of projection and warp your content onto it. Drag and drop it on your network. In the parameters’ ...
Introduction to Python
... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive in and begin our exciting journey into the world of...
Other resources
...designer here at LCC. The best way to grow in your visual program ...com/playlist?list=PLFrhecWXVn5862cxJgysq9PYSjLdfNiHz In general a ...VEMQha9_WchDzqG878GtsJd1uJ5s&si=2aMzPXeBErIBhMwh A collection of ... all of the internet: https://alltd.org Tested and approved both ...
Introduction to Spark AR
...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. Tools for AR There are a number of tools developed now for making AR base...
Concepts
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?
...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 Program an ATtiny85 with an Arduino Uno
... GND (4) Pin 13 --> Pin 2 (7) Pin 12 2 --> Pin 1 (6) Pin 11 - ...roll to the bottom select ATtiny25/45/85 Tools -> Processor--> 8 MHz (internal) Tools-->Programmer-->Arduino as ISP Check that all wiring, capacitor, and board selections are c...
How to build a Simple Robot Arm with Servo Motor and Joystick
...D Workshop to laser cut the hardware. In this tutorial, we will fo ...tionMapped = map(rotation, 0, 1023, 0, 180); // scale it to the s ...t angleMapped = map(angle, 0, 1023, 0, 180); // scale it to the s ...eMapped); // rotate servo motor 2 // print data to Serial Moni...
How to use a Flat Vibration Switch
...pen. Wiring one pin to GND & D2 via 10k resistor one pin to 5V ...tarted const int vibrationPin = 2; // Pin connected to vibration ...st int ledPin = 13; // Built-in LED on most Arduino boards void setup() { Serial.begin(9600); } void loop(...