Go to file
SeanOMik a4ce4cb432
render: implement packed texture atlas for shadow maps
2024-07-10 20:16:21 -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: cull back faces, code cleanup to fix warnings 2024-07-04 23:28:21 -04:00
lyra-ecs render: move most of the mesh processing to a MeshPrepare node 2024-06-29 22:23:49 -04:00
lyra-game render: implement packed texture atlas for shadow maps 2024-07-10 20:16:21 -04:00
lyra-math
lyra-reflect
lyra-resource render: move most of the mesh processing to a MeshPrepare node 2024-06-29 22:23:49 -04:00
lyra-scene
lyra-scripting
src
.envrc
.gitignore
.gitmodules
Cargo.lock render: implement packed texture atlas for shadow maps 2024-07-10 20:16:21 -04:00
Cargo.toml create an example for testing shadow maps 2024-06-28 16:15:21 -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.