S-IIIeix 8f0ccdbd32 Спортивные организации 1 hete
..
__pycache__ 8f0ccdbd32 Спортивные организации 1 hete
assets 8f0ccdbd32 Спортивные организации 1 hete
demos_assets 8f0ccdbd32 Спортивные организации 1 hete
demos_cpp 8f0ccdbd32 Спортивные организации 1 hete
demos_python 8f0ccdbd32 Спортивные организации 1 hete
imgui 8f0ccdbd32 Спортивные организации 1 hete
immapp 8f0ccdbd32 Спортивные организации 1 hete
implot 8f0ccdbd32 Спортивные организации 1 hete
implot3d 8f0ccdbd32 Спортивные организации 1 hete
python_backends 8f0ccdbd32 Спортивные организации 1 hete
.gitignore 8f0ccdbd32 Спортивные организации 1 hete
LICENSE 8f0ccdbd32 Спортивные организации 1 hete
Readme_dev.md 8f0ccdbd32 Спортивные организации 1 hete
Readme_pypi.md 8f0ccdbd32 Спортивные организации 1 hete
__init__.py 8f0ccdbd32 Спортивные организации 1 hete
__init__.pyi 8f0ccdbd32 Спортивные организации 1 hete
_glfw_set_search_path.py 8f0ccdbd32 Спортивные организации 1 hete
_imgui_md_image_loader.py 8f0ccdbd32 Спортивные организации 1 hete
_imgui_test_engine_python_safety.py 8f0ccdbd32 Спортивные организации 1 hete
_patch_runners_add_save_screenshot_param.py 8f0ccdbd32 Спортивные организации 1 hete
_pyodide_latex_fonts.py 8f0ccdbd32 Спортивные организации 1 hete
glfw_utils.py 8f0ccdbd32 Спортивные организации 1 hete
hello_imgui.pyi 8f0ccdbd32 Спортивные организации 1 hete
hello_imgui_nb.py 8f0ccdbd32 Спортивные организации 1 hete
hello_imgui_nb.pyi 8f0ccdbd32 Спортивные организации 1 hete
hello_imgui_run_async.py 8f0ccdbd32 Спортивные организации 1 hete
im_anim.pyi 8f0ccdbd32 Спортивные организации 1 hete
im_col32.py 8f0ccdbd32 Спортивные организации 1 hete
im_cool_bar.pyi 8f0ccdbd32 Спортивные организации 1 hete
im_file_dialog.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_bundle.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_color_text_edit.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_command_palette.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_ctx.py 8f0ccdbd32 Спортивные организации 1 hete
imgui_explorer.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_fig.py 8f0ccdbd32 Спортивные организации 1 hete
imgui_knobs.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_md.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_microtex.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_node_editor.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_node_editor_ctx.py 8f0ccdbd32 Спортивные организации 1 hete
imgui_pydantic.py 8f0ccdbd32 Спортивные организации 1 hete
imgui_tex_inspect.pyi 8f0ccdbd32 Спортивные организации 1 hete
imgui_toggle.pyi 8f0ccdbd32 Спортивные организации 1 hete
imguizmo.pyi 8f0ccdbd32 Спортивные организации 1 hete
immvision.pyi 8f0ccdbd32 Спортивные организации 1 hete
imspinner.pyi 8f0ccdbd32 Спортивные организации 1 hete
nanovg.pyi 8f0ccdbd32 Спортивные организации 1 hete
notebook_patch_runners.py 8f0ccdbd32 Спортивные организации 1 hete
portable_file_dialogs.pyi 8f0ccdbd32 Спортивные организации 1 hete
py.typed 8f0ccdbd32 Спортивные организации 1 hete
pyodide_patch_runners.py 8f0ccdbd32 Спортивные организации 1 hete
ruff.toml 8f0ccdbd32 Спортивные организации 1 hete
webgl.pyi 8f0ccdbd32 Спортивные организации 1 hete

Readme_dev.md

bindings/imgui_bundle/ — Python package root

This is the root of the imgui_bundle Python package. It contains:

  • Type stubs (.pyi) — Auto-generated by litgen; one per C++ library. Provide IDE autocompletion and type checking.
  • Python utilities (.py) — Hand-written: context managers (imgui_ctx.py), async support, notebook patches, etc.
  • Subpackages: imgui/, implot/, implot3d/ (each with their own stubs), immapp/ (high-level runner), python_backends/ (pure Python rendering backends).
  • Demos: demos_python/ and demos_cpp/ — example programs in both languages.
  • Native extension: _imgui_bundle.cpython-*.so — compiled C++ binding (all libraries in one module).

Documentation: Repository Structure | Getting Started