Make My Own Screensaver
git clone https://github.com/rougier/freetype-gl cd freetype-gl mkdir build cd build cmake .. But first, I had to install: cmake doxygen glfw-x11 (version 3.something) The demos in build/demos work now, and I started hacking on them. Ripped out the screenshot bits. To make them fullscreen: GLFWmonit...