GL Library

GL is a simple library with SDL2 as its backend to create 2D animations, games, and visualizations in Python.

Library Overview

The gl library allows you to create simple 2D animations, games, and visualizations. You can draw shapes (lines, circles), handle windows and keyboard input, set background color, and control FPS.

Getting Started