Go to file
SeanOMik 5ebbec8cf9
CI / build (push) Successful in 3m33s Details
ci: switch to ForgeJo actions
2024-06-28 13:50:26 -04:00
.forgejo/workflows ci: switch to ForgeJo actions 2024-06-28 13:50:26 -04:00
.lapce render: get first image from RenderGraph, just a simple hard coded triangle 2024-05-08 18:27:10 -04:00
.vscode render: move render targets to be graph slots, create present passes and base passes 2024-05-19 12:56:03 -04:00
examples render: simplify light buffer updating 2024-06-15 23:52:46 -04:00
lyra-ecs
lyra-game game: run clippy 2024-06-28 13:25:48 -04:00
lyra-math
lyra-reflect
lyra-resource resource: fix tests, render: remove warning 2024-06-12 21:23:27 -04:00
lyra-scene
lyra-scripting scripting: improve macros to make it easier to create wrappers 2024-04-27 19:43:45 -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 render: create RenderTarget and Frame, making it easier to render to a non-surface texture 2024-06-23 20:25:57 -04:00
LICENSE
README.md
rust-toolchain.toml
shell.nix

README.md

Lyra Engine

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