Matt DesLauriers

Results 224 comments of Matt DesLauriers

Thanks for the feedback! I have been experimenting and agree that a full GUI would be a huge undertaking, and existing solutions like dat.gui always leave a little to be...

Thanks, definitely worth considering. One issue last I tried is that, when the DevTools is focused, you won't receive events on the browser/window page. So, the keystroke will do nothing....

Hey! Thanks, I think it would be a great addition. :smile: I'm not sure its such an easy task, though, as you'd have to dive pretty deep into the development...

Thanks guys! Some more questions: - How to handle serialize / deserialize? - How to handle `onChange` event syntax so that user can specify them within the scope of their...

Yeah! I ended up doing a few things differently: - It saves state with a local storage key based on the file name you are editing, so the same params...

Hey @onetwothreebutter do you mind starting a new issue and also providing some code samples? It shouldn’t capture mouse events by default.

Here's an example showing basically the same thing, but also re-rendering the frame when a GUI parameter changes (fairly useful for static sketches). https://gist.github.com/mattdesl/04ceca544e637ce1da4d2cf5200d71af

Thanks for the issue report! This is actually intentional, and not a bug. I'll explain why: In many sketches the visible size on screen (within your browser) will not match...

Cool that you are remixing it with a node-only version. :smile: Not sure if you saw, but I have also designed `canvas-sketch` so that it can run inside Node.js, using...

Actually, I'm just testing and you can *almost* achieve a generative result like this, using the `tick` function instead of the render function. The `tick` function is designed to be...