Computer Science Canada OpenGL/WinAPI |
Author: | 1of42 [ Mon Jun 27, 2005 3:41 pm ] |
Post subject: | OpenGL/WinAPI |
Are there any classes that make dealing with these... creations... any more OO? I know I could fairly easily write my own (at least for drawing things in OpenGL), but it's a little bit annoying that as far as I can tell, the largest major graphics framework for C++, and the interface for the most widely available OS are both so... backwards. Any help? |
Author: | wtd [ Mon Jun 27, 2005 3:51 pm ] |
Post subject: | |
Honestly... the best frameworks for OpenGL aren't written in C or C++. They're written in other languages that provide wrappers. |