aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: d9d9c8e084a37eeac8f3524e111dc5f0fd84cd0b (plain)
1
2
3
4
5
6
7
8
9
# Minimal Graphics Library (C++)
C++ wrapper for [mgl](https://git.dec05eba.com/mgl/about/)
# Dependencies
## Build
`x11, xrender`
## Runtime
`libglvnd (libGL.so)`
# Notes
Every window _get_ function is cached from the last event poll, no calls to x11 is made.