
Simple Graphics Framework (SGF)

A C++ GUI framework offering students an easy way to create graphical
output from their programs (instead of just using stdout and file output).

The API is intentionally kept low-level (i.e. there are functions
to draw a pixel and render text, but there are no other primitives
like triangles, rectangles etc. as these have to be implemented
in user code).

This project was originally created for my master's thesis,
most examples are solutions to the exercises proposed in the text.

Copyright 2023 Arnold Beiland

Simple Graphics Framework is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
more details.

For licence information, see COPYING.

