These OpenGL demos are not gems, but mere mere rutabagas. Dependencies ------------ * Python3 (https://www.python.org/) * SDL2 (https://www.libsdl.org) * libepoxy (https://github.com/anholt/libepoxy) * meson (https://mesonbuild.com) Build and Run ------------- Configure the build: > meson "$SRCDIR" "$BUILDDIR" Build it: > cd "$BUILDDIR" > ninja Run it: > ./hello-triangle Links ----- homepage: http://cgit.kiwitree.net/~chadv/opengl-rutabagas author: email:chad@kiwitree.net