vote up 0 vote down star

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.

flag
Just keep in mind that graphics processing is very tied to hardware and platform. Anything you use is going to abstract that away from you (perhaps by going through the Windows API, when on Windows, or another API on other OS's). – GMan Oct 13 at 6:42

4 Answers

vote up 5 vote down check

Yes.

Or see my question.

link|flag
Thanks for your help! :) – Anthoni Caldwell Oct 13 at 6:44
Should probably add SDL to your list. libsdl.org – MichaelM Oct 13 at 7:04
I'd also add SFML sfml-dev.org – luke Oct 13 at 13:36
SDL is far too slow. – Anthoni Caldwell Oct 13 at 14:44
@Anthoni: That's why I didn't recommend it :) I'm personally not very fond of it. Anywho, see the "my question" link...that lists all of the one's I'm aware of. – Mark Oct 14 at 2:06
vote up 0 vote down

I reconmend Freeglut, its has some nice revisions, and is more up to date, in fact, someone made some updates to this year.

link|flag
vote up 1 vote down

If you need a complete visualization framework, then VTK is the best FREE choice.

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.