#bevy-ui #bevy-lunex #layout #bevy #ui #ui-component #ui-framework

lunex_engine

This crate is not inteded to be used standalone. It is a dependency of Bevy_Lunex

8 releases

0.2.4 Sep 21, 2024
0.2.3 Jul 22, 2024
0.1.1 Jul 4, 2024
0.1.0 Jun 16, 2024
0.1.0-alpha May 11, 2024

#389 in GUI

Download history 177/week @ 2024-07-22 61/week @ 2024-07-29 22/week @ 2024-08-05 73/week @ 2024-08-12 40/week @ 2024-08-19 61/week @ 2024-08-26 45/week @ 2024-09-02 35/week @ 2024-09-09 224/week @ 2024-09-16 119/week @ 2024-09-23 44/week @ 2024-09-30 28/week @ 2024-10-07 57/week @ 2024-10-14 10/week @ 2024-10-21 7/week @ 2024-10-28 26/week @ 2024-11-04

103 downloads per month
Used in 3 crates (via bevy_lunex)

MIT/Apache

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