This is my personal project for making Generative Art.
There are two crates:
- generative-art: algorithms for generation.
- ga-web: a web interface for the project. You can try it out on my website.
Right now, there are just three generators:
- Preslav: the Rust implementation of Preslav Rachev's book Generative Art in Go.
- Celestial: simulates and renders the motion of celestial objects.
- Wave: runs across an image, drawing sine waves at the frequency of a specific part of the image.