No description
Find a file
2019-12-09 23:32:18 -08:00
.vscode vscode debug 2019-12-03 22:13:14 -08:00
examples make variable immutable 2019-12-09 23:32:18 -08:00
notes refactor pipelines 2019-12-01 01:16:15 -08:00
src Use floats for vertex values 2019-12-09 23:12:50 -08:00
.gitignore transition math to nalgebra and add tiny-town. 2019-11-30 21:21:45 -08:00
Cargo.toml we glam now 2019-12-04 00:11:14 -08:00
README.md add simple readme 2019-12-09 23:29:52 -08:00

Bevy Game Engine

Running Examples:

env RUSTFLAGS="-C link-arg=-fuse-ld=lld -Zshare-generics=y" cargo run --example simple --release