-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
OpenPOWER Support #495
Comments
LWJGL artifacts are built on Travis CI (Linux & macOS) and AppVeyor (Windows). Support for a new architecture like POWER must start here: LWJGL-CI. In each repository there's a You can start by forking the repositories and removing the AWS S3 stuff. You can also skip libraries that are irrelevant on POWER9 or support specific architectures only (e.g. Meow and Tootle). When you have working builds, update this issue and we'll talk about next steps. |
Neato! This'd be really cool to have, and I'd be willing to contribute to a bounty on it at https://www.bountysource.com/ similar to some other POWER porting work. I just kinda want to run minecraft :P but with the work going in right now for Radeon Open Compute (https://www.phoronix.com/scan.php?page=news_item&px=AMDGPU-Linux-5.5-KFD-PPC) this would be pretty timely. :D |
EDITED: I've just learned that the CI is using cross platform compilation |
The first PR to get libffi lib compiled with ppc64le LWJGL-CI/libffi#3 |
Great thanks @Spasi |
Hello,
Currently only ARM and x86 is supported, but it would be nice to support the OpenPOWER platform that's high performance and gaming capable. An OpenPOWER compliant CPU would be the IBM POWER9.
I don't exactly know what's really architecture specific into lwjgl3 but hopefully you can tell me that so I can go straight to the point if I want to solve that issue myself.
Thanks
The text was updated successfully, but these errors were encountered: