LWJGL / lwjgl3-www

The LWJGL 3 website.

Home Page:https://www.lwjgl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Option to download a single merged JAR file instead of ZIP file with many JARs

apostolos opened this issue · comments

  • Investigate using JSZIP to read the dir/file structure of each downloaded jar and extract the contents
  • Merge dir/file structure to a single tree
  • Merge should ignore META-INF folders
    • Other potential conflicts?
  • ZIP the final bundle and download as .jar
  • Potential output:
    • A single JAR file with everything
    • A ZIP file with two JAR files inside it. One for classes and one for natives
    • A ZIP file with a JAR for classes and one JAR per platform for natives

I really wonder if there is such need in an age when almost all guys use Maven, and other guys left they use Gradle.
Also it is already 2019 now, you have already think about this for 3 years guy.
I think you'd better do it and close the issue if you want.