+ 5
Best language for OpenGL?
What language would you recommend for testing OpenGL stuff? I have some trouble trying to make it work in DevC++ trying to configure all the libraries. Im thinking if javascript is better, from what ive understood it doesnt need to be compiled and linked everytime you test the code. correct me if im wrong.
3 odpowiedzi
+ 2
I think C++ will be good because it has good optimization, works quick and fine.
I recommend using CodeBlocks, MSVC or Eclipse instead of DevC++.
+ 2
C++
0
C++ because opengl is addon of C++