snakec
snakec

Reputation: 135

c graphics in linux

hi can any one tell me how to make graphics program in c in Linux. what header file i should use in gcc.I'm quite novice to Linux thanx in advance

Upvotes: 5

Views: 5081

Answers (3)

Prof. Falken
Prof. Falken

Reputation: 24887

The Allegro library is pretty easy to use and covers a lot more than graphics.

Upvotes: 1

caf
caf

Reputation: 239061

libSDL is one good library.

Upvotes: 2

Christian Severin
Christian Severin

Reputation: 1831

Googling for linux graphics library c gave this site with tons of libraries for all kinds of languages under all kinds of operating systems. HTH.

Upvotes: 3

Related Questions