Caution
For now the Python API is very simple and just creates a window with a hardcoded stress test.
import guilible as gl
win = gl.Window()
win.start()
Eventually we will build the Rust code in CI and publish Python wheels, for this the maturin-generated CI script will be a good starting point: maturin generate-ci github
For now we can locally build the wheel simply by running pip install -e .
in the repository root.