Kami Development

Results 45 comments of Kami Development

I get the same warning: ``` ➜ zig-gamedev git:(main) mzig build instanced_pills_wgpu-run steps [7/12] Warning: DiscoverDefaultPhysicalDevices is deprecated. Call EnumerateAdapters or RequestAdapter instead. info: [zgpu] High-performance device has been selected:...

Yes, perhaps it is unrelated to the issue you reported. But what should happen if you choose 1 000 000 instances (even once) is nothing. Memory usage will increase momentarily...

This is a known issue we are trying to fix and it would be helpful to know if your (non Apple Silicon) machine behaves correctly, too.

> Just a note regarding `comboFromEnum()` function. This function was contributed by someone and it is actually used in his project. Also, it is pretty useful. I think it would...

This PR can be deleted. There is a more recent attempt here: https://github.com/zig-gamedev/zig-gamedev/pull/570