I’m trying to use glut in Java, and I use eclipse as my IDE.
So, what’s your suggestion for using it(How should I do it)? Is there any tutorial on that? Is there anything better than glut for using in Java?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What are you trying to do with OpenGL? If you are making a game, see
LWJGL. If you are trying to make just a graphic application, seeJOGL.Some tutorials on setting it up.
LWJGL Tutorial Series— My Tutorials with OpenGL 3.3 CoreJOGL TutorialLWJGL Tutorials— See the Tutorials SectionHope these resources help