Glx
From Agar
The glx driver allows an Agar application to interface directly with the X Window System. Using glx, Agar renders GUI elements as OpenGL primitives, and efficiently manages textures corresponding to pixel surfaces.
glx is a "multiple-window" driver, meaning that "Agar windows" created through AG_WindowNew() each have their corresponding X window.

