Most of the files listed here were created as proof of concept applications for other wxWidgets based projects. Most of them are also fairly dated. They were likely last updated for wxWidgets 2.4.2 which was the long standing stable version of wxWidgets. The current stable release is 2.8.9, which provides some indication of how far they've come since I created these applications. I've kept them around, because some of them are interesting. Others are not so much.
This simple application demonstrates how to store "blob" files in your database with wxWidgets. I created the application as a sample for people doing work with the wxDatabase interface. Because of the way it is defined, you must know in advance a maximum ceiling for your file sizes, which is a limitation of this program. wxBlogger goes beyond this in its implementation, but it wasn't something that I wanted to implement for this simple application.
I wrote this application because in the process of networking an early Mac OS X computer and a windows machine I found that I was suddenly unable to delete several files from my Windows computer. I wrote this application hoping that something at a lower level might be able to remove the file. It could not.
This is a simple application demonstrating animation within wxWidgets 2.4.2. I understand that this implimentation is no longer "correct," but I still think it is interesting and so have kept it here. This is the source release of this application.
This is simply the binary release of the wxGLAnim source.
This is a JPEG screenshot of wxGLAnim.
This is a PNG screenshot of wxGLAnim.
This is a simple program that provides preview images for other larger images.
This is a simple UUID class for use with wxWidgets.