^^^ Typing fail, should be possibly ^^^

What is the best cross-platform library for high-performance graphics. I have tried SDL and GLUT, but I want to know if there are better ones out there. Also, is there a simple way to access OpenGL without a front-end library?

Recommended Answers

All 4 Replies

Cross platform, I would say openGL is your best bet.

Cross platform, I would say openGL is your best bet.

Alright, but all the OpenGL tutorials and books I have seen use a front-end like SDL or DirectX. Is there a place where I can learn how to set up OpenGL without a front-end, or is a front-end pretty much required to create os-specific windows. If I wanted to do something fullscreen, it probably wouldn't matter though, would it?

1) videoTut

2) http://nehe.gamedev.net/

So my answer is GLUT.

Edit: Just read some tutorials and watched some videos, and I decided to go with SDL. I don't like x windows.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.