We are building tools for creating art in the browser (mostly in the form of Typescript libraries). Our core goal is to ease the technical difficulties in bridging the gap between music, generative graphics, and real-time interaction. The source code and early experiments are here
If you want to read about the deeper motivations and design philosophy behind the tools we are making, you can read about it here.
Sketches
Here are some sketches for the WIP library. They may be incomplete or buggy, but interesting nonetheless. They will improve over time. For now, they are best viewed on a desktop/laptop in Chrome or a Chromium-based browser.
Sketches of note
An interactive melody player — A simple example that unifies musical sequencing and timing of visual events, and GPU driven post-processing in the same codebase. One of the core problems we are trying to address with our tool is the synchronization of musical and visual events with simple, intuitive tools. Source. This sketch also demonstrates our TouchDesigner-inspired API for shader-based post-processing (usage, implementation entry point).
An experimental sequencer — Another example that coordinates musical sequencing, UI interaction, and animation all with the same codebase. Source
p5.js + three.js — Another goal of ours is to simplify the workflow for creating GPU driven animations that don't fall into the traditional 3D realm. This example shows our initial attempts at building a p5.js style API on top of three.js to enable a "power 2D" workflow - eg, creating an API for simple 2D geometry drawing that also allows for easily integrating custom shaders and materials. The source can be found here and usage can be seen here.
Other sketches
These sketches are proofs of concept of various engineering and API design challenges (click to expand).