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

122 total results found

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia .... However, if you feel like you want to add more assets to fill out your scene, the foliage packs also contain small...

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...se with Unreal Engine. This provides easy access to thousands of pr ...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...hese values to get the size you want on your project. After chang...

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 ...onics. The two columns at each side are connected vertically. The i...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...in(9600); // SSD1306_SWITCHCAPVCC = generate display voltage fro ...(!display.begin(SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) { Serial ...mage into bitmap code image2cpp was created by GitHub user javl an ...d provides a handy way to create bitmaps ...

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

...via HDMI as well. The below will show you two different ways to set the output device. Met ... -t sine -f 440 -c 2 Or play a WAV sound file: aplay /home/pi/Mus ...ic/youOwnSoundFile.wav Or play a MP3 sound file: cvlc /home/pi/Music/youOwnSoundFile.mp3

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } Getting started This is modified from Adafruit LED Backpack library - sevenseg example. Make sure to have the correct i2c...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

... involving Arduino. If you only want a simple read and write funct ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ... to read RFID Serial.println("Waiting for an NFC tag..."); } void loop(void) { uint8_t uid[] = { 0 }; uint8_t...

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 e ...maging the Pi. 1. Download the Video Looper Image You can download ...the Video Looper image here. Choose the ...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...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 ...ected object just left-click inside the text field located on top o...

Using a Joy-IT 1.3" 128x64 OLED display

Physical Computing Tutorials

... more flexible screens. If you want to use the display for animat ... Viewing angles Very wide — colors and brightness remain ...nt at off-angles. IPS: wide viewing angles; TN: narrow. Ove ... Good color (especially wide-gamut IPS); HDR performance dep...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...age object will be available inside of Unity once we enable the Vuf ...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...Reality Supported" box found inside the XR settings section. Thi...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....

How to export your p5.js as a video

Creative Coding Tutorials

How to Video Capture your p5.js Sketch If y ...ime-based work in p5.js you may want to capture the canvas as a video. For example, if you have a ge ...nabled as this could cause the video capture to crash as you're pro ...n the "index.html" file in the side bar. We know need to add the fo...

Creating a Landscape

Unreal Engine Basics Creating Virtual Worlds

... modes of the editor. We will want to change two important setti ...k. This is not necessary if you want to make small adjustments. After clicking once to paint our landscape with Noise, it should look like this. As you can see, the height has been r...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

... or other visual elements in a video game or graphic application. W ... bitmap spitesheet. If you just want to test the code, you can dow ...to 64 x 32 px Draw whatever you want Add new frame and draw until ...uit Industries # # SPDX-License-Identifier: MIT import time import...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...g Processing to create images, videos or realtime interaction and p ...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ... the display has changed, e.g. video, interactive/generative graphi...

Command Line Tools & Utilities

Creative Coding Tutorials

A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...

How to control Arduino without using delay()

Physical Computing Tutorials

...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wi ...res to connect on the Arduino side: LED short pin (-) to Ground LED long pin (+) to PWM Digital pin (D3), via 220Ω resistor Code In...