Go to file
SeanOMik fefcf58765
render: make shadow depth bias configurable per light source
2024-07-21 21:53:02 -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: fix shadow map atlas packing by writing my own skyline packer 2024-07-12 14:58:18 -04:00
examples render: make shadow depth bias configurable per light source 2024-07-21 21:53:02 -04:00
lyra-ecs ecs: implement change tracking for world resources 2024-07-19 16:07:03 -04:00
lyra-game render: make shadow depth bias configurable per light source 2024-07-21 21:53:02 -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 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: PCF with poisson disc on directional lights 2024-07-14 22:14:08 -04:00
Cargo.toml render: fix shadow map atlas packing by writing my own skyline packer 2024-07-12 14:58:18 -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.