examples: created gkurve example
This commit is contained in:
parent
ddf8704559
commit
a1daf399a3
4 changed files with 404 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||
.{ .name = "rotating-cube", .packages = &[_]Pkg{Packages.zmath} },
|
||||
.{ .name = "two-cubes", .packages = &[_]Pkg{Packages.zmath} },
|
||||
.{ .name = "instanced-cube", .packages = &[_]Pkg{Packages.zmath} },
|
||||
.{ .name = "gkurve", .packages = &[_]Pkg{Packages.zmath} },
|
||||
.{ .name = "advanced-gen-texture-light", .packages = &[_]Pkg{Packages.zmath} },
|
||||
.{ .name = "textured-cube", .packages = &[_]Pkg{ Packages.zmath, Packages.zigimg } },
|
||||
.{ .name = "fractal-cube", .packages = &[_]Pkg{Packages.zmath} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue