Working stuff

Here you'll find some stuff I wrote that actually works :)
If the small description is not enough for you, try clicking the link on the right side. There you'll find some more detailed info, screenshots (if available) and maybe downloads.

Name Description Status
wxWidgets Installer The wxWidgets installer basically does the same as the official installer, but adds some features to allow wxWidgets newbies to get easily started. I started it after a discussion about usability and setting up wxWidgets for the MSVC IDE. This installer will install the wxWidgets sources like the official one and then try to compile the libraries based on the features you select during the installation process. I can also try to integrate the wxWidgets help files in the MSVC IDE. version 1.0
wxHelp integration This is an installer that will try to integrate the docs for 2.6.2 in MSVC. If you downloaded the installer above, you don't need this one. finished
wxWave wxWave is a simple binding to the portaudio library that offers cross-platform audio output and input. wxWave allows you to record, play, load and save wave files in different formats. You may choose the number of channels, the frequency and bits/s to use when recording.I originaly wrote it for some other tool I developed, but I thought it might be useful for others, too. finished
Shaped animation This is a simple example of displaying transparent animated GIF files. It is based on the shaped sample and uses the GIF decoder from the contributed sources. This may be useful for some fancy splashscreens. finished
Devpack
for Dev-C++
Here you'll find a precompiled devpack for use with the Dev-C++ IDE. There's a small tutorial about compiling wxWidgets yourself using the mingw tools. finished
LifeSim 2003 LifeSim is one of the bigger projects I did. It is a little simulation of a biotope where two lifeforms compete. Although it might not be really scientifically correct, it works pretty well and has some nice features like saving, statistics and support for internationalization. finished
wxFlite wxFilte is a wrapper class for the wxWindows framework around flite, a free text-to-speech synthesis system. It works pretty well. Problem is that the apps are rather big and that flite currently supports only english. I made this one, because I couldn't get the wxTTS classes to work properly. finished
MaltaClient A rather extensive package of tools I wrote for an organisation I work for. It consists of a client for entering transport-data into a ODBC driven database and two administrational tools for configuring the client, viewing and exporting the data (*.csv and OLE export). finished - in use
Der Galerist A tool for generating HTML image galleries. I wrote it for my father and it works pretty well. It's a rather "big" app and was implemented as a simple to use wizard. finished - in use