Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfields/arcade-imgui
Python Arcade / ImGui Integration
https://github.com/kfields/arcade-imgui
Last synced: 3 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-25T13:30:58.000Z (3 months ago)
- Last Synced: 2024-11-07T21:50:15.477Z (13 days ago)
- Language: Python
- Size: 381 KB
- Stars: 23
- 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
```