Go to file
SeanOMik 3209d65b93
push code for debugging
2024-06-16 15:34:06 -04:00
.lapce render: get first image from RenderGraph, just a simple hard coded triangle 2024-05-08 18:27:10 -04:00
.vscode push code for debugging 2024-06-16 15:34:06 -04:00
.woodpecker
examples push code for debugging 2024-06-16 15:34:06 -04:00
lyra-ecs ecs: impl Clone for World and return entity in dynamic views 2024-04-27 00:21:26 -04:00
lyra-game push code for debugging 2024-06-16 15:34:06 -04:00
lyra-math
lyra-reflect
lyra-resource resource: fix tests, render: remove warning 2024-06-12 21:23:27 -04:00
lyra-scene scripting: fix lua scripting (#13), create an example for it 2024-04-27 00:52:47 -04:00
lyra-scripting push code for debugging 2024-06-16 15:34:06 -04:00
src
.envrc
.gitignore
.gitmodules
Cargo.lock render: rename RenderGraphPass to Node to better represent what it actually is in the RenderGraph 2024-06-06 19:37:25 -04:00
Cargo.toml move profiles to root workspace Cargo.toml so they aren't ignored 2024-05-08 18:25:12 -04:00
LICENSE
README.md
rust-toolchain.toml
shell.nix scripting: fix lua scripting (#13), create an example for it 2024-04-27 00:52:47 -04:00

README.md

Lyra Engine

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