https://github.com/kfields/arcade-imgui
Python Arcade / ImGui Integration
https://github.com/kfields/arcade-imgui
Last synced: about 1 year ago
JSON representation
Python Arcade / ImGui Integration
- Host: GitHub
- URL: https://github.com/kfields/arcade-imgui
- Owner: kfields
- License: mit
- Created: 2020-04-28T18:39:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T13:30:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-24T09:04:58.957Z (about 1 year ago)
- Language: Python
- Size: 381 KB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arcade ImGui
[The Python Arcade Library](https://arcade.academy/) + [pyimgui](https://github.com/swistakm/pyimgui) = :heart:
:package: [Package](https://pypi.org/project/arcade-imgui/)
## Prerequisite
Get [Poetry](https://python-poetry.org/)
## Clone
```bash
git clone https://github.com/kfields/arcade-imgui.git
cd arcade-imgui
poetry shell
poetry install
```
## Run an example
```bash
cd examples
python basic.py
```
## Run the Demo
```bash
cd imdemo
poetry install
python imdemo
```
## Run the ImFlo Demo
```bash
cd imflo
poetry install
python imflo
```