Do I need to learn C++ to use Open GL?
Tell me more
×
Game Development Stack Exchange is a question and answer site for
professional and independent game developers. It's 100% free, no registration required.
|
Not at all! Due to its simple C API, OpenGL has bindings available for Java, Python, Ruby, and just about any other language you can think of! |
||||
|
|
|
OpenGL is a C API. There are bindings for other languages but samples in books and tutorials tend to be written in C. Because of this knowing C can help. You definitely don't have to learn C++ to use OpenGL though. |
||||
|
|
|
Not necessarily. In fact, OpenGL is native C.
There is JOGL, which is a Java wrapper. |
|||||||||||||||||||
|