On Sat, Mar 19, 2005 at 12:40:50AM +0530, A C E wrote:
I'd like to know if there is a way to graphics programming on GNU/Linux .. something very similar to what I'd do in C on windows using Borland C.
Try OpenGL by Mesa3D. Its a graphic library not similar to Borland but good for graphics programming. Also download the "RedBook" without which it is impossible to start programming if you havent used OpenGL before.
there are several ways of doing this. I telling about the stuff I use. try vpython.org, and python from within blender. blender is made using opengl and can be easily extended by scrpting with python. also check pyGTK.
Nagarjuna