archbirdplus

Results 83 comments of archbirdplus

Zig no longer reports memory issues, but I don't think I accomplished that in the cleanest way.

We haven't seen any complaints about the build scripts since I last updated them (besides randomly freezing :shrug:). Could you tell me what problems you're seeing? Does nixos not work...

Currently the issue is that orange color channels (31, 15, 0) gets attenuated to (16, 0, 0), which is indistinguishable from dark red. First of all, we could halve the...

> This does not work Well, either we are forced to hue shift orange into red, or we give ikabod options to have it some other way.

@codemob-dev strictly speaking storing the data in a different format wouldn't do anything. More generally, it might be possible to modify the floodfill to handle hues better. I explored this...

The trouble is that most interesting ideas make light sources interfere with themselves. You can't make the math easier until it's valid in the first place.

Where does it say it's trying to build an EXE file? `zig build-exe` is just the name of the Zig command for executables in general.

Isn't Cubyz GLFW only compiled with X11?

It may be worth trying to run `./debug_linux.sh --verbose --verbose-link` before and after deleting the `~/.cache/zig` and `Cubyz/.zig-cache`.