example: add easings_box_anim

This commit is contained in:
Timothy Fiss 2025-07-23 17:42:47 -06:00 committed by Nikolas
parent 52767eb8ae
commit be3790195a
2 changed files with 132 additions and 0 deletions

View file

@ -239,6 +239,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/shapes/easings_ball_anim.zig",
.desc = "Renders a ball that demonstrates various easing functions",
},
.{
.name = "easings_box_anim",
.path = "examples/shapes/easings_box_anim.zig",
.desc = "Renders a box that demonstrates various easing functions",
},
.{
.name = "following_eyes",
.path = "examples/shapes/following_eyes.zig",