Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zmitchell/splatter
A Rust framework for creating generative art
https://github.com/zmitchell/splatter
Last synced: 3 days 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 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-16T19:51:08.000Z (24 days ago)
- Last Synced: 2024-12-16T20:42:22.718Z (24 days 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.