examples: created gkurve example

This commit is contained in:
PiergiorgioZagaria 2022-05-08 19:13:40 +02:00 committed by Stephen Gutekanst
parent ddf8704559
commit a1daf399a3
4 changed files with 404 additions and 0 deletions

View file

@ -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} },