A Welles

Results 2 issues of A Welles

Providing a standard entry point to provide custom controllers would be lovely. Something on a GUI class instance would work. like: `const gui = new GUI();` `gui.add_custom_controller( 'addDate', DateController );`...

enhancement
custom controller

The following code will draw two ellipses every loop. Expected: The first ellipse filled, the second no fill. Got: Using q5 both ellipses will have no fill. ( With p5.js...