8 releases
0.2.4 | Sep 21, 2024 |
---|---|
0.2.3 | Jul 22, 2024 |
0.1.1 |
|
0.1.0 | Jun 16, 2024 |
0.1.0-alpha | May 11, 2024 |
#389 in GUI
103 downloads per month
Used in 3 crates
(via bevy_lunex)
175KB
3K
SLoC
Lunex engine
[!CAUTION] This crate is not inteded to be used standalone. It is a dependency of
Bevy_Lunex
.
This crate contains Bevy agnostic code, that is dependant only on Bevy re-exports of Glam
and Thiserror
. The other dependency is Colored
for nice formating of terminal output and IndexMap
for consistently iterable hashmaps.
Even though the code is not coupled with Bevy's internals, it is still assuming you will use Bevy. There are Component
derives present purely for the purpuse to be used in Bevy_Lunex
up the stack. The naming of the structs and docs are also targetted for Bevy.
But if you really need to use this crate outside of Bevy ecosystem, it is very easy to do so.
Dependencies
~42–79MB
~1.5M SLoC