Hi there!
This is a very modest and small collection of graphics programs from my middle and highschool days, around 2-3 years back. All were written by me in C/C++ or TurboC/C++; and the 'New' ones involved quite a bit of inline assembly.

But please remember to look away every 2 minutes when you watch these 'eye candies' [or for that matter any 'eye candy' !]. 

New
------

Sincos : This is a program written basically in C++ with 99% inline assembly =)
This features blurring of pixels with sub-pixels being merged 'softly' in a rotating palette. This was achieved by merging the Sine and Cosine curves. The whole thing was then filtered out by a checker sequence.

Blobs : Multiple palette interchange achieved by Sine-Cosine curve overlap. But no checker filter was involved. Written in C and inline assembly.

Matrix : A mix of Checkers and Blobs, with an added effect of increasing a particular color towards the centre and a corresponding decrease at the corners.Written in C++ and inline assembly.

Checkers1  : This is a program that shows a rotating palette of silky checkers merging into the new ones.Written in TC++ and inline assembly.

Checkers2 & Checkers3 : Same as Checkers1 but with changed parameters.

Funky : This again is like Sincos, but with contrasting choice of palettes. See it and you'll definitely say it's funky ;-) Written in C and inline assembly.

Funky Rings : Blobs with a contrasing choice of palettes and you've got a funky blobs! But I like them better as Funky Rings 'coz Blobs sounds a lot more cool to be considered funky :)

Faders : This is a silly program which just changes the background palette. Pressing '+' will increase the w and pressing '-' will decrease the w. Press space to stop palette rotation and escape to quit.Written in C and inline assembly. Actually it's very stupid. I included it due to compulsions from my friends :-)
 
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------

Old 
----- 
All the programs here were written using Borland C graphics [except Pencil which was written using C].

Lines : This features random pairs of lines of two colors with one co-ordinate constant and the other  in motion. In tha background, smaller lines are drawn randomly in a fixed color with a pixel of the other color in between.The whole thing is looped in various colors. 

Stars : Similar to lines, but on a smaller scale with no pairs of lines.

Crystal : Features a rotating crystal with a multitude of colors.

LineBall : Features a loops of circles and lines overlapping in color loops, yet another eye candy! 

Crazy : Features loops of circles and lines overlapping in color loops in a crazy shape.

Pencil : This is a simple drawing tool written for fun. Basically this tracks the keyboard keys and draws ascii characters. 'Pencil' definitely does not use graphics; and the output is far from even mediocre - but hey give me a break!

The file egavga.bgi is reqd. to run the programs in 'Old' [except 'Pencil'].

------------------------------------------------------------------------------------------------------

Disclaimer : Please note that these programs are provided 'as is'; and the author does not accept any responsibility for any damages - incidental and/or consequential arising out of the use of these programs or their related parts.

That's it! 

All materials are entirely copyright of MN Karthik Iyer 1998-99 (C).
'Dezine' is the copyright of MN Karthik Iyer 1999 (C).
If you are desperate 8-) for more graphics stuff and 'eye candies' visit 
http://www.geocities.com/ResearchTriangle/Forum/1675/graphix.html
E-mail: geek@grabmail.com

