gibber-cc / gibber

An audiovisual live coding environment for the browser
MIT License
914 stars 81 forks source link

Allow user to specify whether they want to use the canvas for 2D or 3D #84

Open rahji opened 2 years ago

rahji commented 2 years ago

Instead of having the canvas being taken over by marching by default, there could be a way to specify whether you want that to happen or if you want to have the canvas free for things like being accessed via the DOM. (I think I'm understanding this correctly)