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

200 total results found

3D Geometry and Parametric Design

Creative Coding Concepts

This is an informal workshop experimenting with a m ...om 2D images based on the RGB colour space and making this conten ...t viewable in low-fi VR headsets. I have been ...ware using openFrameworks to explore creating generative 3D meshe ...s and also the challenge of quickly and ...

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 Unreal Engine involves a series of steps, including setting up the development environment, configuring ...tings, and packaging the app. Below are detailed instructions to guide you through the process: In...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

... is GPIO? GPIO stands for General-Purpose Input/Output. GPIOs hav ...e no predefined purpose and are unused by default. If used, the purpose and beha ...viour of a GPIO are defined and implemented by the user. You can fin ... the top of most Raspberry Pi models or other microcontrollers such...

Useful learning resources

Creative Coding

Books - HTML & CSS HTML &aL & CSS Book - A book aimed at designers introducing concepts wit ...hin web development - JavaScript JavaScrip ...t: The Good Parts by Douglas Crockford - p5.js Make: Ge ... and Processing - Processing Learning Processing by Daniel Shi...

Raspberry Pi Image: Video Looper

Raspberry Pi Raspberry Pi Image

What is Raspberry Pi Video Looper? Raspberry Pi Video Looper is a simple way to display seamless looping video files, for example in an art exhibition. All you need is a Raspberry Pi, an ...berry Pi Imager. We have a more detailed tutorial for imaging the ...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

This is a multi-part tutorial on creating virtual worls in Unreal Engine. This tutorial assumes you have a basic understanding of 3D work but no prio ...r experience is necessary. Please contact the Creative Technology Lab for questions or assistance. ...

Interactive Projections

Projection Mapping

... projections, the first step would be to map the space and track ...ithin it. This can be done in multiple ways, this tutorial will briefly introduce you to two different ... but related techniques:  Object detection and tracking in OpenCV ...For most applications,  your webcam and a bit...

Touch sensor - with No Sensor!

Physical Computing Tutorials

...s Capacitive Touch Sensing? Simply put, it is the touch sensing o ...f all conductive materials including tinfoil, banana, plant, pencil drawing etc. In this tutorial, we will show you two types of Capacitiv ...ing: acute touch and proximity. Library ADCTouch will be used for...

Touch sensor - Using an MPR121

Physical Computing Tutorials

...PR121 is a tiny microchip formerly manufactured by NXP, now under Resurgent Semiconductor, it is ... a tiny surface mount device that provides 12 capacitive touch electrodes through an I2C interface. We a ... Adafruit MPR121 in this tutorial. What is capacitive touch? Capa...

Adding content - 3D model from the internet

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

There are many online libraries where you can download pre-existing 3d models for use within your project. T ...he libraries range from online repositories for museums and ... public institutions to marketplaces where 3D artists can sell models they have created for us...

Variables

Python for Beginners

Introduction to Variables To start, let&#let's create a new Python file called "lled "variables.&les." This can be done by going t ...o the project tool window on the left-hand side and right-clickilicking on your "first-pycharm-pr ...oject" folder. From here you can then select...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

What is a DFPlayer? 11/2024 Update A new library added below. For people trying to avoid delay(), please use the DFPlayerMini_Fast library instead. The DFPlayer Mini MP3 Player For Arduino is a small and low-priced MP3 module with a simplified output direc...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

1. Combining the Code Arduino can only accept one code at one time. If we want it to d ...o multiple things at the same time, we ha ...combine everything into one single code. The below demonstrate how to merge the Blink code and the distance sensor simple ...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...hat is Wifi WiFi, short for Wireless Fidelity, is a technology that enables devices like smartphones, laptops, and other electronic gadgets to connect to t ...her without the need for physical cables. It operates by using radio f ...requency signals to transmit data between devic...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

Please notice that this is the fir ...st of a series of tutorials progressing from basic concept ...s to more functional and complex projects. Aims This tutori ...al aims to get you started creatin ...g AR applications using Unity and the Vuf ...oria plug-in. Prerequisites Downloa...

Using Arduino Leonardo to send USB MIDI data

Physical Computing Tutorials

One of the secrets of Arduino Leonardo is the in-built USB MIDI support. This is really useful for sending data from Arduino t ...o applications like MadMapper, Max and Ableton Live. In order tder to use this you'll need to follow the guide on How to install l...

How to use DFPlayer Pro to play Music

Physical Computing Tutorials

What is a DFPlayer? DFPlayer Pro is a mini, simple but powerful MP3 Player. It supports four controlling modes: Arduino, AT command, on-board ...ttons, and ADKEY. You can directly press the on-board button to play or switch music without using ... a controller. By using a USB cable, you ca...

How to make Animation on NeoMatrix

Physical Computing Tutorials

... NeoMatrix? NeoMatrix is a grid lined up with mutiple Neopixel. Neopixel is addressable LEDs, meaning that they can be pr ...ogrammed individually. With the library created by Adafruit, you ...can easily program the Neopixel strip for your project. They co...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

What is Raspberry Pi Camera Module 3? This tutorial will walk you through setting up and usi ...ng the Raspberry Pi Camera Module 3 Noir on a Raspberry Pi 5, bu ...t other Pi like Pi 3 and Pi 4 will work as well. Camera Module 3 — Key Features ...

AR with Unity - Step #3 - Adding content to your project

Unity AR Image target AR tutorial

Please notice that this is part of ... a series of tutorials progressing from basic concept ...s to more functional and complex projects. Aims This tutorial aims to help you set up a AR Unity project ...using the Vuforia plug-in. In this step, we are goin...