View Full Version : Recommendation for basic graphics library
dmendez
September 30th, 2010, 17:21
I recently ported a C++ application to FreeBSD, and am looking for a good (fast) graphics library. I'm new to BSD so have no idea what people commonly use. I need only very limited bitmap manipulation functionality: solid fills and bitblts.
Thanks
wblock@
September 30th, 2010, 18:27
What did it use before porting? The same may be available on FreeBSD.
dmendez
September 30th, 2010, 18:33
Ported from Windows, using Windows GDI
trasz@
September 30th, 2010, 19:05
If you only need basic 2D functionality, then SDL might be a good choice. It's very simple and relatively well documented.
kpedersen
September 30th, 2010, 21:13
+1 for SDL
Other choices would be...
Cairo graphics is very similar to SDL and chances are you already have it installed since GTK 2+ has it as one of it's dependencies.
Other than that simply using OpenGL for 2D renderings (Perhaps using Glut and OpenIL for images)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.