Thursday, January 6, 2011

And We are back–This time to stay

Almost a year later, I have decided to revive the project. In the last few days I have added the following features

  • Changed the directory structures
    • Restructured Directories for external libraries and resources
  • Interfaces and Private Implementation of classes
    • This has the added advantage of separating the actual logic from the functions that need to be exposed well as reducing the compile times. If someday, this actually becomes an engine, it will make it much easier to redistribute.
  • Added NSIS and NSISScriptGenerator
    • This is a nifty tool for creating an installer to redistribute the project
  • Adding a disk checks utility class which will get the CPU speed, hard disk space etc and make sure there is enough. (This is still not getting used)
The code can be downloaded from
svn checkout http://sppong.googlecode.com/svn/trunk/ sppong-read-only

Note : You will need subversion

0 comments: