View Poll Results: What is your favorite Graphics Library?

Voters
74. You may not vote on this poll
  • Allegro

    12 16.22%
  • DirectGraphics (not talking about non-graphics portions)

    17 22.97%
  • SDL

    9 12.16%
  • OpenGL

    21 28.38%
  • Borland Graphics (BGI-graphics.h)

    2 2.70%
  • I use Interrupts!

    4 5.41%
  • iostream (ASCII graphics)

    9 12.16%

Thread: Graphics Libraries Poll (for everyone)

  1. #16
    S Sang-drax's Avatar
    Join Date
    May 2002
    Location
    Göteborg, Sweden
    Posts
    2,072
    If you're going to make a "real" game, learn DirectDraw/DirectGraphics.

  2. #17
    Registered User JoshG's Avatar
    Join Date
    Mar 2002
    Posts
    326
    Where can I find more information on mode 13h? I have searched and found one decent tutorial, thanks.

  3. #18
    I only use iostream or whatever, if any...

  4. #19
    Registered User heat511's Avatar
    Join Date
    Dec 2001
    Posts
    169

    opengl

    im thinking about trying to learn opengl over the summer...
    what general stuff should i know before starting?

    right now i mostly just know iostream stuff...
    "uh uh uh, you didn't say the magic word"
    -Jurassic Park

  5. #20
    allegro
    -Save the whales. Collect the whole set.

  6. #21
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    I disagree.. if you are going to make a "real" game, use OpenGL. Pretty much all the power of Direct3D (Quake III, probably the most popular game engine now, uses OpenGL for rendering), and it doesn't force the people running your game to run windows.
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  7. #22
    Registered User Spleeneraclingy's Avatar
    Join Date
    May 2002
    Posts
    16

    OpenGL all the way!

    When I voted I said Allegro, but recently I've started using OpenGL and I'm amazed at how freakin' easy it is.

    So...OpenGL all the way!
    "Life's short and hard, like a bodybuilding elf."

  8. #23
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    What's DirectGraphics? Did you mean DirectX ?
    what does signature stand for?

  9. #24
    Christian
    Join Date
    Mar 2002
    Posts
    612
    >What's DirectGraphics? Did you mean DirectX ?
    No, he means DirectGraphics. Directx deals with more the graphics, with things such as input, and sound. DirectGraphics is the graphics portion of Directx
    I shall call egypt the harmless dragon

    -Isaiah 30.7

  10. #25
    x4000 Ruski's Avatar
    Join Date
    Jun 2002
    Location
    Outer Space!
    Posts
    542
    What??
    what does signature stand for?

  11. #26
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    i use allegro. once i did a little VGA mode 13h directly, and i felt ready to die. these days i stick to allegro.

  12. #27
    Registered User VBprogrammer's Avatar
    Join Date
    Mar 2002
    Posts
    175
    Hey, what have you got against ASM!

    Yeah, i wouldn't like to try and create a whole game in assembly but for the drawing primitives it is very useful. Not so nice for object (structure) handling though...
    VC++ 6

  13. #28
    I started to make a RPG in mode 13h a LONG time ago. I was such a n00b back then. I wrote the code very BAD and the tile engine took forever to work because it was like 45 lines, where now I use a 10 line for SIMPLE tile engine stuff.

    I wish my problem in the C++ boards would just go away and I can continue writing my new game. *sigh*

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Graphics libraries
    By beene in forum Game Programming
    Replies: 4
    Last Post: 04-18-2007, 10:28 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