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!