A minimal example of how to use raylib with imgui-bundle in python.
git clone https://github.com/Scr44gr/raylib-imgui.git
cd raylib-imguipython -m venv venv
source venv/bin/activate
pip install -r requirements.txt
On Windows, use
venv\Scripts\activate.batinstead ofsource venv/bin/activateto activate the virtual environment or if you useuvyou can useuv syncto install the dependencies and set up the virtual environment
and then run the script 🚀
python ./basic_example.pyEnjoy! 🤠