Go to file
Ryan 620c0bf287 Replace nalgebra-glm with vek
Vek has been pleasant to use in practice. nalgebra is slow to compile
and its documentation is difficult to traverse. Vek also comes with its
own AABB impl, so we use that instead.
2022-05-16 04:09:51 -07:00
build Give World ownership over entities, clients, and chunks. 2022-05-16 02:36:14 -07:00
data Rip out the ECS. 2022-04-29 00:48:41 -07:00
examples Replace nalgebra-glm with vek 2022-05-16 04:09:51 -07:00
src Replace nalgebra-glm with vek 2022-05-16 04:09:51 -07:00
.gitignore move from private repo 2022-04-14 14:55:45 -07:00
Cargo.toml Replace nalgebra-glm with vek 2022-05-16 04:09:51 -07:00
LICENSE.txt prepare for crates.io 2022-01-20 06:39:49 -08:00
README.md prepare for crates.io 2022-01-20 06:39:49 -08:00
rustfmt.toml move from private repo 2022-04-14 14:55:45 -07:00

valence

Coming soon to a package manager near you!

(Valence is a WIP Rust library.)