A Welles

Results 11 comments of A Welles

Made a pull request for the second reference listed here. Ignore the first. I mucked something up and deleted it.

> Would a way to fix this be to ignore `ellipseMode(CORNERS)` just for `circle()`? *If* you want `circle()` to respond to `CORNERS` you could do something like this: Taking the...

Here's code + output showing what I think @stigmollerhansen is describing. This: ```js function setup() { createCanvas( 400, 400 ); let s = createCheckbox( 'label', false ); let f =...

Here's a snippet to preserve `#rrggbbaa` format on an object using an intermediate object: ```js const params = { color: '#ff0000aa' }; // object you ultimately want to play with...

I like it. PS: thanks for this project. Ive long loved datgui but it's been in desperate need of a reboot. It's legacy seems in good hands here. Carry on...

I wanted to do a simple proof of concept and ended up doing this: https://github.com/awelles/lil-gui-inputcontroller It's a generic InputController class with passable 'type' attribute using your suggested method. Creates out...

Yeah, what I made does zero type logic and comes with all the quirks of html inputs. It will murder any attached objects. Numbers to strings, dates and colors to...

Related: Doing the same thing with a favorite selected will double paste from the clipboard history, **NOT** the favorite you have selected, Steps to replicate: - `Command-c` the text "Hello,...

Should be this I think: https://soulwire.github.io/sketch.js/