graphics programming in linux

please send me details to do graphics programming in linux using c,It is very importany for my project.

Comments

  • You have two options:

    GTK+2.0 for gnome.(Using C)
    Qt for KDE ( using c++)

    both are graphical toolkits which provide interface and event based programming facilities to do GUI programming.

    Related sites:
    www.gtk.org/tutorial


    : please send me details to do graphics programming in linux using c,It is very importany for my project.
    :

  • : please send me details to do graphics programming in linux using c,It is very importany for my project.
    :
    hi
    in addition to "akalexi312" you can also use ncurses for terminal based graphics. (like mc, or links)
    use #include
    compile gcc prg.c -o prg -lcurses
    for more detail
    $ man ncurses


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories