alecbz
alecbz

Reputation: 6488

cross platform C++ library/libraries to: display a window, render 2D shapes on the screen, render text on the screen

Can anyone recommend a set of C++ libraries to do the above? I've tried several things and have had problems with all of them, but rather than going into it all, I'm more interested in an unbiased recommendation on some good technologies for this. I'd give preference to simplicity over performance, in general.

Upvotes: 1

Views: 426

Answers (3)

praks411
praks411

Reputation: 1992

You may also consider looking wxWidget + OpenGL

Upvotes: 0

borisbn
borisbn

Reputation: 5054

How about Qt and it's QGLWidget ?

Upvotes: 1

Anon Y.
Anon Y.

Reputation: 109

OpenGL for graphics, U++ for GUI

Upvotes: 0

Related Questions