2020-01-15 02:57:10 +00:00
# Bevy Credits
## Adapted Code
2020-07-12 17:54:40 +00:00
* hecs
2020-01-15 02:57:10 +00:00
* legion_transform
* wgpu-rs examples
2021-02-22 04:50:05 +00:00
* yaks: ArchetypeSet, borrowed some ideas from their scheduler implementation
2020-01-15 02:57:10 +00:00
2020-05-22 00:21:33 +00:00
## Inspiration
2020-01-15 02:57:10 +00:00
2020-07-12 17:54:40 +00:00
* game engines: amethyst, coffee
2021-02-22 04:50:05 +00:00
* ecs: legion, shipyard, yaks
2020-06-04 02:00:19 +00:00
## Assets
2020-07-26 22:06:01 +00:00
* Generic RPG Pack (CC0 license) by [Bakudas ](https://twitter.com/bakudas ) and [Gabe Fern ](https://twitter.com/_Gabrielfer )
2021-02-22 04:50:05 +00:00
* Environment maps (`.hdr` files) from [HDRIHaven ](https://hdrihaven.com ) (CC0 license)
2022-01-14 19:09:42 +00:00
* Alien from [Kenney's Space Kit ](https://www.kenney.nl/assets/space-kit ) (CC0 1.0 Universal)
* Cake from [Kenney's Food Kit ](https://www.kenney.nl/assets/food-kit ) (CC0 1.0 Universal)
* Ground tile from [Kenney's Tower Defense Kit ](https://www.kenney.nl/assets/tower-defense-kit ) (CC0 1.0 Universal)
* Game icons from [Kenney's Game Icons ](https://www.kenney.nl/assets/game-icons ) (CC0 1.0 Universal)
2022-01-25 22:10:11 +00:00
* Space ships from [Kenny's Simple Space Kit ](https://www.kenney.nl/assets/simple-space ) (CC0 1.0 Universal)
2022-04-02 22:36:02 +00:00
* glTF animated fox from [glTF Sample Models ](https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/Fox )
* Low poly fox [by PixelMannen ](https://opengameart.org/content/fox-and-shiba ) (CC0 1.0 Universal)
* Rigging and animation [by @tomkranis on Sketchfab ](https://sketchfab.com/models/371dea88d7e04a76af5763f2a36866bc ) ([CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/))
2022-05-06 19:29:43 +00:00
* FiraMono by The Mozilla Foundation and Telefonica S.A (SIL Open Font License, Version 1.1: assets/fonts/FiraMono-LICENSE)
2023-04-24 14:20:13 +00:00
* Barycentric from [mk_bary_gltf ](https://github.com/komadori/mk_bary_gltf ) (MIT OR Apache-2.0)