Results 61 comments of menduz

I'd like to track this issue in the https://github.com/decentraland/technical-roadmap/ Please add checklist elements to this issue so we can consider it the epic to track the work

Just a detail, empty parcels are disabled for worlds since they consume lots of memory resources

Can you change the "jump to the home point" instead of 0,0?

Mini map is OK to be hidden. On the contrary, keeping the full map may be convenient as a quick way to exit the scene and teleport back to the...

@slimsag this may be an outkast event, but also it may be sensible to add some basic cross-build CI to ensure that the automatic PRs aren't merged with regressions, like...

Apparently not entirely. It does include the -iframework now, but it is missing the -F ```diff # good /usr/local/lib/zig/zig build-exe /workspaces/mach-glfw/example/main.zig /workspaces/mach-glfw/zig-cache/o/639c138bb970d1d8ed2f85992cc244b2/libglfw.a /workspaces/mach-glfw/zig-cache/o/ffff0e5b8ab378129a9ec35b4c56c825/libvulkan-headers.a -lobjc /workspaces/mach-glfw/zig-cache/o/ffff0e5b8ab378129a9ec35b4c56c825/libvulkan-headers.a /workspaces/mach-glfw/zig-cache/o/31a83fe8d5b388726093745432f2e756/libx11-headers.a /workspaces/mach-glfw/zig-cache/o/e9e3d3b8e8fffa07062b4354f04babcd/libwayland-headers.a -lc --verbose-link --cache-dir...

The arguments for the `build-exe` were missleading, on a second test using both `addSystemFrameworkPath` + `addFrameworkPath`, the arguments are the same but the build is still not passing. ``` #...

> Hmm, that should not have the impact on the linker as `-iframework` and `-F` are routed to the linker as framework dirs regardless. BTW, you now have to prepend...

Many thanks, I've got it working. There is one subtlety, it seems that the compiler is assuming the vendor file structure of the SDK, regardless of passing custom paths for...

@slimsag I think I've got to a good solution. It uses the b.sysroot property to cross compile to mac targets from linux. First, the zig compiler makes some assumptions about...