archbirdplus

Results 83 comments of archbirdplus

I forgot where I saw this quote, but, "Zink can't expose more features than your hardware already supports". If your GPU doesn't physically have compute shaders, then you can't get...

Not the best example here, but I still see this issue in 0.12.0-dev.3518+d2be725e4 in my [repo](https://github.com/archbirdplus/Cubyz-libs/tree/macos-experimental). I can give steps to reproduce if necessary. What I found was that running...

Stamina has multiple aspects to it. Of course, there is the global "running out of air" state. But each muscle has its own temporary store of oxygen/energy which it can...

Will Cubyz have an air quality simulator?

You can implement a rogue-like difficulty curve, where enemies get exponentially harder when digging deeper. This keeps the endgame from stagnating.

How are you planning to remove the git dependency? Wouldn't it still depend on git internally? Also, from previous experience, compilation is really sensitive to how your computer is set...

There does not seem to be documentation about what happens in a save file. Currently, other than some duplicated assets, it looks like `saves/Development` just contains a `world.dat` and maybe...

![image](https://github.com/PixelGuys/Cubyz/assets/53286705/b1a8ba14-6b6f-4169-8fa8-40d6052f6477)

I ran into this problem as well when using command-line `clang` 15.0, but switching to `clang` 17.0 resolved it. It looks like `[[deprecated]]` is supported just fine in newer versions...

First issue: not our fault. https://github.com/ziglang/zig/issues/8103 Second issue: not sure, it doesn't really make sense. I'll work on these when I have the time. If you really want, add the...