ported example 3d camera free (#162)

This commit is contained in:
Nicholas S. Zivkovic 2024-10-18 13:19:22 +02:00 committed by GitHub
parent a2397363aa
commit a6f94ce655
Failed to generate hash of commit
2 changed files with 74 additions and 0 deletions

View file

@ -231,6 +231,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/core/3d_camera_first_person.zig",
.desc = "Simple first person demo",
},
.{
.name = "3d_camera_free",
.path = "examples/core/3d_camera_free.zig",
.desc = "Shows basic 3d camera initialization",
},
.{
.name = "2d_camera_mouse_zoom",
.path = "examples/core/2d_camera_mouse_zoom.zig",