Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 622 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 622 Bytes

ThreeJS_Demos

Demos with ThreeJS

Star the server with "npx vite" INSIDE the directory

Most of these will not work unless you launch vite with HTTPS and will need https://github.com/leonyuhanov/OSCtoBrowserViaWS running or OSC wont work

Boiler Plate - Helper Classes

Must be placed in a folder called "BoilerPlate". These help with MIDI, pixel maths, timers, colour generation etc..

import CCGenerator from './BoilerPlate/CCGenerator.js';
import MIDIMapper from './BoilerPlate/MIDIMapper.js';
import pixelMaper from './BoilerPlate/pixelMaper.js';
import timerObject from './BoilerPlate/timerObject.js';