I've made the sources of both the WinFLib library and the EmuSNES sample application available for download (prior they were only available via CVS).
WinFLib is a lightweight library similar to MFC, written in C++, which has the following features:
- no resource files required, all windows handling are made directly into the code
- easy event handling, in a way similar to C# delegates
- easy windows subclassing
- easily extensible to new windows controls ... read more
This is a library I wrote for a project I worked on a few years ago, which has later been aborted. The library was for a Super Nintendo emulator, which had as a main requirement not to use any third party library or code, so I started working on this library built upon the Win32 SDK.
I wrote all the code, and I am the only owner of this code. I'd like to see this library grow, and so I decided to release it to the open source community, in order to complete it, add more functionalities, and let it evolve as long as there is a community which is interested in its development. ... read more