Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elijah-potter/generative-art
My personal project for generative art.
https://github.com/elijah-potter/generative-art
art creative-coding generative-art rust webassembly
Last synced: 27 days ago
JSON representation
My personal project for generative art.
- Host: GitHub
- URL: https://github.com/elijah-potter/generative-art
- Owner: elijah-potter
- License: mit
- Created: 2021-10-06T05:09:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T20:43:53.000Z (almost 3 years ago)
- Last Synced: 2024-03-04T17:28:30.479Z (10 months ago)
- Topics: art, creative-coding, generative-art, rust, webassembly
- Language: Rust
- Homepage: https://elijahpotter.dev/art
- Size: 53.6 MB
- Stars: 33
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generative Art
This is my personal project for making Generative Art.
## Structure
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](https://elijahpotter.dev/art).### Generative art
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.![Example of Preslav generation](./example_images/preslav.svg)
![Example of celestial generation](./example_images/celestial.svg)
![Example of waves generation](./example_images/output3.png)