spacebox/demo/fill_screen
ohsqueezy a8126605e8 added opencv camera linux and android demo; added carousel, connection, and model classes; added format parameter to texture.generate; added android opencv lib build instructions 2023-05-02 18:43:32 -04:00
..
.gitignore added fill screen demo for testing basic initialization and drawing 2022-10-07 18:56:20 -04:00
Makefile added opencv camera linux and android demo; added carousel, connection, and model classes; added format parameter to texture.generate; added android opencv lib build instructions 2023-05-02 18:43:32 -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