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

91 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 Te ...ameters window. Projection Mapping with kantanMapper Now that we have uploaded ou ...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 projec ...tion mapping, especially when working at ...acade. Unlike TouchDesigner, MadMapper isn't free, but a 30-day demo ...ou can borrow a machine with MadMapper pre-installed — just contact ...on (anything over 3 meters), MadMapper’s high-resolution output is i...

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

Physical Computing

...learning framework developed by Google. It provides a comprehensive ec ...ting these models into embedded applications. It supports a variety ...ell-suited for IoT and wireless applications. Some Nano 33 boards a ...ain a Model We are going to use Google Colab to train our machine lear...

Building Apps (Staff)

Intro

Projection Mapping Intro to Projection Mapping

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

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

...nimation Using random numbers Mapping values from one range to ano ... 08_random_recursive_tree/ 09_map_weather_api/ 10_map_hsb_colours/ Variables Firs ... to the console. Here is what happens line by line: Store the nu ...ccessible throughout the entire application (i.e. globally). Exerc...

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

Touchdesigner Interactive Media

...tutorial and might have been disappointed to discover it is only co ...ning! 3. Capturing a Depth Map Next, we'll program the camera ... to create a grayscale depth map using it's stereo vision. In fact, this camera has two monochrome sensors that ca...

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 and ... to visit WEB VR Experiments - Google This is a very cool website wh ...ght have to install the youtube app on your mobile device. click h...

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 a ... }, }; void display_rgbBitmap(uint8_t bmp_num) { static uin ...t16_t bmx, bmy; fixdrawRGBBitmap(bmx, bmy, RGB_bmp[bmp_num], 8, ...

Web App Template for Beginners

Creative Coding Tutorials

...one. Learn to build a local web app that you can modify in your fut ...e projects. Background Each web app has a frontend and backend. Fro ...rganizes data and delivers your app to users, ie. clients. If 10 pe ...ample, a folder called “example_app” in you Documents folder. 3) Fo...

How to build a project onto a VR headset

Unreal Engine Basics Building to a VR headset

...reate a new project. Choose the appropriate VR template. If you're ...6. Optimize for Performance: VR applications require high performan ...elopment machine. Launch the VR app from the Unreal Engine editor t ...rks as intended. 8. Package the App: Once your VR app is ready for ...

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

Building a VR app for the Meta Quest 2 from Unrea ...ect settings, and packaging the app. Below are detailed instruction ...ile Devices." Enter your Oculus app ID obtained from the Oculus dev ...te. Build and Run the VR App: In Unreal Engine, select the ...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

Building a VR app for the Vive Pro Eye with Unrea ...ect settings, and packaging the app. Below are detailed instruction ... Optimize for Performance: VR applications require high performan ...ts. Build and Run the VR App: In Unreal Engine, select the ...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

...ysical computing and projection mapping. Touchdesigner is a node-ba ...nts, each grouped by category. 'Mapping' is just one of these catego ...ticularly useful for projection mapping.    Parameters Window Eve ..."Common" is a sub-category that applies to all operators; In TOPs i...

3D Geometry and Parametric Design

Creative Coding Concepts

...ls. Pre-requisites Download Google Cardboard app for iPhone or Android Access t ...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. Witho...

Unity for Beginners Workshop

Unity

...fun! Images/Textures you will apply to your space We also need so ....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...

AR with Unity - Step #4 - Building and testing your app

Unity AR Image target AR tutorial

...omponents needed to build an AR app. Prerequisites Previous ste ...ur project Before building the app we need to make sure we disable ...e inspector. To build your app first open the file menu and select Build settings, please make sure that your...

Interactive Projections

Projection Mapping

...ons, the first step would be to map the space and track anyone/anyt ...nd tracking in OpenCV For most applications,  your webcam and a bi ...edges, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) dst = np.copy ...edges, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE) dst = np.copy...

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 a ...ngleServo.write(angleMapped); // rotate servo motor 2 ...

How to send data to Processing from Arduino

Physical Computing Tutorials

...'\n'); } void draw() { //map() is a important function to us ... range to use in Processing //map(a, b, c, d, e) has 5 Parameters ... //map(theVariableYouWantToMap, min.ValueOfRawData, max.ValueO ...alue is 1023. //and I want to map the background colour from blac...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

... to get you started creating AR applications using Unity and the Vu ... allows you to easily create AR applications that you can deploy on ...uild support To compile mobile applications on your computer, you ...ht allow you to compile Android apps, however, IOS apps require you...

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.

Creative Coding

Develop applications and games using programming and scripting languages such as Java, C++, C#, Swift and JavaScript for platforms including Processing, Node.js, OpenCV and Unity.