- Simple GUI engine with OpenGL;
- Fast response for user input;
- Zero draw calls if no changes;
- Custom draw callbacks.
- Push, check and radio buttons;
- Customized tables;
- Regulators driven by mouse move;
- Edit/entry boxes;
- Static and dynamic Unicode text;
- Pictures with scale and rotation.
-
Clone this repo with command:
git clone https://github.com/xrombik/pyglwidgets -
Go to the cloned repo directory:
cd pyglwidgets -
Run script that installs all dependencies (checked on
Debian 10orUbuntu 18based distros):./install-deps.sh -
Run examples:
Bunch of GUI items:
./playground.pyJust table only:
./table.pyFunny red stars:
./star.py
