Language ?

Hi !

I d’like know, what is ideal language to developing with opengl api ?
I’m developing a graphical system and I need a sugestion.

Thanks.

J

The language that you know best is the best language because 3D graphics itself is a complex subject and you want want to make sure that you at least know your programming language well. Besides the language, you need to know IDE well (if you are using an IDE). You also will be using external libraries depending on what your need is (such as DevIL for reading image files).

From time to time, someone comes to this forum asking how to compile or about compile errors or linker errors or language specific questions. That’s because they haven’t studied enough before jumping into OpenGL.