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

88 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 ...ing. It is built upon the nRF52840 microcontroller and runs on Ar ... Software: Arduino IDE 1.8.19 [14/5/2024]. Install board packages Go to ...rds Choose and install Version 4.0.10 It may take a few minutes...

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

Creative Coding Tutorials

Error In Processing 4, you will see this error often ...ase see here. How to fix (12/2024) Change this line cam = new Cap ...re cam; void setup() { size(640, 480); String[] cameras = Capture.list(); if (cameras.length == 0) { println("There are...

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...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

...nimation Using random numbers Mapping values from one range to an ...ollowing project directories: 04_using_variables/ 05_animation/ ... 08_random_recursive_tree/ 09_map_weather_api/ 10_map_hsb_colours/ Variables Firs ...available to view on Github: /04_using_variables/ Now that...

How to make Animation on NeoMatrix

Physical Computing Tutorials

...st uint16_t PROGMEM // These bitmaps were written for a backend tha ...t only supported // 4 bits per color with Blue/Green/ ...matrix // uses native 565 color mapping as RGB. // I'm leaving the ...lor is what when separated on a 4bit boundary // The demo code wi...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

...ion_02/ 13_loops_and_arrays/ 14_pixel_array/ 15_image_pixel_ar ...ction setup() { createCanvas(400, 300); } function draw() ...ction setup() { createCanvas(400, 300); } function draw() ...ction setup() { createCanvas(400, 300); } function draw() ...

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 ...lConfig.setConfidenceThreshold(240) depth.setLeftRightCheck(True) depth.setExtendedDisparity(False) de...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...rent versions, we are using the 433 MHz version in this tutorial. ... Operating Frequency 433 MHz 433 / 868 / 915 MHz (depending on ... MISO to D12 MOSI to D11 CS to D4 RST to D2 G0 (IRQ) to D3 Libr ... ***************/ // Change to 434.0 or other frequency, must ma...

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...

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...

Using an PN532 RFID reader

Physical Computing Tutorials

... Standards ISO14443A/B, FeliCa ISO14443A (MIFARE) ✔ PN522 ...n the module. D/T - SDA (Pin 14) C/R - SCL (Pin 15) GND - GND ( ...FARE Classic 1K card will have 64 blocks of data and the smaller ...// For S50 card/tag, block 1-2, 4-6, 8-10, 12-14... 56-58, 60-62 ...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...e Chang * Create Time: JULY 2014 * Change Log : Modified by loo ...9 , Modified by jacob yan 2014-7-29 * The MIT License (MIT ...ToothSerial.print("AT"); delay(400); blueToothSerial.print(" ...less than 12 characters. delay(400); blueToothSerial.print("A...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...mple code from the Library HCSR04. Only one void setup() and vo ...nd off when not. #include <HCSR04.h> UltraSonicDistanceSensor di ... left side and the right side. 4. Building the Circuit Extending ... column TRIG -> 13 ECHO -> 12 4. Uploading the code We have pre...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...i ] ; password: [ raspberry ]. 4. Wifi You can log in to the WIF ...ss to the internet. 5. Brower Google Chrome and Firefox are both preinstalled, you just need to choose one as your default browser. You can still access the other run from the start men...

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...

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...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...s library. createCanvas(800, 450)This is called inside setup() ...e canvas is 800 pixels wide and 400 pixels high. Within the p5. ... created. rect( 50, 100, 200, 40 )This function draws a rectang ...0 pixels and the height will be 40 pixels. Cartesian Coordinate...

Web App Template for Beginners

Creative Coding Tutorials

...t. Server with Node and Express 4) Install Node. 5) Watch videos ...tps://cdn.jsdelivr.net/npm/p5@1.4.0/lib/p5.js"></script> So the ...tps://cdn.jsdelivr.net/npm/p5@1.4.0/lib/p5.js"> </script> </head ...ee.js for building 3D visuals. 14) Our Javascript will live in th...

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.