seriously disabled Posted April 29, 2009 Posted April 29, 2009 Hi, Are there any compilers who would compile a program written in both C++ or Java and OpenGL?
timo Posted April 29, 2009 Posted April 29, 2009 There are OpenGL bindings and OpenGL-based environments/toolboxes/graphics engines/whatever for c++ and java. So yes.
seriously disabled Posted April 30, 2009 Author Posted April 30, 2009 There are OpenGL bindings and OpenGL-based environments/toolboxes/graphics engines/whatever for c++ and java. So yes. Thanks but can you recommend me some?
timo Posted May 16, 2009 Posted May 16, 2009 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?
seriously disabled Posted June 1, 2009 Author Posted June 1, 2009 (edited) 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 June 1, 2009 by Uri
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now