1
Tutorials, References, and Examples / Re: [C++] Sample Application/Framework deal
« on: August 01, 2007, 02:32:09 am »Sorry to bump this is really old post, but im actually interested in seeing this example if anyone could upload the zip, or possibly post some small examples of this.
The only other reference i've found for anything even close that's descent descent is: http://www.nuclex.org/articles/building-a-better-plugin-architecture
If you go to the same site and browse to this post: http://www.nuclex.org/news/2007/07/30/the-original-nuclex-engine-cxx
...you'll find an actual real-world implementation of the architecture described in that article. The plugin system is used to dynamically pull in drivers for image file formats, graphics apis and more. Full source code is available as well, though with 11 MB it's a bit large. You can try deleting individual plugins from the demo application and watch as the demo still starts up, but looses the ability to load PNGs, render 3D graphics or read data out of zip files
-Markus-