mach/src
iddev5 f3e2b8b74c mach: add a standard way to access platform specific structs
This is done by adding platform.zig which is a file providing types like
``CoreType``, ``GpuDriverType`` and ``BackingTimerType``.
2022-05-23 01:03:43 -07:00
..
c.zig add higher-level app library 2022-04-05 00:16:51 -07:00
Engine.zig mach: add a standard way to access platform specific structs 2022-05-23 01:03:43 -07:00
enums.zig mach: remove Action enum and all references to it 2022-05-20 09:14:32 -07:00
mach.js mach: Timer: wasm implementation using performance.now() 2022-05-23 01:03:43 -07:00
main.zig mach: introduce cross platform Timer abstraction 2022-05-17 23:56:41 -07:00
native.zig mach: add a standard way to access platform specific structs 2022-05-23 01:03:43 -07:00
platform.zig mach: add a standard way to access platform specific structs 2022-05-23 01:03:43 -07:00
structs.zig mach: Implement key input handling as event loop 2022-05-20 09:14:32 -07:00
Timer.zig mach: add a standard way to access platform specific structs 2022-05-23 01:03:43 -07:00
util.zig add higher-level app library 2022-04-05 00:16:51 -07:00
wasm.zig mach: add a standard way to access platform specific structs 2022-05-23 01:03:43 -07:00