mach/examples/rotating-cube
iddev5 3bb45c75a1 mach: introduce cross platform Timer abstraction
This Timer uses std.time.Timer as backing timer in native platforms, and
will use custom timers for special platforms (wasm, android?, ios?).

Unlike std.time.Timer, its primary API is focused on floats. Also meant
to provides some convenient functions alongside base ones.

Follows std.time.Timer API, but methods by default return f32 i.e
non-precise variant with precise variants available returning u64.
2022-05-17 23:56:41 -07:00
..
cube_mesh.zig examples: add ported rotating-cube example (#227) 2022-04-17 13:50:25 -07:00
frag.wgsl examples: add ported rotating-cube example (#227) 2022-04-17 13:50:25 -07:00
main.zig mach: introduce cross platform Timer abstraction 2022-05-17 23:56:41 -07:00
vert.wgsl examples: add ported rotating-cube example (#227) 2022-04-17 13:50:25 -07:00