Matt DesLauriers
Matt DesLauriers
For demos and prototypes I often avoid a separate `style.css` and just make a few CSS tweaks inline in the `index.html`. It would be neat if Budo could LiveReload those...
Some users have reported the occasional stale bundle on reload. Will have to investigate. One thing that could be the culprit is the debounce in `watchify-middleware`. Might be better to...
Although canvas-sketch is relatively stable, there's a lot of things I'd like to improve before publishing a "stable" 1.0 release. I probably won't have bandwidth to work on these changes...
I'm currently experimenting with the idea of refactoring canvas-sketch and its CLI tools to use Parcel instead of Browserify under the hood. I'm happy to hear any thoughts about this....
Need better support for this: https://www.npmjs.com/package/interactive-shader-format Main challenges: - Requiring the module which seems to be built specifically for webpack - Handling webworkers (should be fixed if we had a...
I'm working in a `feature/hud` branch to test out the idea of a built-in GUI system for `canvas-sketch`. It would be like dat.gui but a bit more opinionated, a lot...
I've added streaming MP4 and GIF exports with the `--stream` flag, which is pretty handy. I'm curious about how I could integrate [@ffmpeg-intsaller/ffmpeg](https://www.npmjs.com/package/@ffmpeg-installer/ffmpeg) into this project without forcing it upon...
Not sure what's going on but I've noticed a pretty significant loss of colour richness when converting frames into MP4. I'm not sure if this is some limitation of the...
There has been some suggestions to build a mini floating HUD to control the sketch – see [#8](https://github.com/mattdesl/canvas-sketch/issues/8). This could be useful in the interim until a more complete GUI...
As brought up by [this thread](https://github.com/mattdesl/canvas-sketch/issues/7) by @fturcheti, it might be nice to get some feedback on hotkeys and "how to control the sketch" in a nice and easy way....