mach icon indicating copy to clipboard operation
mach copied to clipboard

zig game engine & graphics toolkit

Results 286 mach issues
Sort by recently updated
recently updated
newest added

Re-creating the swap chain fails when resizing a window. ``` thread 27560 panic: api error .\mach\src\sysgpu\d3d12.zig:1381:13: 0xe26772 in init (core-sysgpu-triangle.exe.obj) return error.CreateSwapChainFailed; ^ .\mach\src\sysgpu\d3d12.zig:504:9: 0xe27f75 in createSwapChain (core-sysgpu-triangle.exe.obj) return SwapChain.init(device,...

bug
needs-triage

Would be nice if I could turn off logging to the terminal. I always get two lines and a newline about it failing to "CreateInstance in ICD 1" and it...

needs-triage
feedback

- Zig version: 2024.5.0-mach - JDK version: OpenJDK Runtime Environment Zulu21.28+85 - OS: Windows 11 Considering the following scenario: If you wish to use webgpu via zig in a Java...

question

This doesn't need to be merged if you'd prefer to stick with the current logic; I largely just wanted to see if it works properly. Nonetheless, I think this represents...

This PR adds the ability to press spacebar on the triangle example to save an offscreen render texture from GPU to CPU then save to an image on disk. This...

Build: * Custom Mach blender plugin, not just for exporting models but for now only to do that. * A new custom runtime-optimized 3D model format for Mach. glTF, Model3D,...

mach

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....

all
zig-update

Added few extra keys. Changed exit code to 0 because these are normal exits. - [X] By selecting this checkbox, I agree to license my contributions to this project under...

For me (running nixos with nvidia-drm driver) all examples except run-triangle crash in line 1190: https://github.com/hexops/mach/blob/bfa3b069f7d1e1e6b8cb5e0d9199e397931cec2e/src/sysgpu/vulkan.zig#L1188-L1192 with api error `Result.error_out_of_device_memory`. This was weird, because my GPU (NVIDIA GeForce GTX 1660...

bug
os/linux
needs-triage

Reminder for myself to investigate this: https://github.com/hexops/mach/pull/1258/files#r1730392013

bug
needs-triage