mach
mach copied to clipboard
zig game engine & graphics toolkit
As discussed in https://github.com/hexops/mach/issues/1275, not all window managers support Server Side Decorations. ## Work to be done * [x] - As a stopgap, raise and error when SSD is not...
Periodically we [nominate a new Zig nightly version](https://machengine.org/about/nominated-zig) to be the version that Mach targets, and begin the meticulous process of updating every Mach project to use that new version....
Runtime guided optimizations such as pre-allocation of arrays and tuning based on actual application behavior
``` error: the following command terminated unexpectedly: /Volumes/data/hexops/mach/zig-out/bin/core-custom-entrypoint Build Summary: 20/22 steps succeeded; 1 failed run-core-custom-entrypoint transitive failure └─ run core-custom-entrypoint failure error: the following build command failed with exit...
Hi, It has support for iOS/tvOS and Android? Thanks.
The tagged zls versions don't compile with the zig-mach version ( zig-macos-aarch64-0.14.0-dev.2577+271452d22/ What seems to work is get year/month from the zig version and guess a hash from master from...
Steps to reproduce: 1. Install required version of Zig ``` cd /tmp curl -LO https://pkg.machengine.org/zig/zig-macos-aarch64-0.14.0-dev.2577+271452d22.tar.xz tar -xf zig-macos-aarch64-0.14.0-dev.2577+271452d22.tar.xz sudo mv zig-macos-aarch64-0.14.0-dev.2577+271452d22 /usr/local/zig-mach ``` Then add to your shell config (~/.zshrc):...
- [x] By selecting this checkbox, I agree to license my contributions to this project under the license(s) described in the LICENSE file, and I have the right to do...
There was a bug in the mulQuat multiplication We were doing: vz + uv_z * w2 + (**qz** * uv_y - qy * uv_x) * 2 instead of vz +...
Extracted from a series of on the Mach discord starting with [this one](https://discord.com/channels/996677443681267802/1176046591774314547/1375271411777667133). Seems important enough to document in an issue here too. TL;DR: One should be able to have...