资 源 简 介
This is an abstract game engine allowing you make simple games. It is a fork of Irrlib, with a complete redesign and recode.
SGL is a game library, or really a library that is suitable for any application that requires graphics, and it is very easy to pick and get going.
Downloads explained
SGL*-1.exe => "Batteries included" installer*
SGL*-1(vs-src).zip => Source + Visual Studio Solution
SGL*-1(src).zip => Source (Platform independent)
*Batteries included means:
* Irrlicht installed to c:irrlicht
* Template
* More to come later
Here a sample application:
```
#include
#include "SGL.h"
using namespace std;
using namespace SGLEngine;
using namespace irr;
using namespace core;
using namespace scene;
using namespace video;
using namespace io;
using namespace gui;<