Go to file
SeanOMik 7ae59c0415
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
.vscode Add default texture which fixes render error, fix cube rendering 2023-10-05 11:42:24 -04:00
examples/testbed 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
lyra-resource 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
src 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
.gitignore Create a testbed example to make developing the engine easier 2023-09-29 14:57:22 -04:00
Cargo.lock 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
Cargo.toml 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
LICENSE
README.md Convert the engine into a lib package 2023-09-08 01:06:50 -04:00
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 Add resource system, early input system, custom hecs world wrapper 2023-09-08 01:06:38 -04:00

README.md

Lyra Engine

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