example: add draw_3d
This commit is contained in:
parent
6ab4e51407
commit
a787270fea
3 changed files with 718 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue