easy graphical library to use for linux/c++?

fs5

Lifer
Jun 10, 2000
11,774
1
0
What's a common easy to use graphical library for c++, none are standard right? any easy to use classes?
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
For C++, either wxwindows or QT. wxwindows is pretty cool, it would be my preference, just from a user's standpoint.
 

fs5

Lifer
Jun 10, 2000
11,774
1
0
How about if I want to write simple 2d games? what library would be best? I'm more interested in the programming/logic and don't want to mess around too much with the graphical portion.

sorry, I should've asked this question first :)
 

Glitchny

Diamond Member
Sep 4, 2002
5,679
1
0
yeah ive heard good things about SDL, havent used it much though since im still getting used to all the actual graphics programming