Is it possible to use OpenGL purely with C instead of C++? I am wanting to make sure there won't be any problems with my using C and not C++. OpenGL does not depend on any C++ libraries right?
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.
|
Yes, in fact OpenGL is a C library. You can perfectly use it with C. |
|||||
|
|
OpenGL can be used in C. Some libraries can't, though. For example if you want to use GLM you will have to use C++ instead of C. |
|||
|
|
Written in: C- I almost feel like saying UTSE, but that doesn't seem in the spirit of SE. – Daniel Aug 3 '11 at 7:03