mach/examples/boids
iddev5 f4de00d8b5 examples: boids: use std.log.info instead of std.debug.print
std.debug.print uses IO which depends on file system and thus needs
support from OS, which dont have in freestanding targets (like WASM).
2022-05-22 08:26:56 -07:00
..
main.zig examples: boids: use std.log.info instead of std.debug.print 2022-05-22 08:26:56 -07:00
sprite.wgsl examples: add ported boids example 2022-04-14 10:46:31 -07:00
updateSprites.wgsl examples: add ported boids example 2022-04-14 10:46:31 -07:00