Go to file
SeanOMik 8eac563229
render: significantly improve performance of TransformBuffers
Before the changes, a release build of 'many-lights' was running at about 130fps, now its 430fps
2024-04-21 00:54:45 -04: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 ci: fix ci and change triggers 2024-03-02 22:51:46 -05:00
examples render: significantly improve performance of TransformBuffers 2024-04-21 00:54:45 -04:00
lyra-ecs render: significantly improve performance of TransformBuffers 2024-04-21 00:54:45 -04:00
lyra-game render: significantly improve performance of TransformBuffers 2024-04-21 00:54:45 -04:00
lyra-math Some cleanup 2024-03-09 00:46:42 -05:00
lyra-reflect reflect: fix warnings 2024-04-01 11:17:19 -04:00
lyra-resource render: use WorldTransforms in the renderer 2024-04-17 20:46:46 -04:00
lyra-scene render: use WorldTransforms in the renderer 2024-04-17 20:46:46 -04:00
lyra-scripting resource: asyncronous loading of resources 2024-03-09 00:48:22 -05:00
src Large restructuring so lyra-scripting can create a Plugin 2024-01-04 23:25:29 -05:00
.envrc reflect: fix type registry from changes with ecs resources 2024-03-30 22:42:41 -04:00
.gitignore Create a testbed example to make developing the engine easier 2023-09-29 14:57:22 -04:00
.gitmodules ci: fix ci and change triggers 2024-03-02 22:51:46 -05:00
Cargo.lock render: significantly improve performance of TransformBuffers 2024-04-21 00:54:45 -04:00
Cargo.toml Make tracy profiling an optional feature, create 'many-lights' example 2024-04-20 00:08:25 -04: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 Switch nix-shell to use oxalica overlay to get miri working, fix memory leak in archetypes 2024-03-31 10:56:04 -04:00
shell.nix Rewrite nix-shell, use mold for the linker 2024-04-04 23:58:59 -04:00

README.md

Lyra Engine

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