|
SimpleGFX
1.0
Simple Graphics Library for C Programming Education
|
Basic example demonstrating text and circle drawing. More...
#include "gfx/simplegfx.h"Functions | |
| int | main () |
Basic example demonstrating text and circle drawing.
This is the simplest example to get started with the SimpleGFX library. It demonstrates the basic structure of a graphics program:
What you'll learn:
Compile:
Run:
| int main | ( | ) |