Go to file
SeanOMik a39d259bb4
Switch nix-shell to use oxalica overlay to get miri working, fix memory leak in archetypes
2024-03-31 10:56:04 -04:00
.vscode Create a new crate! lyra-scene for representing a SceneGraph in an ECS world 2024-03-09 00:46:42 -05:00
.woodpecker
examples examples: move assets outside of testbed for other examples 2024-03-30 22:20:53 -04:00
lyra-ecs Switch nix-shell to use oxalica overlay to get miri working, fix memory leak in archetypes 2024-03-31 10:56:04 -04:00
lyra-game move some stuff out of testbed into lyra-game 2024-03-22 22:55:22 -04:00
lyra-math Some cleanup 2024-03-09 00:46:42 -05:00
lyra-reflect ecs, reflect: implement Bundle for (), use `nobuild` instead of `compile_fail` for reflect rustdocs 2024-03-31 00:29:12 -04:00
lyra-resource resource: use a SceneGraph for loading gltf nodes, make resources Send + Sync 2024-03-31 00:32:31 -04:00
lyra-scene resource: use a SceneGraph for loading gltf nodes, make resources Send + Sync 2024-03-31 00:32:31 -04:00
lyra-scripting resource: asyncronous loading of resources 2024-03-09 00:48:22 -05:00
src
.envrc reflect: fix type registry from changes with ecs resources 2024-03-30 22:42:41 -04:00
.gitignore
.gitmodules
Cargo.lock resource: use a SceneGraph for loading gltf nodes, make resources Send + Sync 2024-03-31 00:32:31 -04:00
Cargo.toml Create a new crate! lyra-scene for representing a SceneGraph in an ECS world 2024-03-09 00:46:42 -05:00
LICENSE
README.md
rust-toolchain.toml Switch nix-shell to use oxalica overlay to get miri working, fix memory leak in archetypes 2024-03-31 10:56:04 -04:00
shell.nix Switch nix-shell to use oxalica overlay to get miri working, fix memory leak in archetypes 2024-03-31 10:56:04 -04:00

README.md

Lyra Engine

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