mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
dd1b08ef8b
* Add test for ui-z system * Remove generic hierarchy runner and refactor ui z-system * Remove different handling for childless nodes Having an empty children list should be the same as having no child component. * Further simplify system after change |
||
---|---|---|
.. | ||
benches | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Bevy Transform
This crate is largely a 1:1 port from legion_transform (ecs: legion, math: nalgebra) to bevy (ecs: bevy_ecs, math: glam)