mattdesl / canvas-sketch

[beta] A framework for making generative artwork in JavaScript and the browser.
MIT License
5.01k stars 393 forks source link

Roadmap to version 1.0.0 #116

Open mattdesl opened 3 years ago

mattdesl commented 3 years ago

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 until mid-2021, but happy to have discussions and look at PRs.

Changes

robertoranon commented 3 years ago

Hi, love canvas-sketch so far. Two things I'd like, perhaps they are already available, but haven't figured out how to use them:

el-schneider commented 3 years ago

Nice! Definitely looking forward to it. Especially implementation of a new bundler.

Jeremboo commented 3 months ago

Hi @mattdesl! I'm still using canvas-sketch to prototype and play around ideas since years. But I get often annoyed with some old issues never fixed like the bundler.

So I wonder if you still plan to work on this repo or looking for help. Maybe you do not recommend to use it anymore ?

Thanks

mattdesl commented 3 months ago

Hey @Jeremboo—maintenance on canvas-sketch has stalled a bit. The next version will have to be a complete rewrite (swapping out browserify is a large task) and I’d like to use some of the PNG, MP4, GIF and other media encoding tools I’ve been developing lately, which aren’t all complete yet.

For now, it might be better to use Vite or Fragment until I get around to rolling a new version of canvas-sketch. Since it will be so different, I might end up making a new package and deprecate canvas-sketch.

https://github.com/raphaelameaume/fragment

Jeremboo commented 3 months ago

Thanks @mattdesl ! Let us know if you would like to delegate some minor tasks at a certain point, I'll be happy to help 🙂

As always thanks for sharing your tools with the community! Waiting for the next version once you'll have time to work on it!

sfrieson commented 3 months ago

Also glad to help with any tasks!

howardah commented 3 months ago

Also happy to contribute!