Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A minimal example of how to use raylib with imgui-bundle

License

Notifications You must be signed in to change notification settings

Scr44gr/raylib-imgui

Repository files navigation

raylib-imgui

A minimal example of how to use raylib with imgui-bundle in python.

Clone the repository 🐙

git clone https://github.com/Scr44gr/raylib-imgui.git
cd raylib-imgui

Create a venv and install the dependencies 🐍

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

On Windows, use venv\Scripts\activate.bat instead of source venv/bin/activate to activate the virtual environment or if you use uv you can use uv sync to install the dependencies and set up the virtual environment

and then run the script 🚀

python ./basic_example.py

Also see 📚

Enjoy! 🤠

About

A minimal example of how to use raylib with imgui-bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages