[comp.lang.c] Re^2: Source for graphics demos?

dt@yenta.UUCP (David B. Thomas) (05/05/90)

froelich@ux1.cso.uiuc.edu writes:
>I too am also interested in sources for graphics routines/demos in C
>Also, I am interested in eventually programing graphics for msdos [etc]

I have written some extremely fast EGA-only graphics routines in assembler.
I used them to implement a bouncing balls program in C, in which several
balls of different sizes and masses bounce elastically around an elliptical
arena, obeying newtonian physics most of the time :-)
You pay for the speed, though, by getting only two colors (I used black and
yellow, but you can choose any two.

I will happily send the (well-commented) sources to all who email
to yenta!dt@uunet.uu.net [don't reply...my mailer is lost!]

						David Thomas