Graphics libraries

I want to know if under Linux there are some graphics libraries and/or functions for using simple graphics in the 'console' screen.

For example with MS-DOS (when I was using Borland Turbo C++ v1.01, a very old version) there was the include file <graphics.h> that allowed to enter the graphic mode and draw on the screen lines, circles, etc.

Thanks in advance :slight_smile:

i believe you can do the same in Unix C , here is a good link for you to understand more on this.

http://www.ncsa.uiuc.edu/Divisions/DMV/Vis/Graphics/code.html