This project follows along my tutorial series for LWJGL 3,
which can be found on YouTube
You'll need:
- Java
- JDK
- An IDE you're comfortable with
- open command shell (eg. cmd, PowerShell, bash)
- to build environment for your IDE write
gradle eclipse
orgradle idea
. For other IDE see gradle docs for it. - import created project to your IDE
- Build And Run
- you can also build by gradle command
gradle build
and to rungradle run
- do same as above but instead of command gradle run gradlew.bat or just gradlew
- Lucas Levvy Setting up the project for Gradle