I am wanting to code something with OpenGL, but I don't want to have to go through Windows API, is this Possible? If so then some links to tutorials on how to do this would be nice.
|
|
|||
|
|
|
|
||||||||||
|
|
|
I reconmend Freeglut, its has some nice revisions, and is more up to date, in fact, someone made some updates to this year. |
||
|
|
|
|
If you need a complete visualization framework, then VTK is the best FREE choice. |
||
|
|
|
|
In order to create a Win32 window for displaying OpenGL content - without going through Win32 API, GLUT is the only option that I'm aware of. |
||
|
|
