José M Rico
José M Rico
Just tried `~/.wurst/grill build base.w3x`, but it didn't seem to change anything. I also tried re-running the `install` step with grill, but still the same.
Yep, been doing `grill build base.w3x` on my Windows machine, and everything works as expected. In the Pi, the `war3map.j` is 0 bytes but everything else is OK.
Yeah that sounds right. Weird because everything else gets inserted - I have an `imports` folder with a bunch of files, and those end up in the map no problem....
Not exactly the same environment, but I recently tried this on a new mac with an Apple silicon chip (ARM 64bit) and saw no issues. I also had to fix...
Was trying to test this on macOS but then realized that a proper GUI app would require the whole `.app` folder wrapper thingy and maybe a few metadata files at...
As for linux, I also quickly tested on Ubuntu Desktop and found that the plain executable without any overrides to `.subsystem` already runs as expected, without any extra terminal windows....
Hi all, thank you for all the comments! FYI, I've decided to move to using raylib's C APIs directly instead of using any Zig bindings. 2 reasons: - raylib now...
> Hi @jmrico01 Having an example of how you do this direct integration would be nice. Sure! This is pretty much what I'm using as a baseline. Very simple and...
> @jmrico01 Please, could you show some screenshots with the issue and the fix? Sorry it took me a while, but here's an example of the issue with screenshots. What...
Thanks for the clarifications and suggestions! I agree with making this API more consistent with `DrawTexturePro`, and in hindsight I don't think my change is the correct one with the...