#color-palette #palette #bevy #gamedev #graphics #format

bevy_lospec

Asset loader plugin for Bevy that adds support for lospec color palettes

8 releases (breaking)

0.7.0 Feb 22, 2024
0.6.0 Nov 5, 2023
0.5.0 Jul 13, 2023
0.4.0 Mar 7, 2023
0.1.0 Apr 18, 2022

#315 in Rendering

Download history 160/week @ 2024-02-19 25/week @ 2024-02-26 2/week @ 2024-03-04 52/week @ 2024-04-01

52 downloads per month
Used in bevy_smud

MIT/Apache

28KB
137 lines

bevy_lospec

Asset loader plugin for Bevy that adds support for lospec color palette formats.

Usage

Find a palette on https://lospec.com, note down the name.

Download its json from: https://lospec.com/palette-list/<palette-name>.json and place it in the assets folder.

See the simple example for details.

Bevy version support

The main branch targets the latest bevy release.

bevy bevy_lospec
0.13 0.7, main
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:

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.

Dependencies

~38–80MB
~1M SLoC