Reputation: 2533
so I'm just getting into Java Opengl, and I use eclipse as my IDE. I checked the Java Opengl website, but it doesn't really help you to install it. Can anyone give me some steps on how to install Java Opengl so that it can be used in eclipse?
I'm using windows 64 btw.
Upvotes: 10
Views: 24449
Reputation: 18803
You'll need to install JOGL or LWJGL to use OpenGL in Java
p.s.: Some JOGL vs. LWJGL discussion: https://stackoverflow.com/questions/3644872/revisiting-the-issue-of-lwjgl-vs-jogl-for-game-programming
Upvotes: 4