spacebox/demo/fill_screen/README.md

613 B

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