You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support mac-os (apple silicon) target. Step 1 of 2 that results in a native Apple application
Full disclosure - this was built with conjunction with Claude - but not pure vibe coded. I've reviewed and adjusted much of it once I broke the back of the problem. Locally I have a full working app, which will be delivered by a subsequent PR for PathOfBuilding-PoE2.
## Notable Changes (non-exhaustive)
**LuaJIT:**
Bumped to include arm64 mcode_alloc fixes. See: LuaJIT/LuaJIT#285
Without this, the resulting mac build had significant performance issues
**Retina:**
Changed the relevant cursor coordinates to support retina displays. Otherwise mouseclicks, and tooltip rendering windows were being cut off.
**Clang:**
Support for clang compilation, whilst maintaining MSVC
## Verification
Built on OS X 26.5, and on Win. Both result in success and a working application
0 commit comments