资 源 简 介
A simple game framework using irrlicht as the rendering engine. Other components like audio, physic can be integrated easily
Key features
The framework consists of 2 parts
-SGF:The main framework.
-Clean and simple OOP design
-Signal/slot event handling
-Game state system
-Serialization/Deserialization of game states
-Extensible
-SGE:Simple game editor
-A library to integrate a built-in editor into your game
-WYSIWYG
-Real-time
-Simple but powerful interface
-The editor can edit all the game-specific parameters such as HP, Mana, weapon...
-Use your game as the editor because no third party software knows your game classes better than the game itself
-Extensible
Third party dependencies/requirement:
-Irrlicht
-Boost 1.35 and above
-Google"s protocol buffer
-fastsig library
-AntTweakBar