Added primitive renderer, world with tree hierarchy supporting lights and objects with GLTF loading. Builds and runs with broken rendering and tree.

This commit is contained in:
paladin 2026-09-03 12:08:00 +01:00
parent f1d4534063
commit efe98454d9
17 changed files with 1968 additions and 1221 deletions

View file

@ -12,6 +12,7 @@ name = "game"
path = "src/main.rs"
[dependencies]
gltf = "1.4.1"
anyhow = "1.0"
winit = { version = "0.30", features = ["android-native-activity"] }
env_logger = "0.11.10"