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

58 total results found

Intro to Projection Mapping

Projection Mapping

A general introduction to Projection Mapping

Visual Programming & Projection Mapping

Learn about the art of creating visuals, sculpting with light and other optical illusions.

Projection Mapping

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... cover the basics to projection mapping content onto 3D surfaces in ...attend the 'Intro to Projection Mapping' workshop in the Creative T ...ameters window. Projection Mapping with kantanMapper Now that we have uploaded o ...tent we are ready to projection map it onto our object. Make sure t...

Projection Mapping in MadMapper

Projection Mapping Intro to Projection Mapping

Why use MadMapper? MadMapper is a powerful tool for proje ...ction mapping, especially when working at ...acade. Unlike TouchDesigner, MadMapper isn't free, but a 30-day dem ...ou can borrow a machine with MadMapper pre-installed — just contact ...on (anything over 3 meters), MadMapper’s high-resolution output is ...

Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33

Physical Computing

...learning framework developed by Google. It provides a comprehensive ec ...ain a Model We are going to use Google Colab to train our machine lear ...ning model with TensorFlow. Google Colab is a free cloud-based pla ...tform provided by Google that allows users to write, exe...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

...nimation Using random numbers Mapping values from one range to an ... 08_random_recursive_tree/ 09_map_weather_api/ 10_map_hsb_colours/ Variables Firs ...iable rectWidth - This is the name of the variable, which we can r ...ory, we can access it using its name to return the stored value. va...

Intro

Projection Mapping Intro to Projection Mapping

What is Projection Mapping?  Projection Mapping is a technique used to disp ...tinue to incorporate projection mapping in their artistic practice, ...     A variety of projection mapping software and masking tools ...rojects in Touchdesigner and Madmapper. While our "Intro to Project...

Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner

Touchdesigner Interactive Media

...ning! 3. Capturing a Depth Map Next, we'll program the camera ... to create a grayscale depth map using it's stereo vision. In fa ...XLinkOut) xoutRgb.setStreamName('rgb') # Define nodes fo ...inkOut) xoutDepth.setStreamName('disparity') # Configure...

Variables

Python for Beginners

...need to specify the desired filename in the window that appears. In ...this case, I've gone with the name variables.py. With our newly cr ... Variables allow you to give a name to a piece of data, making your ... for naming variables. Variable names must begin with a letter or an...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...hey will help you get started. Google Expeditions App This google app, available for both Android ... to visit WEB VR Experiments - Google This is a very cool website where you can experience different types of content using your mobile phone click he...

How to make Animation on NeoMatrix

Physical Computing Tutorials

...st uint16_t PROGMEM // These bitmaps were written for a backend tha ...matrix // uses native 565 color mapping as RGB. // I'm leaving the ... }, }; void display_rgbBitmap(uint8_t bmp_num) { static uin ...t16_t bmx, bmy; fixdrawRGBBitmap(bmx, bmy, RGB_bmp[bmp_num], 8, ...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

...ysical computing and projection mapping. Touchdesigner is a node-b ...nts, each grouped by category. 'Mapping' is just one of these categ ...ticularly useful for projection mapping.    Parameters Window Every operator comes with a set of parameters tha...

Unity for Beginners Workshop

Unity

....png format ), you can also use google images to search for images tha ...t you might want to use. Google Images You can also create a free account on textures.com. This is an excellent website for seamless image textures, e.g. wood, grass, bricks and tile...

3D Geometry and Parametric Design

Creative Coding Concepts

...ls. Pre-requisites Download Google Cardboard app for iPhone or And ...me. As you can see from this Google search for parametric design (June, 2017) there is a recognisable style that is reminiscent of organic shapes and patterns. Without speculating...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...ment on the issue (include your name so I know who you are, please). ... just so I know your Github username and I can add you as a collabor ...ing git, we have to tell it our name and email address. Weirdly, thi ...n press enter. To set the user name, use this command: git config ...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...so important to give meaningful names to our objects to keep our sce ...ne tidy. In order to change the name of a selected object just left- ...6 and z=0. Finally, let's put a name to it to keep things tidy, you ...u want, we suggest a meaningful name like "Magic cube". We shou...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...******************* * Function Name: setupBlueToothConnection * De ...; blueToothSerial.print("AT+NAMESeeedMaster"); // set the blu ...etooth name as "SeeedMaster" ,the length of ... bluetooth name must less than 12 characters. ...******************* * Function Name: setupBlueToothConnection * De...

How to send data to Processing from Arduino

Physical Computing Tutorials

...; //show all ports String portName = Serial.list()[0];//choose the ... myPort = new Serial(this, portName, 9600); myPort.bufferUntil('\ ...n'); } void draw() { //map() is a important function to us ... range to use in Processing //map(a, b, c, d, e) has 5 Parameters...

How to build a Simple Robot Arm with Servo Motor and Joystick

Physical Computing Tutorials

...gRead(potAngle); int rotationMapped = map(rotation, 0, 1023, 0, 180); // ...o's angle (0 to 180) int angleMapped = map(angle, 0, 1023, 0, 180); // sca ...0) rotateServo.write(rotationMapped); // rotate servo motor 1 ...angleServo.write(angleMapped); // rotate servo motor 2 ...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ion. How to find my IP address Google Search - "What's my IP address? ... Pin.OUT) ssid = 'YOUR NETWORK NAME' password = 'YOUR NETWORK PASSWORD' wlan = network.WLAN(network.STA_IF) wlan.active(True) wlan.connect(ssid, password) html = """<!DOCTYPE html...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

..."COM20", 9600); "COM20" is the name of the serial port, every USB p ...lace "COM20" with your own port name. For me, my port name name is "/dev/cu.usbmodem14601" so I ... 9600); You can find your port name at the bottom of your Arduino IDE or go to Tools > Po...

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

...end, your website will have the name of your username in it (.github.io). For instanc ...e, if my username was 'jonny' my GitHub pages URL ...o make sure you choose your username carefully! Step 2: Creating a ...e we need to set our repository name to equal exactly this structure...

VR tutorials - Unity

Immerse yourself in seated and room-scale VR, AR and MR with devices such as HTC VIVE and VIVE Pro, Oculus Rift, Microsoft HoloLens, Samsung Gear VR and Google Cardboard. Create merged and mixed reality installations in the Lab’s open-plan project space.