aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 49d980f533582908af16591012ad3b2c95a58665 (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, libxrender, libxrandr`
## Runtime
`libglvnd (libGL.so)`
# Notes
Every window _get_ function is cached from the last event poll, no calls to x11 is made.