https://github.com/zmitchell/splatter
A Rust framework for creating generative art
https://github.com/zmitchell/splatter
Last synced: 4 months ago
JSON representation
A Rust framework for creating generative art
- Host: GitHub
- URL: https://github.com/zmitchell/splatter
- Owner: zmitchell
- Created: 2023-09-22T22:28:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T03:28:32.000Z (12 months ago)
- Last Synced: 2025-02-20T04:28:03.423Z (12 months ago)
- Language: Rust
- Size: 23.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# splatter
A Rust-based framework for creating generative art.
## Origins
`splatter` was forked from [splatter](https://splatter.cc) with the primary goal of focusing on creating 2D generative art, whereas `splatter` does much more than that.
If you'd like to do things with audio, hardware, etc `splatter` will be a much better fit for what you're looking for.
In order to focus on generative art and be able to move faster I decided it would be easier to fork `splatter` and remove all of the capabilities that I don't need.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.