Thread: graphics in c

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    People Love Me
    Join Date
    Jan 2003
    Posts
    412
    Try OpenGL. It's portable and very nice. Learn how to use it from here. In my opinion, this is the best book there is to learn OpenGL with...of course, I want to be a game programmer, so of course I think that.

    OpenGL has become the standard for graphics, and a good portion of video game developers (probably) use it for graphics routines since it can accomplish more (graphics wise) than DirectX...and it's more portable too.
    Last edited by Krak; 05-30-2005 at 09:29 AM.

  2. #2
    Registered User
    Join Date
    Mar 2005
    Posts
    11
    krak, those are some good references, but i have a question..

    all the tutorials i have seen #include glaux.h, which doesn't seem to come with devcpp, also, my google searches always return results about 'downloading' source code that uses 'glaux.h', where can i download this library?

  3. #3
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    joecaveman, you should leave DevC++ and move on to something alittle more professional, like Visual C++ and Borland C++ 5.5 (my love )
    they have what you're looking for.
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

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