example: add top_down_lights

This commit is contained in:
Timothy Fiss 2025-07-23 17:49:30 -06:00 committed by Nikolas
parent 813f0323af
commit 125ead95a3
2 changed files with 346 additions and 0 deletions

View file

@ -269,6 +269,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/shapes/splines_drawing.zig",
.desc = "Renders a spline",
},
.{
.name = "top_down_lights",
.path = "examples/shapes/top_down_lights.zig",
.desc = "Renders a sceen with shadows and a top down persepective",
},
.{
.name = "sprite_anim",
.path = "examples/textures/sprite_anim.zig",