Thread: Graphics

  1. #1
    Unregistered
    Guest

    Graphics

    Does anyone know of a good graphics library or anything I could use to create a simple little 2D RPG game? I'm using Visual C++ v6.0 and I can't get anything to work with it.

    I'll have to use console type graphics since I haven't really started using the "Visual" part of my compiler.

    Thanks guys

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Go to www.google.com and put in a search for OpenGL. I'm sure you can find something useful.

    -Prelude

  3. #3
    Registered User kitten's Avatar
    Join Date
    Aug 2001
    Posts
    109
    You could changle your compiler to DJGPP and start using Allegro game programming libarary.
    http://www.delorie.com/djgpp
    http://www.talula.demon.co.uk/allegro
    Making error is human, but for messing things thoroughly it takes a computer

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