Menu

SOOGL / News: Recent posts

SOOGL Documentation Improvements

The Simple Object-Oriented Game Library is basically a simplification of SDL/OpenGL with some nifty features. SOOGL is used in a C++ course at Mälardalen University (http://www.mdh.se) and is mainly intended for beginners.

All of the API (header files) have been reviewed and will now output proper reference documentation (Doxygen) http://soogl.sourceforge.net/doxygen-latest/
The old buggy Wiki has been removed, and the SourceForge Wiki will be used instead. It is still not filled with much content but you can go and check it out: http://soogl.wiki.sourceforge.net/... read more

Posted by Krekola 2008-10-18

SOOGL: 1.4-beta for Win32 Released

The Simple Object-Oriented Game Library is basically a simplification of SDL with some nifty features. SOOGL is used in a C++ course at Mälardalen University (http://www.mdh.se) and is mainly intended for beginners.

SOOGL is a small, simple and yet powerful C++ game library intended for beginners.

This is the fourth release by the SOOGL team.
Major changes since last version is that we have disabled debug of C-Runtime, since newbies seldom does this anyway. Some other minor bug-fixes have also been included.... read more

Posted by Daniel 2008-02-19

SOOGL 1.0-beta Released

SOOGL is a small, simple and yet powerfull C++ game library intended for beginners.

This is the third release by the SOOGL team.
There has been some restructuring of the library, all the namespaces has been merged. Hopefully we have solved all dependency-problems with SDL that users experienced earlier. Have fun and play around with the imroved and more stable version of this fun library.

Just go on and download the library:
http://sourceforge.net/project/showfiles.php?group_id=165806

Posted by Krekola 2006-11-14

SOOGL 1.0-alpha2 Released

SOOGL is a small, simple and yet powerfull C++ game library intended for beginners.

This is the second release by the SOOGL team.
Font/text-support is now working and some other small bugs and memoryleaks has been fixed. also the library can more easily be used with all the common VS-versions as well as with gnu/cc.

The alpha1 release has been removed from the file-list because some licence-files were accidently omitted during the release.... read more

Posted by Krekola 2006-09-14

SOOGL 1.0-alpha released

SOOGL is a small, simple and yet powerfull C++ game library intended for beginners.

This is the first official release of the Simple Object Oriented Game Library. There has been some major changes since the project moved from academia and changed the name. It is an alpha-release, but it is usable and now available for all the eager C++ game developers out there.

The documentation is of now quite weak. We will set up Wiki's and Doxygen pages later, so you will just have to live with the header-comments for now. However the old project (SAGLib) has some documentation available:
http://saglib.akudama.net/... read more

Posted by Krekola 2006-08-25