Thread: Graphics Libraries

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    648

    Graphics Libraries

    I'm looking for a proffesional cross-platform graphics library thats able to run on Windows, Linux, and Macs. I wish it to be similar to GDI+ (what .NET uses) or Java2D.

    I am aware of SDL and Allegro but they are not able to draw complex primitives with curves, paths, strokes, brushes, textures, etc. I want good font support and transformations too. Alpha-blending is also neccesary.

    I've been having a lot of trouble finding one. If you know of any library that has at least half these features it would be good. Maybe SDL has some mods that do this? I don't know. I emphasize drawing primitives.

    Free too btw ... C or C++. Thanks!

  2. #2
    'AlHamdulillah
    Join Date
    Feb 2003
    Posts
    790
    proffesional cross-platform graphics library
    best answer : opengl

    www.opengl.org

  3. #3
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    Yea I figured someone would say OpenGL. I really want it to be 2D only because:

    a) My machine isn't very powerful: no video card.
    b) I'm drawing GUI applications, no need for 3D or all the unneeded overhead.

  4. #4
    Registered User
    Join Date
    Aug 2003
    Posts
    470
    I think www.libsdl.org has libraries to do most of what your asking. You will have to combine them though. You can also use GDI+ and GDI with C++, I think.

  5. #5
    Registered User
    Join Date
    Oct 2003
    Posts
    97
    Fox Toolkit
    Here is a screenshot showing a program that uses it.
    http://www.fox-toolkit.org/screenshots/SbSScreen1.jpg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 07-27-2008, 08:25 AM
  2. What graphics libraries does everyone use?
    By kawk in forum Game Programming
    Replies: 19
    Last Post: 01-12-2007, 12:37 PM
  3. Graphics Libraries for C++
    By xmltorrent in forum C++ Programming
    Replies: 11
    Last Post: 09-13-2006, 10:42 PM
  4. Question about allegro and other graphics libraries....
    By o0obruceleeo0o in forum Game Programming
    Replies: 2
    Last Post: 06-11-2003, 11:02 PM
  5. Graphics Libraries?
    By mart_man00 in forum Game Programming
    Replies: 7
    Last Post: 09-13-2002, 04:52 AM