Chris Heyes
Chris Heyes
- fixes typos in `JPH_MotionProperties` - defines `JPH_TransformedShape` and `JPH_SubShapeIDCreator` - defines remaining JPH_Body_* member fns TODO: static casts to `JPH_AABox`, `JPH_TransformedShape` and `JPH_BodyCreationSettings` are failing
zwin32 fails to build using the latest Zig compiler (0.10.0-dev.3900+ab4b26d8a) fn ptr syntax has recently been changed.
closes #102
### Summary Fairly frequently, `:w` can fail with `Async Error: request timed out`, other times no message is observed. The current file will not be written until the program is...
Added QR capture functionality, accessible from the SearchHomeView. - Tap the purple QR button to bring up the capture view (requests camera access) - When a QR code is captured...
Offer a correct explicit coercion syntax to help the user avoid other footgunnable workarounds when they encounter this error. Arguably, there's no need for this if we allowed explicit coercion...
WIP Emscripten support
TODO - [ ] Zig allocator interface (overrides MemoryOptions)
Uncommenting simple_raytracer and running `zig.exe build simple_raytracer` crashes Windows 10 Zig 0.12.0-dev.2063+804cee3b9
Removes zglfw dependency from zgpu. Introduces `WindowProvider` struct which the user fills out when creating a `GraphicsContext` For example, to setup a `GraphicsContext` using zglfw: ```zig const gctx = try...