# Minimal Graphics Library Written in C. # Dependencies ## Build `xlib` ## Runtime `libglvnd (libGL.so)` ## TODO Handle window close (window destroyed event, disconnected from server and socket becomes invalid (check select return?)).\ Bind texture and cache the bound texture to reduce calls to opengl. Use gl triangle instead of quad.