lunex_engine

Crates.iolunex_engine
lib.rslunex_engine
version0.2.4
sourcesrc
created_at2024-05-11 20:12:17.460133
updated_at2024-09-21 12:17:26.638731
descriptionThis crate is not inteded to be used standalone. It is a dependency of Bevy_Lunex
homepage
repositoryhttps://github.com/bytestring-net/bevy-lunex
max_upload_size
id1237019
size173,925
1D3D4RY (IDEDARY)

documentation

README

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.

Commit count: 465

cargo fmt