-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
LWJGL 3.1.0 Platform Natives on Maven #256
Comments
There is no problem with the libraries on Maven Central. LWJGL was refactored in version
|
Alright I found where I screwed up, I was calling a runtime dependency for Minor problem with the build script generator I thought I should mention: when you have the |
@hyfloac Assimp bindings have just been added to LWJGL so, for the moment, are only available on Nightly builds. Maybe we should just hide them on other builds to avoid confusion. |
@apostolos My point was the generated build script has errors in them which should be fixed. |
@hyfloac You're right, it will be fixed later tonight. |
The downloader page for LWJGL3 has a an option for Gradle and Maven which both delegate their downloads to
Maven Central
, there is a minor problem because the libraries on maven forlwjgl-platform
are outdated (version3.0.0
) while native version do exist for version3.1.0
(they can be found at the bottom of the download page hidden behind the buttonClick to browse...
which seems to integrate withhttps://build.lwjgl.org/release/3.1.0/**OS**/**ARCHITECTURE**/lib**LIBRARY**.**EXT**
(imagine that markdown was working inside code blocks)). The libraries are definitely different versions (some of the newer ones are smaller (liblwjgl.dylib
is ~500KB smaller in3.1.0
). If someone could upload the latest natives to Maven that would be extremely useful (I believe my project is crashing due to out of date natives).The text was updated successfully, but these errors were encountered: