gibber-cc / gibber

An audiovisual live coding environment for the browser
MIT License
902 stars 79 forks source link

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

Open rahji opened 1 year ago

rahji commented 1 year 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)