Some of my programming projects


GIF image component

See gifimage.htm

Netscape plugin: WMF

For years and years I've felt it was a very bad situation that there was no vector based image format used on the World Wide Web (almost all images are either GIF or JPG, which are raster based). Therefore I thought it would be nice to have a plugin that is able to also display WMF (Windows Metafile) images. Finding Mike Scott's Netscape Plugin framework for Delphi enabled me to do this.
See NPDemoWMF.html

Traffic simulation

I've made a simple program that simulates the behaviour of cars on highways. If you add enough cars, you'll see how traffic jams appear.
The executable can be downloaded: TrafficSim.exe, (1000960 bytes).
Reinier Sterkenburg, 12 October 2000.