Thread: Graphics programming in C

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    10

    Cool Graphics programming in C

    Hello everyone;

    Can anyone recommend a good book on how to program graphics in C? I want to create programs that can manipulate 2D and 3D graphics for a game I am creating.
    "If at first you do succeed try not to look astonished!" -- anon

  2. #2
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    for 3D you've got two real choices,

    Direct-X and OpenGL,

    OpenGL is a Graphics Only API and is it better at Graphics than Direct-X but,

    http://www.OpenGL.org
    http://www.sgi.com

    Direct-X comes with graphics, sound, network, and input, it's a good all in one API.

    http://www.microsoft.com/directx

    they can however be mixed, say OpenGL for Graphics and Direct-X for the rest, and there are other sound libraries and such but i limit this to the topic, graphics...
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  3. #3
    Former Member
    Join Date
    Oct 2001
    Posts
    955
    If you want to choose which graphics programming library should you choose, visit my poll at windows programming.

    If you want to do DOS, definitely use Allegro, do to www.delorie.com/djgpp

    Oskilian

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Turtle Graphics, how does it work?
    By freddyvorhees in forum C++ Programming
    Replies: 15
    Last Post: 08-28-2009, 09:57 AM
  2. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  3. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM
  4. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM