Emi
Emi
That sounds perfect
suspected fixed
> Document conventions, e.g. Rect pos is bottom left, polygon and triangles are defined in a counterclockwise order. Goal here should be to make sure all collision code operates in...
(easily possible with new object system.)
By default Dawn bounces all C API calls through a vtable which acts as a swappable interface implementation for e.g. testing. To initialize the interface, there must be a call...
sysgpu is definitely not stable, it is extremely experimental and likely to change a lot in the coming months. I expect its API and shading language to change dramatically.
Another repro of this from discord: ``` $ zig build run-hardware-check debug: failed to determine terminal size; using conservative guess 80x25 info(mach_audio): opened audio device: channels=2 sample_rate=48000 format=f32 debug(mach): primary...
Interestingly, I can't repro on my new windows dev machine (AMD gpu)
I'm here just to express that I am greatly in favor of this proposal because almost every time I encounter `usingnamespace` in practice, it has led to much worse code...
(bike-shedding question.. but since nobody has asked it) since they aren't real numbers as in maths, have other names been considered? e.g. renaming `f32` -> `ieee32` and naming the new...