# Minimal Graphics Library (C++) C++ wrapper for [mgl](https://git.dec05eba.com/mgl/about/) # Dependencies ## Build `x11, libxrender, libxrandr` ## Runtime `libglvnd (libGL.so, libGLX.so, libEGL.so)` # Notes Every window _get_ function is cached from the last event poll, no calls to x11 is made. Only one window can be created and used at once.\ mglpp needs to be initialized first and then a window created, before other functions are called.