26 lines
613 B
Markdown
26 lines
613 B
Markdown
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
|
|
|
|
[SPACEBOX]: https://git.nugget.fun/nugget/spacebox
|