mach/examples
Lee Cannon 4570838304
Update to latest Zig master (0.10.0-dev.2017+a0a2ce92c) (#261)
* use `@ceil` instead of `std.math.ceil`
* `ChildProcess.init` does not allocate anymore
* update CI zig version
* examples: temporarily switch to fork of zigimg compatible with zig-master

Commands executed:

```
git submodule set-url -- examples/libs/zigimg https://github.com/slimsag/zigimg
git submodule set-branch --branch zig-master -- examples/libs/zigimg
git submodule update --init --remote examples/libs/zigimg
```

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
Co-authored-by: Stephen Gutekanst <stephen@hexops.com>
2022-05-01 11:44:27 -07:00
..
advanced-gen-texture-light examples: port to new API 2022-04-29 13:06:34 -07:00
assets@b5a8404715 examples: add assets submodule 2022-04-24 16:07:59 +00:00
boids Update to latest Zig master (0.10.0-dev.2017+a0a2ce92c) (#261) 2022-05-01 11:44:27 -07:00
fractal-cube examples: port to new API 2022-04-29 13:06:34 -07:00
instanced-cube examples: port to new API 2022-04-29 13:06:34 -07:00
libs Update to latest Zig master (0.10.0-dev.2017+a0a2ce92c) (#261) 2022-05-01 11:44:27 -07:00
rotating-cube examples: port to new API 2022-04-29 13:06:34 -07:00
textured-cube examples: port to new API 2022-04-29 13:06:34 -07:00
triangle example: finalize triangle example to new API 2022-04-29 12:48:47 -07:00
two-cubes examples: port to new API 2022-04-29 13:06:34 -07:00
LICENSE examples: added fractal-cube example 2022-04-24 23:24:34 +00:00
LICENSE.webgpu-samples examples: add license information 2022-04-14 10:46:31 -07:00