资 源 简 介
ComineGL Game Library
The Comine Game Library(ComineGL) is a streamlined C/C++ API focused on writing games to learn programming in a fun and simple way.
Tutorials
Tutorials and videos can be found at http://comine.com in the ComineGL Section.
Please Always Download the latest version of the library when running the Tutorials
The ComineGL API is constantly being extended to add more features which the tutorials explain. An older version of the library may not work with a new feature discussed in a tutorial.
The example example how easy it is start up the game engine. The code consists
of a single instance variable in C++ which automatically initializes the game
engine. When the the variable goes out of scope, the engine automatically
de-initializes.
```
// Exampe #1: Simple Program to get started