-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desktop: Apple ARM support #1004
Comments
LWJGL 2 does not seem to be maintained anymore and only supports Apple x86. LWJGL 3 supports Apple ARM. libGDX provides native libs for Apple ARM. |
Until VTM + LWJGL 2 native libs for Apple ARM are created... There is also the Rosetta translator: https://support.apple.com/en-us/HT211861 "Rosetta 2 enables a Mac with Apple silicon to use apps built for a Mac with an Intel processor." |
I heard that VTM needs help from a developer with ARM here: devemux86/cruiser#20. I have an mac ARM, how could that help be provided, what needs to be done? |
Couldn't load shared library 'libvtm-jniarm64.dylib' for target: Mac OS X, ARM, 64-bit
We probably need to create new desktop VTM native libraries for Mac OS (x64 + arm64).
(gdx-platform natives-desktop jar includes .dylib for both architectures)
The text was updated successfully, but these errors were encountered: