Go to file
SeanOMik e88758f59d
scripting: expose resources to the world
2024-01-20 00:54:36 -05:00
.vscode
.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: expose resources to the world 2024-01-20 00:54:36 -05:00
src Large restructuring so lyra-scripting can create a Plugin 2024-01-04 23:25:29 -05:00
.gitignore
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
README.md
rust-toolchain.toml
shell.nix

README.md

Lyra Engine

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