|
|
1 settimana fa | |
|---|---|---|
| .. | ||
| __pycache__ | 1 settimana fa | |
| assets | 1 settimana fa | |
| demos_assets | 1 settimana fa | |
| demos_cpp | 1 settimana fa | |
| demos_python | 1 settimana fa | |
| imgui | 1 settimana fa | |
| immapp | 1 settimana fa | |
| implot | 1 settimana fa | |
| implot3d | 1 settimana fa | |
| python_backends | 1 settimana fa | |
| .gitignore | 1 settimana fa | |
| LICENSE | 1 settimana fa | |
| Readme_dev.md | 1 settimana fa | |
| Readme_pypi.md | 1 settimana fa | |
| __init__.py | 1 settimana fa | |
| __init__.pyi | 1 settimana fa | |
| _glfw_set_search_path.py | 1 settimana fa | |
| _imgui_md_image_loader.py | 1 settimana fa | |
| _imgui_test_engine_python_safety.py | 1 settimana fa | |
| _patch_runners_add_save_screenshot_param.py | 1 settimana fa | |
| _pyodide_latex_fonts.py | 1 settimana fa | |
| glfw_utils.py | 1 settimana fa | |
| hello_imgui.pyi | 1 settimana fa | |
| hello_imgui_nb.py | 1 settimana fa | |
| hello_imgui_nb.pyi | 1 settimana fa | |
| hello_imgui_run_async.py | 1 settimana fa | |
| im_anim.pyi | 1 settimana fa | |
| im_col32.py | 1 settimana fa | |
| im_cool_bar.pyi | 1 settimana fa | |
| im_file_dialog.pyi | 1 settimana fa | |
| imgui_bundle.pyi | 1 settimana fa | |
| imgui_color_text_edit.pyi | 1 settimana fa | |
| imgui_command_palette.pyi | 1 settimana fa | |
| imgui_ctx.py | 1 settimana fa | |
| imgui_explorer.pyi | 1 settimana fa | |
| imgui_fig.py | 1 settimana fa | |
| imgui_knobs.pyi | 1 settimana fa | |
| imgui_md.pyi | 1 settimana fa | |
| imgui_microtex.pyi | 1 settimana fa | |
| imgui_node_editor.pyi | 1 settimana fa | |
| imgui_node_editor_ctx.py | 1 settimana fa | |
| imgui_pydantic.py | 1 settimana fa | |
| imgui_tex_inspect.pyi | 1 settimana fa | |
| imgui_toggle.pyi | 1 settimana fa | |
| imguizmo.pyi | 1 settimana fa | |
| immvision.pyi | 1 settimana fa | |
| imspinner.pyi | 1 settimana fa | |
| nanovg.pyi | 1 settimana fa | |
| notebook_patch_runners.py | 1 settimana fa | |
| portable_file_dialogs.pyi | 1 settimana fa | |
| py.typed | 1 settimana fa | |
| pyodide_patch_runners.py | 1 settimana fa | |
| ruff.toml | 1 settimana fa | |
| webgl.pyi | 1 settimana fa | |
This is the root of the imgui_bundle Python package. It contains:
.pyi) — Auto-generated by litgen; one per C++ library. Provide IDE autocompletion and type checking..py) — Hand-written: context managers (imgui_ctx.py), async support, notebook patches, etc.imgui/, implot/, implot3d/ (each with their own stubs), immapp/ (high-level runner), python_backends/ (pure Python rendering backends).demos_python/ and demos_cpp/ — example programs in both languages._imgui_bundle.cpython-*.so — compiled C++ binding (all libraries in one module).Documentation: Repository Structure | Getting Started