Minimal immediate-mode python user interface library.
You can find MILI at its latest version on PyPI and install it and import it using the following command and code:
pip install mili-uiimport miliYou can check for changes in the library by visiting the changelog.
After installing MILI you may also open the guide using the following command:
py -m mili guideA demo program exists to showcase what MILI can do. You can run it using one of the following commands:
mili-demopy -m mili demo