It’s been very frustrating to try to get and learn JOGL, firstly I spent hours and hours trying to work out why…
import net.java.games.jogl.*;
…wouldn’t work, thinking it was me not linking to the jogl.jar correctly, then finally finding a tiny bit of text saying that it was moved to javax.media.opengl :-X Now nearly all of the tutorials are using the old import and old methods that arn’t in anymore, so I’m finding it very hard to follow them.
My question is: are there any good beginner tutorials using JOGL that are up to date? If possible I’d like to learn from as many different sources as possible
Thank you for your time.