Advanced Search
Search Results
244 total results found
3D Geometry and Parametric Design
This is an informal workshop expe ...rimenting with a method of generating 3D meshes from 2D images bas ...ed on the RGB colour space and making this content viewable in low-fi VR headsets. I have been making a piece o ...f software using openFrameworks to explo...
Using a Sparkfun MP3 Trigger
What is the MP3 Trigger? The MP3 trigger is a board made by Sparkf ...un electronics that provides a way to play MP3 files from a Micro SD ... card via either one of 18 TRIG inputs on the board, or serial communication with the board. The MP3 Trigger has...
How to build to a Meta Quest 2
Building a VR app for the Meta Quest 2 from Unreal Engine involves a ... series of steps, including setting up the development environment, configuring project settings, and packaging the app. Below are detailed instructions to guide you through the pr...
Web App Template for Beginners
Start with this one. Learn to build a local web app that you can modify in your future projects. Background Each web app has a ... frontend and backend. Frontend is usually for UI and design ... on browser, on user’s own computer. P5.js sketches are frontend....
An Introduction to 2D in Unity 5
Introduction This will give you a brief introduction to starting a 2D project in Unity. Creating a project, game objects and controlling them using the Unity interface and also with C#. Preparation Install Unity You will need to have Unity d ...ect. You can do this one of two ways: Option 1: On the menu ba...
How to build to a Vive Pro or Vive Pro Eye
Building a VR app for the Vive Pro Eye with Unreal Engine involves several ... steps, including setting up the development environment, configuring project settings, and packaging the app. Below are detailed instructions to guide you through the process:...
Introduction to the PyCharm IDE
Creating Your First Project in PyCharm When you first use PyCharm, you'll be welcomed ... by its startup screen. To create a blank Python project, clt, click on "New project.&qut." PyCharm will now prompt you to configure the Python project: In this example, t...
How to control Arduino without using delay()
What is a delay()? delay() is a function that pauses the program for the amount of time (in milliseconds) specified ...as a parameter. (1000 milliseconds = 1 secon ...delay() is very commonly used but it has its drawbacks. It does not just pause one sensor ...
Projection Mapping in Touchdesigner
...begin... Make sure you have installed Touchdesigner, a tutorial on how to get the software started is available here. This tutorial will cover the basics to projection mapping content onto 3D surfaces in Touchdesigner, to learn more about this techniqu...
Steam VR setup Tutorial #2 - Teleporting around your scene
Aims This tutorial aims to show you how to enable the teleporting feature included in the Steam VR 2.2 plugin. Please notice that this is part of a series of tutorials progressing from basic co ...ncepts to more functional and complex projects. In p...
How to power the Raspberry Pi Pico
Powering the Raspberry Pi Pico The easiest way to power a Pico is through the USB cable either to a computer or a phone charger. If you ar ... wireless design, you can use batteries as well. This tutorial will demonstrate how to power a Pico with a 9V ...
How to send data to Processing from Arduino
What is the Serial Communication? Serial communication is the process of sending data one bit at a time, sequentially, over a communication channel or computer bus. Simply put, serial communication is the communication between two or more computers with ...
Interactive Projections
If you're interested in creating position-based interactive projections, the first step would be to map the space and track anyone/anything within it. This can be done in multiple ways, this tutorial will briefly introduce y ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin...
How to use Raspberry Pi Camera Module 3
What is Raspberry Pi Camera Module 3 ...? This tutorial will walk you through setting up and using the Raspberry Pi Camera Module 3 ...Noir on a Raspberry Pi 5, but other Pi like Pi 3 and Pi 4 will w ...well. Camera Module 3 — Key Features Feature ...
Making a website for your HTML, JS, CSS or p5.js files
We are going to make a website using something called GitHub pages to make a website. Signing up for a GitHub account and subsequently creating a GitHub pages URL will allow you to upload your HTML,TML, JS & CSS files online, s ...o that you can access your website ...
Radio Communication: How to use RFM69HCW Radio Data Module
What is RFM69HCW Radio Data Module? The RFM69HCW is a high-performanc ...e, low-power radio transceiver module designed for l ...ong-range wireless communication using sub-GHz frequencies. U ...nlike simple UART-based modules like the APC220, the RFM69HCW offers S...
AR with Unity - Step #1 - Development environment setup
Please notice that this is the first of a series of tutorials progressing from basic co ...ncepts to more functional and complex projects. Aims This tutorial aims to get you started creating AR applications using Unity ...so work, however, this tutorial was made using Unity 2019.2.0f1 (p...
Steam VR setup Tutorial #1 - Player camera setup
Aims This tutorial aims to get you started using Unity and HTC VIVE HDM (Head Mounted Display) Using Steam VR 2.2 plugin. Please notice that this is the first of a series of tutorials focused on enabling the use of HTC VIVE devices, each tutorial wi...