aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 513d0cbac64327595050fd4bc22fc00b939a6961 (plain)
1
2
3
4
5
6
7
8
9
# Minimal Graphics Library GUI
Written in C and uses OpenGL 2.0 to support as many platforms as possible.
# Dependencies
## Build
`xlib`
## Runtime
`libglvnd (libGL.so)`
# Notes
mglgui aborts on memory allocation failure to make the API as simple as possible. This can be changed if there is an incentive.