General Graphics This page was last updated 2nd March 2005


Raytrace
 
 
(91k) Example of a mini raytrace. Note: Only include raytrace.c into the project. All other files are included by this file.

Author: Unkown

Dog
 
 

(146k) Animation of a small dog - making dog noises.

Author: Josef Planeta

ErrorScr
 
 
 

(35.4k) This is sample screensaver. It uses scrnsave.lib. Screen saver library allow easy way to create screen savers. This ex. shows IE error boxes.

Author: Tuukka Lehtinen

Dislin
 
 
 

(172k) Dislin contains two examples using a free scientific data plotting software library that has been compiled for use with LCC-Win32. Get the library from here DISLIN The examples were supplied to me by J. E. Palomar but they are also part of the library distribution.

Author of DISLIN: Helmut Michels 

ColPick
 
 

(14k) Color Picker displays a window with a graduated color rectangle. Choosing a color also displays the hex value.

Author: Tuukka Lehtinen

Iconlib
 
 

(53k) Iconlib contains various routines for dealing with Icons. (Ross said he will update this library later.

Author: Ross Axe

Layered
 
 

(3.4k) Layered Windows example. Make window transparency using SetLayeredWindowAttributes() (NT based systems only).

Author: Tuukka Lehtinen

Skinning
 
 

(168k) Demonstrates a technique for skinned apps.

Submitted by: Mike Caetano

 

(8k) Counts GDI objects in use - useful when trying to detect GDI leaks. This will not work on NT based systems.

Author: John Findlay

NiceDlg
 
 

(17k) As the name suggests, an embellished dialog.

Author: Holger Buick

Smiley
 
 

(14k) A simple screen saver.

Author: David Brown

Alpha
 
 

(31k) AlphaBlend with Per-pixel Alpha Channel.

Author: Feng Yuan

MetaPaint
 
 

(71k) "Metapaint" is a simple 2D cadd program for making windows enhanced metafiles ("clip art"). 

Author: Tom Timmerman

JPG-Profiler
 
 
 

(34k)You can either drop JPG-File(s) onto the application icon in explorer, or drop them onto the running application window, or click "load JPG". Then the size of the image is displayed (in centimeters) and you may change it.

Author: Andreas Martin

Pale
 
 

(80k) Palette/Gradient editor for 256 colours. Demonstrates custom controls, & use of owner-drawn buttons.

Author: Luke Hudson

Flower
 
 

(7k) Fractal flower generation.

Author: Henry Das

(46k) Custom Font.

Author: Kohai

(47k) Screen Saver using Flies images.

Author: Dario Tomasoni

Back to main page