Thread: Graphics Advice

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    4

    Graphics Advice

    Yes, I am currently trying to code a client for my MUD. I am looking for a SIMPLE way to draw images on the screen (from sources like .BMPs, JPGs, etc.) I successfully created a client in VB (http://www.nobispro.com/archaicrunes) but I want a portable client (Win, Linux, Mac, etc.)

    If you have any suggestions, email me or reply to this post.

    Thanks.
    ~Drakk

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    375
    Allegro is an easy to use interface for video, audio, and input that also has support for making compressed .dat files etc. It is giftware, thus there are no requirements for using it. It is fast, and it is cross platform for Windows, DOS, Linux, BeOS, (somewhat Mac.. it is developing more and more), QNX, etc....

    http://www.talula.demon.co.uk/allegro/
    Allegro precompiled Installer for Dev-C++, MSVC, and Borland: http://galileo.spaceports.com/~springs/

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    305
    SDL is pretty cool. It's not the easiest thing to grasp, but that's okay :P. It's also portable.

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. What game programmer should I be? need some advice.
    By m3rk in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 04-20-2009, 11:12 PM
  3. Beginning Game Programming Type Books
    By bumfluff in forum Game Programming
    Replies: 36
    Last Post: 09-13-2006, 04:15 PM
  4. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  5. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM