Thread: c w/ graphics

  1. #1
    Obsessed with C chrismiceli's Avatar
    Join Date
    Jan 2003
    Posts
    501

    c w/ graphics

    what is the best way to integrate c with graphics, for linux or windows, not both. like gtk or something?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826

    Re: c w/ graphics

    Originally posted by chrismiceli
    what is the best way to integrate c with graphics, for linux or windows, not both. like gtk or something?
    Yeah, pretty much that's it in a nutshell. Find a graphics library / API you like and use it. Find a search engine and search to your heart's content.

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    Depending on what graphics you're looking to be able to do you may be interested in the Allegro graphics and sound library. It was made with game creation in mind and from the hours that I've read over the different parts it is both good and fairly easy to use. If you want to look at it it's found on the DJGPP website http://www.delorie.com/djgpp . Just go to the zip picker and it will lead you to downloading Allegro.

  4. #4
    Registered User
    Join Date
    Oct 2002
    Posts
    385
    I've been learning GTK+ lately and find it pretty nice so far. Check out the tutorial at www.gtk.org/tutorial
    Wandering aimlessly through C.....

    http://dbrink.phpwebhosting.com

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