Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johanhelsing/bevy_lospec
Asset loader plugin for Bevy that adds support for lospec color palette formats
https://github.com/johanhelsing/bevy_lospec
bevy bevy-plugin lospec palette
Last synced: 3 months ago
JSON representation
Asset loader plugin for Bevy that adds support for lospec color palette formats
- Host: GitHub
- URL: https://github.com/johanhelsing/bevy_lospec
- Owner: johanhelsing
- License: apache-2.0
- Created: 2022-01-24T09:16:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T10:04:01.000Z (6 months ago)
- Last Synced: 2024-09-27T07:04:12.457Z (4 months ago)
- Topics: bevy, bevy-plugin, lospec, palette
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# bevy_lospec
[![crates.io](https://img.shields.io/crates/v/bevy_lospec.svg)](https://crates.io/crates/bevy_lospec)
![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)
[![docs.rs](https://img.shields.io/docsrs/bevy_lospec)](https://docs.rs/bevy_lospec)Asset loader plugin for Bevy that adds support for lospec color palette formats.
## Usage
Find a palette on , note down the name.
Download its json from: `https://lospec.com/palette-list/.json`
and place it in the `assets` folder.See the [`simple`](./examples/simple.rs) example for details.
## Bevy version support
The `main` branch targets the latest bevy release.
|bevy|bevy_lospec|
|----|-----------|
|0.14|0.8, main |
|0.13|0.7 |
|0.12|0.6 |
|0.11|0.5 |
|0.10|0.4 |
|0.9 |0.3 |
|0.8 |0.2 |
|0.7 |0.1 |## License
All code in this repository dual-licensed under either:
- MIT License ([LICENSE-MIT](LICENSE-MIT) or )
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )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.