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

154 total results found

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...e you can download pre-existing 3d models for use within your pro ...titutions to marketplaces where 3D artists can sell models they h ...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr...

3D Geometry and Parametric Design

Creative Coding Concepts

...ing with a method of generating 3D meshes from 2D images based on ...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...re creating generative 3D meshes and also the challenge ...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...g(rectArea); // This will write 35 to the console. In this exa ...me examples:"Hello, World" 12 3.141592 Here are some practic...

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

...C-LCD01 with SPI communication. 3.3V Logic A lot of LCD displays ha ...ve a logic level of 3.3V, including SBC-LCD01. If you u ...gic, the display may misbehave. 3.3V Arduino includes Due, Zero, Na ...no 33 and MKR series. In this tutoria ...l, we will be using Nano 33 Sense Rev2. Wiring Wiring up th...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...ent versions, we are using the 433 MHz version in this tutorial. D ... Operating Frequency 433 MHz 433 / 868 / 915 MHz (depending on m ... 1200 – 19200 bps Up to 300 kbps Encrypti ... Power Supply 3.3V – 5V 1.8V – 3.6V ...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...unctions for us in a particular order. The setup function runs first ...or expertise, you will almost always encounter bugs. Writing code ...mmers we need debug our code in order to identify and fix problems. T ...ime to observing the problem in order to understand it. Exercise ...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

... instead. The DFPlayer Mini MP3 Player For Arduino is a small a ...nd low-priced MP3 module with a simplified output ...RX to D2 via 1K resistor TX to D3 SPK_1 to Speaker(+) red wire GN ...ND (Ground) File handling The order you copy the mp3 onto the micro...

Web App Template for Beginners

Creative Coding Tutorials

...e_app” in you Documents folder. 3) For Visual Studio: Open exampl ...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...to this project folder (we only want it to live in this folder, no ...ss(); const server = app.listen(3000); app.use(express.static("p...

Unity for Beginners Workshop

Unity

... whilst creating an interesting 3D environment. Before attending ... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ...using on Unity essentials. Task 3 - Thinking about an interesting ... and prepare all the assets you want to use (Images and sound file...

How to make Animation on NeoMatrix

Physical Computing Tutorials

...om Adafruit. Wiring DIN to Pin3 +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ...d to the NeoPixels? #define PIN 3 // Max is 255, 32 is a conserv...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...d a blue material to a plane in order to make it easier for us to see ...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ...if statement is the most common way to make a simple interaction b ...cDistanceSensor distanceSensor(13, 12); // Initialize sensor tha...

Raspberry Pi Image: Video Looper

Raspberry Pi Raspberry Pi Image

...rry Pi Video Looper is a simple way to display seamless looping vi ...downloaded Video Looper Image 3. Files Format Video Looper uses ... will be played in alphabetical order by filename and will loop back ...eo and play all videos again in order repeatedly. 5. Note on Raspberr...

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

Touchdesigner Interactive Media

... some dependencies: Python 3.8+  DepthAI Library A ... If your version is older than 3.8, make sure to upgrade it. Nex ... camera. Click Initialize, wait for it to mark "Ready" (1), t ...a using the DepthAI library. 2.3 Displaying Data in TouchDesigne...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...ie image and add additional software later. It's up to you. We are ...ccordingly, one by one. If you want to skip any button configurat ...Hotkey, Start, Select, A and B. 3. Finding Roms ROM is Read Only ...SB stick is the most straightforward method. You can find other wa...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...loping environment setup. In order to continue with this project y ...o be displayed on top of. In order to set up your Unity project yo ...uforia developer webpage (step #3 of this tutorial). Enabling ...9.2.0f1) is a quite straight forward process, first, let's create ...

How to get started with Textures and Materials in Spark AR

Spark AR Materials and Textures in Spark AR

...ures and Materials in Spark AR Watch this video which explains th ...textures and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...

Arrays

Programming Tips and Tricks

...tion : The What and the Why In order to understand why So far we've ... p5 Editor Now what if we wanted to have a lot of circles, l ... 20; var y1 = 100; var x2 = 213; var y2 = 209; var x3 = 100; var y3 = 100; var x4 = 100; var y4 =...