How to add JOGL to a Gradle project
Posted by
Fiskpinnar on
Aug 23, 2021; 8:41pm
URL: https://forum.jogamp.org/How-to-add-JOGL-to-a-Gradle-project-tp4041218.html
Hello,
I am completly new to JOGL and I am having a hard time getting started. I’ve seen some examples using Gradle and JOGL like
Modern JOGL Examples but I can not get them to start. I have problems with the dependencies.
So my questions are, if I have a barebone Gradle project, where do I add the JOGL jars and what should my settings in build.gradle be?
Do I have to use a specific version of Java?
Thank you!