Skip to content

Getting Started

Slimgui requires Python 3.10 or newer.

Installation: pip install slimgui

To run the example, clone the repo, install dependencies and run:

git clone https://github.com/nurpax/slimgui
cd slimgui
pip install glfw pyopengl numpy requests
python example/app.py

Browse the example code: example/