LWJGL Forum

Programming => LWJGL Documentation => Topic started by: HexaField on January 18, 2017, 01:27:20

Title: Cannot figure out how to set up eclipse with gradle
Post by: HexaField on January 18, 2017, 01:27:20
Hi all, I'm currently upgrading an old project from LWJGL 2 to LWJGL 3 to take advantage of the new 3D abilities, but cannot for the life of me figure out how to set up eclipse to do so (I'm on a mac also). The wiki page on the github says to use gradle or maven to set up a build tool without any explanation of how, and I am just confused.

Thanks.
Title: Re: Cannot figure out how to set up eclipse with gradle
Post by: Kai on January 18, 2017, 08:19:42
If you are not familiar with Maven/Gradle, then this same GitHub Wiki page (https://github.com/LWJGL/lwjgl3-wiki/wiki/1.2.-Install#eclipse) also describes in detail how you can setup a native Eclipse configuration for LWJGL 3.
Otherwise, on the same GitHub Wiki page section, it is also mentioned that you would visit https://www.lwjgl.org/download in order to download the zip. Now, if you are working with Maven/Gradle (which one can assume you are familiar with) then you can also generate the needed pom.xml/build.gradle file when selecting "Mode" = Maven or Gradle.