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

35 total results found

Intro to Projection Mapping

Projection Mapping

A general introduction to Projection Mapping

Projection Mapping

Visual Programming & Projection Mapping

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

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

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, ...anced methods, including 3D and immersive projections. Software     A ... variety of projection mapping software and masking tools ...

What is Unreal Engine?

Unreal Engine Basics

...ural concepts, or even creating immersive virtual reality experiences. Ex ...their designs, providing a more immersive and engaging experience for cli ...Engine's capabilities to create immersive and realistic virtual environme ...rchitectural visualization, and immersive storytelling. The possibilities...

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 wh ... content, you will find lots of immersive videos from creators around the...

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 ... can create complex outputs. Mapping values The code to support ...ailable to view on Github: /09_map_weather_api/ A common progra...

Using a Joy-IT 1.3" 128x64 OLED display

Physical Computing Tutorials

...ast, thin/flexible designs, and immersive multimedia where perfect blacks ...arDisplay(); // miniature bitmap display display.drawBitmap(30, 16, logo16_glcd_bmp, 16, 1 ...clearDisplay(); // draw a bitmap icon and 'animate' movement t ...estdrawbitmap(logo16_glcd_bmp, LOGO16_GLCD_HE...

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

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 fact, this camera has two monochrome sensors that capture images from slightly different angles. By comparing these two ima...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

...other useful feature to develop immersive and interactive projects. Kinec ... are now presented with a depth map, from the heading select Record and hit the record button. Once you've stopped recording move to the Play section of the interface and chang...

Arduino Nano 33 Sense Rev2- IMU sensor

Physical Computing Tutorials

...{ x = 100*x; degreesX = map(x, 0, 97, 0, 90); Serial.pr ...{ x = 100*x; degreesX = map(x, 0, -100, 0, 90); Serial. ...{ y = 100*y; degreesY = map(y, 0, 97, 0, 90); Serial.pr ...{ y = 100*y; degreesY = map(y, 0, -100, 0, 90); Serial....

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

Sending data to Arduino

Touchdesigner Interactive Media

... of external sensors to enhance immersive and interactive experiences. This brief tutorial will walk you through using Firmata, a protocol found both in Arduino IDE and Touchdesigner to enable communication between the softwares through serial.  In Arduin...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

...performance optimization and compatibility with SteamVR. Regularly test your app on the Vive Pro Eye headset to ensure a comfortable and immersive experience for users, and consider integrating eye tracking features for a more innovative user interaction.