Go to file
SeanOMik 6caf235a6f
ci/woodpecker/push/debug Pipeline failed Details
Add early scripting system with lua
2024-01-04 20:52:47 -05:00
.vscode Add early scripting system with lua 2024-01-04 20:52:47 -05:00
.woodpecker Fix woodpecker ci 2023-12-28 22:40:37 -05:00
examples/testbed Add early scripting system with lua 2024-01-04 20:52:47 -05:00
lyra-ecs ecs: Add world query, make it possible to request resources from function systems 2024-01-04 20:49:27 -05:00
lyra-reflect reflect: implement TypeData for T 2024-01-04 20:43:46 -05:00
lyra-resource lyra-resource: Make it possible to add resource loaders to the resource manager 2024-01-04 20:42:56 -05:00
lyra-scripting Add early scripting system with lua 2024-01-04 20:52:47 -05:00
src Fix a painful amount of compiler warnings, and clippy warnings 2023-12-28 21:30:45 -05:00
.gitignore Create a testbed example to make developing the engine easier 2023-09-29 14:57:22 -04:00
Cargo.lock Add early scripting system with lua 2024-01-04 20:52:47 -05:00
Cargo.toml Add early scripting system with lua 2024-01-04 20:52:47 -05:00
LICENSE Create window, handle simple input 2023-09-08 01:05:59 -04:00
README.md Convert the engine into a lib package 2023-09-08 01:06:50 -04:00
rust-toolchain.toml Fix woodpecker ci 2023-12-28 22:40:37 -05: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.