Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seldom-se/fade_gen
Generates filters that fade to the given color for seldom_pixel
https://github.com/seldom-se/fade_gen
bevy
Last synced: 3 days ago
JSON representation
Generates filters that fade to the given color for seldom_pixel
- Host: GitHub
- URL: https://github.com/seldom-se/fade_gen
- Owner: Seldom-SE
- License: apache-2.0
- Created: 2025-02-16T20:14:26.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2025-02-16T20:35:18.000Z (4 days ago)
- Last Synced: 2025-02-16T21:26:55.215Z (4 days ago)
- Topics: bevy
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `fade_gen`
Generates filters that fade to the given color for
[`seldom_pixel`](https://github.com/Seldom-SE/seldom_pixel/). Works for `seldom_pixel` 0.8 and
probably other version.## Usage
```
Usage: fade_genArguments:
Index of the color to which the output will fade. To find the index, count the colors in your palette from left to right and top to bottom (as if reading English), starting from 0, until you reach the target color.
number of frames
Options:
-h, --help Print help
```## License
`fade_gen` is dual-licensed under MIT and Apache 2.0 at your option.
## Contributing
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.