Metadata-Version: 2.1
Name: slimgui
Version: 0.0.7
Summary: Python Dear ImGui bindings
Author-Email: Janne Hellsten <jjhellst@gmail.com>
Classifier: License :: OSI Approved :: BSD License
Project-URL: Documentation, https://nurpax.github.io/slimgui/
Project-URL: Repository, https://github.com/nurpax/slimgui
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# slimgui 

Work in progress [Dear ImGui](https://github.com/ocornut/imgui) bindings for Python.

### Getting started

- [Slimgui documentation](https://nurpax.github.io/slimgui/)

### Background

Motivation:
- Modernized build process to support Python typings (.pyi files) to allow good IDE support (auto-complete, type checking in VSCode)
- Closely match the Dear ImGui API but adapt for Python as necessary.  Don't invent new API concepts.

Very similar to [https://github.com/pyimgui/pyimgui](pyimgui/pyimugui) except built with Nanobind to better support typings.

### Development

- [DEVELOPMENT.md](./DEVELOPMENT.md)
