Skip to content
/ genny Public

A playground for creating generative art, buit with Rust🦀 and WASM🕸

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

jgpaiva/genny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genny

A playground for creating generative art, buit with Rust🦀 and WASM🕸

About

This is a simple playground that allows me to explore ideas around generative art. Currently it generates images similar to the following:

demo of Genny

It supports some basic level of customization (theme, size), and every time you change settings or reload the page, a new image is generated.

You can play with it here.

🚴 Usage

If you'd like to play with the dev version, all you need to do is clone this repo, and then run the following two commands in two separate terminals:

./start_auto_build.sh

This will start an auto-build, that'll rebuild the project everytime you make a change. (Depends on having entr and wasm-pack installed on the local machine)

./start_dev_server.sh

This'll start an auto-refresh browser window, which will refresh the page everytime there's a change to the build.

As long as you have these two commands running, you'll see realtime updates of the page as soon as you change and save a file, to get a really short feedback cycle between change and outcome.

All updates to the /docs folder are reflected on github pages here.

About

A playground for creating generative art, buit with Rust🦀 and WASM🕸

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published