example: add draw_3d

This commit is contained in:
Timothy Fiss 2025-07-26 11:00:53 -06:00 committed by Nikolas
parent 6ab4e51407
commit a787270fea
3 changed files with 718 additions and 0 deletions

View file

@ -299,6 +299,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/text/codepoints_loading.zig",
.desc = "Renders UTF-8 text",
},
.{
.name = "draw_3d",
.path = "examples/text/draw_3d.zig",
.desc = "Renders an example of text rendered in a 3d world",
},
.{
.name = "text_format_text",
.path = "examples/text/text_format_text.zig",