How do I set up Java Opengl on eclipse?

23,326

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

Share:
23,326
r1nzler
Author by

r1nzler

Updated on July 16, 2022

Comments

  • r1nzler
    r1nzler almost 2 years

    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.

  • Ashok Arora
    Ashok Arora about 6 years
    All the links above are dead, please consider updating them.