Graphics programming in Linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • virus
    New Member
    • Nov 2006
    • 9

    Graphics programming in Linux

    Hello friends
    I have Red Hat Linux enterprise edition-4 installed in my system. How to write a graphics programme using the gcc compiler in C. Please write a code clearly to draw a circle. What are the header files I need to include?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    There is far too much to understand to do all that. Graphics is typically done using the X Windows system and frequently a toolkit of some kind, such as GTK or KDE. You should visit the xorg, gtk and kde sites plus heavy use of Google and the library.

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      Try googling up an OpenGL Tutorial.

      Comment

      Working...