Cocktail Frank 6371f9c279 | ||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
README.md | ||
fill_screen.cpp |
README.md
Fill screen with solid colors
This is an example program that fills the screen with a color every frame. It can be used for testing since it is a minimal example of a SPACEBOX program.
Setup
SPACEBOX
The SPACEBOX game and interactive application framework is required for setting up SDL + OpenGL. Follow the instructions in the README for installing the required libraries.
Compiling
Build at the root of the directory after setting up SPACEBOX
make linux
Running
./fill-screen