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

63 total results found

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

...ser knows you are 'declaring' a new variable rectWidth - This is ... console. In this example, a new variable rectHeight is declared ...owser knows you are declaring a new function. calculateArea()'calculateArea' is the name of the function, which ...

An Introduction to 2D in Unity 5

...lay in 2D Tutorial Create a New Project Open Unity 5 Create ... a new project: File > New Project Give your project a name, and a location, and select the 2D option Your screen should look like this: Change layout If you're layout doe...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...bserial library: const serial = new p5.WebSerial(); // HTML butto ... data as a string // (assumes a newline at the end of it): function ... } } } // try to connect if a new serial port // gets added (i.e. plugged in via USB): function portConnect() {...

How to export your p5.js as a video

Creative Coding Tutorials

...iles. You will need to create a new folder called src and upload al ...al variable. This will create a new CCapture object that we can sto ...ames per second. let capture = new CCapture({ frameRate: 60, format: "webm", }); let captureLength = 60; G...

How to use MatrixPortal M4

Physical Computing Tutorials

...usually pulsing red or green) A new USB drive will appear on your c ...he downloaded UF2 file onto the new drive. The board will reboot, a ...nd a new drive named CIRCUITPY will appe ... adafruit_requests.mpy adafruit_fakerequests.mpy adafruit_io adafrui...

How to install libraries

Physical Computing Tutorials

...ibrary - Manage Libraries... A new window will open: From here yo ..., as this feature is relatively new. You will often have to manuall ... folder. If not found, create a new folder with that name (must be lowercase). Unzip the library archive that you ...

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

... basically means, storing these new files, committing them to memor ...ate files so that you make your newest files available on the internet, you need to follow the same as Steps 3 & 4. The only difference is you now click that says Upload files which...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

...ocessing. Go to line 15. port = new Serial(this, "COM20", 9600); " ...nged the code like this. port = new Serial(this, "/dev/cu.usbmodem14601", 9600); You can find your port name at the bottom of your Arduino IDE or go to Tools > Port > ########(Arduino ...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

...nd controllers. Create a New VR Project: Launch Unreal Engi ...ne and create a new project. Choose the "Virtual Reality" or "VR Template" as a starting point for your Vive Pro Eye project. Configure Project Settings: Go to Edit > Project Se...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

...ery time we wanted to address a new pixel. What would be much bette ...0, 40); } You will notice a new function being used called preload(). This is a handy function provided by p5.js that ensures that images or external data such as API data are finis...

3D Scanning a face for MetaHuman

Metahuman Creator

...acial features of the scan to a new digital subject. 1. Using the R ... you should be able to create a new project. This will open your phone camera. 2. Prepare your subject and lighting. You will get the best results when scanning in natural, neutral ligh...

Systems in art & design

Creative Coding Concepts

...could be used to produce wholly new forms and possible new aesthetic experiences Cybernetic Serendipity - Institute of Contemporary Art (1968) Gordon Pasque - Colloquy of Mobiles Catalogue Critique Exemplary for the appeal of the gr...

"Hello, World!" in Node.js

Creative Coding Tutorials

...st people write when learning a new programming language is one for ...mkdir [directory-name] - Make a new directory in your current location touch [file-name] - Create an empty file The result of this should be a directory and file on your desktop i...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

...ws us to manipulate data and program our network. A bit like using layers in Photoshop, every new node you add alters the previou ... Operator's Wiki help page in a new browser window, ie: https://docs.derivative.ca/index.php?title=Video_Device_In_TOP.   

A circle following the mouse

Touchdesigner Basics of Touchdesigner

... 0.8 .  To Range indicates the new set of values between we want x ...he previous reference with this new set of values by activating the Math CHOP operator, then drag and drop the channel into the x parameter in Translate TOP.  The circle should now be...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...panel and select cube. With our new cube selected, let's change the ...sting, let's create and apply a new colour material to our interactable object, just right click on top of the project panel and select Create/Material, give it a meaningful name, like ...

Raspberry Pi Image: Video Looper

Raspberry Pi Raspberry Pi Image

... select Use custom - select the newly downloaded Video Looper Image ...txt file in the drive, but this new one has the right settings that will encourage the display to wake up. When you are asked if you wish to overwrite the existing file, click Yes/Confi...

How to fix "Internal data stream error" in Processing 4

Creative Coding Tutorials

...12/2024) Change this line cam = new Capture(this, cameras[0]); to " ...y returned by list(): cam = new Capture(this, width, height, "pipeline:avfvideosrc device-index=0", 30); cam.start(); } } void draw() { if (cam.available() == tr...