- 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 10
orUbuntu 18
based distros):./install-deps.sh
-
Run examples:
Bunch of GUI items:
./playground.py
Just table only:
./table.py
Funny red stars:
./star.py