
IGDB0.0
Cakefoot
Game

1 game in the catalog
Official websiteSPACEBOX is a C++ framework that makes creating cross-platform games and other interactive applications easier and faster by providing an added layer of abstraction between SDL + OpenGL and the project. Users can start a project by extending only a single function, the Game class's update function. Using a standard Makefile that can be taken from the examples, the framework can export the same code to multiple platforms such as Linux, Web, Android, OS X, Windows, and Raspberry Pi.