I want to start creating some 3D software for Linux, and heard that OpenGL is the library of choice for Linux 3D development.
Is there any way to use it with Java? if yes, how?
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.
Yes, there are lots of ways to use OpenGL in Java. For example:
http://en.wikipedia.org/wiki/Java_OpenGL
LWJGL
EDIT
Additionally, since you’re new to programming. You may want to get a handle on some of the basics of programming before taking on 3D graphics. I’ve got a friend who is new to programming started on these tutorials. No verdict on how good they are yet, but should make a good start.