spacebox/demo/fill_screen
ohsqueezy 6371f9c279 remove Sprite class 2023-06-08 20:04:40 -04:00
..
.gitignore added fill screen demo for testing basic initialization and drawing 2022-10-07 18:56:20 -04:00
Makefile remove Sprite class 2023-06-08 20:04:40 -04:00
README.md added fill screen demo for testing basic initialization and drawing 2022-10-07 18:56:20 -04:00
fill_screen.cpp box demo android support, android file to string for reading files inside APK 2022-11-08 17:17:20 -05:00

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