mattdesl / canvas-sketch

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

navigation to see all the examples #123

Open mako34 opened 3 years ago

mako34 commented 3 years ago

Hi, @mattdesl are you still working on this project? I want to know if you have a central page that navigates to the different examples? How could I achieve that? I'm exploring at the moment with some kind of navigation from canvas?

Thanks!

mattdesl commented 3 years ago

Hey @mako34 I am still working on canvas-sketch (albeit slowly). I have also wanted a feature like this but it is a bit involved; and introduces some challenges (how to render & store the thumbnails, how to find sketches vs utility scripts in a folder, etc). So there is no solid plan for this feature in place yet, although I'm happy to discuss it and try to find a good solution.

jemgold commented 2 years ago

@mattdesl I might be confusing this with another project, but I have a hazy memory of at one point being able to run all of the sketches in a folder at the same time without having to run canvas-sketch PATH for each one?

mattdesl commented 2 years ago

@jongold I think that might be another project (maybe a demo I published long ago? or just a similar project)