mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
7412b0ec25
Using the `image` crate, HDR images can be loaded into RGBA-f32 textures.
461 B
461 B
Bevy Credits
Adapted Code
- hecs
- legion_transform
- wgpu-rs examples
- yaks: ArchetypeSet, borrowed some ideas from their scheduler implementation
Inspiration
- game engines: amethyst, coffee
- ecs: legion, shipyard, yaks