Go to file
SeanOMik 2e53156b0d
Implement query borrow and borrow mut for all &T and &mut T
2023-12-21 23:33:33 -05:00
.vscode
.woodpecker Fix ci 2023-10-22 20:49:28 -04:00
examples/testbed Add dir for luberyard-bistro example scene 2023-12-21 17:35:38 -05:00
lyra-ecs Implement query borrow and borrow mut for all &T and &mut T 2023-12-21 23:33:33 -05:00
lyra-resource Prototype implementation of specular maps 2023-12-21 17:35:30 -05:00
src Fix some errors caused by rebasing with origin 2023-12-21 17:40:16 -05:00
.gitignore
Cargo.lock Implement a single point light with blinn-phong lighting 2023-11-10 09:14:18 -05:00
Cargo.toml Fix issues with the normal matrix 2023-12-21 17:31:04 -05:00
LICENSE
README.md
rust-toolchain Loading textures from gltf blob and gltf.bin's, fix loading multiple meshses in a single model 2023-10-21 22:19:34 -04:00
shell.nix

README.md

Lyra Engine

This is a very WIP custom game engine written in Rust.