Go to file
SeanOMik 61efc358ce
scene: make scenes own its own world, no references
2024-03-24 22:40:38 -04:00
.vscode
.woodpecker
examples/testbed move some stuff out of testbed into lyra-game 2024-03-22 22:55:22 -04:00
lyra-ecs
lyra-game move some stuff out of testbed into lyra-game 2024-03-22 22:55:22 -04:00
lyra-math
lyra-reflect reflect: create ReflectedMap 2024-03-10 00:17:09 -05:00
lyra-resource resource: implement waiting for resource dependencies to be loaded 2024-03-10 00:11:15 -05:00
lyra-scene scene: make scenes own its own world, no references 2024-03-24 22:40:38 -04:00
lyra-scripting
src
.gitignore
.gitmodules
Cargo.lock scene: make scenes own its own world, no references 2024-03-24 22:40:38 -04:00
Cargo.toml
LICENSE
README.md
rust-toolchain.toml include correct rust install in nix-shell 2024-03-19 21:40:08 -04:00
shell.nix render: resize light grid with window, improve light buffer, add spot lights to the light cull compute 2024-03-20 11:41:40 -04:00

README.md

Lyra Engine

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