Go to file
SeanOMik 82c13a7dd2
scripting: do a bit of code cleanup
2024-02-12 20:26:51 -05:00
.vscode Add early scripting system with lua 2024-01-04 20:52:47 -05:00
.woodpecker ci: install lua5.4 to support lyra-scripting 2024-01-04 23:59:22 -05:00
examples/testbed scripting: expose resources to the world 2024-01-20 00:54:36 -05:00
lyra-ecs scripting: expose resources to the world 2024-01-20 00:54:36 -05:00
lyra-game scripting: expose resources to the world 2024-01-20 00:54:36 -05:00
lyra-math split the math module into a lyra-math crate, implement Reflect and Component for Transform 2024-01-13 11:51:16 -05:00
lyra-reflect scripting: expose resources to the world 2024-01-20 00:54:36 -05:00
lyra-resource scripting: lua script auto-reloading 2024-01-15 23:22:21 -05:00
lyra-scripting scripting: do a bit of code cleanup 2024-02-12 20:26:51 -05:00
src Large restructuring so lyra-scripting can create a Plugin 2024-01-04 23:25:29 -05:00
.gitignore Create a testbed example to make developing the engine easier 2023-09-29 14:57:22 -04:00
Cargo.lock scripting: lua script auto-reloading 2024-01-15 23:22:21 -05:00
Cargo.toml split the math module into a lyra-math crate, implement Reflect and Component for Transform 2024-01-13 11:51:16 -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.