gitextract_7u63e6xb/ ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── Cargo.toml ├── README.md ├── assets/ │ ├── models/ │ │ └── chalet.obj │ └── shaders/ │ ├── shader.frag │ └── shader.vert ├── build.rs └── src/ ├── camera.rs ├── context.rs ├── debug.rs ├── fs.rs ├── main.rs ├── math.rs ├── swapchain.rs └── texture.rs