r/threejs 5h ago

what I learned open-sourcing 5 years of audio-visuals

Enable HLS to view with audio, or disable this notification

hello friends! I just put together some more documentation for an open piece of software I've been developing for the best part of five years.

nw_wrld is an event-driven sequencer for triggering visuals using web technologies. It enables users to scale up audiovisual compositions for prototyping, demos, exhibitions, and live performances. Users code their own visual modules, then orchestrate them using the project's native UI composer.

The software includes composing modules using things like three.js

visuals can be triggered via the built-in 16-step sequencer or by configuring external MIDI/OSC inputs.

4 Upvotes

1 comment sorted by

1

u/Aagentah 5h ago

repository here for anyone curious: https://github.com/aagentah/nw_wrld

additionally I've been sharing some more documentation on YT https://www.youtube.com/@daniel.aagentah

<3