Go to file
SeanOMik cd27c9602c Inline a few things 2024-03-09 00:46:42 -05: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/testbed resource, render: load in texture sampler from gltf and use them in the renderer 2024-03-09 00:46:42 -05:00
lyra-ecs ecs: fix filters 2024-03-09 00:46:42 -05:00
lyra-game Inline a few things 2024-03-09 00:46:42 -05:00
lyra-math Some cleanup 2024-03-09 00:46:42 -05:00
lyra-reflect fixes across crates after changes to ecs 2024-03-02 22:55:13 -05:00
lyra-resource Inline a few things 2024-03-09 00:46:42 -05:00
lyra-scene scene: some cleanup 2024-03-09 00:46:42 -05:00
lyra-scripting fixes across crates after changes to ecs 2024-03-02 22:55:13 -05:00
src
.gitignore
.gitmodules
Cargo.lock render: process GltfScenes and Node local transforms 2024-03-09 00:46:42 -05: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
shell.nix

README.md

Lyra Engine

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