Jump to content

C++/Java and OpenGL compilers?


Recommended Posts

  • 3 weeks later...

Hm sorry, did see your question only now.

 

C++: OpenGL support for c++ is pretty much standard for all compilers, so you could just check if you find the headers <gl/gl.h>, <gl/glu.h> and possibly even <gl/glut.h>. Higher-level libraries exist, too.

 

Java: I do know there is jogl as an Opengl binding. I do know that there's more than those but no names at the moment. Higher-level libraries for Java exist, too.

 

The real question is: What do you want to do?

Link to comment
Share on other sites

  • 3 weeks later...
Hm sorry, did see your question only now.

 

C++: OpenGL support for c++ is pretty much standard for all compilers, so you could just check if you find the headers <gl/gl.h>, <gl/glu.h> and possibly even <gl/glut.h>. Higher-level libraries exist, too.

 

Java: I do know there is jogl as an Opengl binding. I do know that there's more than those but no names at the moment. Higher-level libraries for Java exist, too.

 

The real question is: What do you want to do?

 

What do you mean by higher-level libraries? Can you recommend me some higher-level libraries for Java?

 

I don't know what I want to do yet. First I need to know more about Java/OpenGL libraries before I could know what I want to do with them.

Edited by Uri
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.