pyimgui
Python bindings for the amazing dear imgui C++ library - a Bloat-free Immediate Mode Graphical User Interface.
Documentation: pyimgui.readthedocs.io
Installation
pyimgui is available on PyPI so you can easily install it with pip:
pip install imgui[full]
Above command will install imgui package with additional dependencies for all
built-in rendering backend integrations (pygame, cocos2d, etc.). If you don't
want to install all additional dependencies you can always use bare
pip install imgui command or select a specific set of extra requirements:
- for pygame backend use
pip install imgui[pygame] - for GLFW3 backend use
pip install imgui[glfw] - for SDL2 backend use
pip install imgui[sdl2] - for Cocos2d backend use
pip install imgui[cocos2d] - for pyglet backend use
pip install imgui[pyglet]
Package is distributed in form of built wheels so it does not require compilation on most operating systems. For more details about compatibility with diffferent OSes and Python versions see the Project ditribution section of this documentation page.
Project status
The imgui package provides support for the majority of core DearImGui 1.82 widgets and
functionalities. Some low-level API elements and complex widgets (like plots)
may be missing. We are working hard to provide 100% feature mapping of the core
ImGui library. The completion badge shows up-to-date status of that goal.
Project distribution
This project has a working build pipeline on Appveyor. It builds succesfully for all major operating systems with different architectures:
- Windows (32bit & 64bit)
- Linux (32bit & 64bit)
- OS X (universal build)
Right now we are ready shipping the built wheels for these three systems
(even for Linux using manylinux1 wheels). The build pipeline covers multiple
Python versions:
- py36
- py37, pp37
- py38, pp38
- py39, pp39
- py310
- py311
Note: We dropped support for py27, py33, py34, and py35 starting from release 2.0. Those were supported until release 1.4.0. Pypy is only supported since release 2.0.
If none of these wheels work in your environment you can install the imgui
package by compiling it directly from sdist distribution using one of following
commands:
# will install Cython as extra dependency and compile from Cython sources
pip install imgui[Cython] --no-binary imgui
# will compile from pre-generated C++ sources
pip install imgui --no-binary imgui
pyimgui provides documentation with multiple visual examples. Thanks to custom Sphinx extensions, we are able to render GUI examples off-screen directly from docstring snippets. These examples work also as automated functional tests. Documentation is hosted on pyimgui.readthedocs.io.
Contributing
Contributions are welcomed. If you want to help us by fixing bugs, mapping functions, or adding new features, please feel free to do so and propose a pull request.
Development tips and information for developers are given in HACKING.md.
Release files for imgui 2.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| imgui-2.0.0.tar.gz | 1.5 MB | Details |
Built distributions (wheels)
Total release size: 244.2 MB
Release files / imgui-2.0.0.tar.gz
| Download URL | imgui-2.0.0.tar.gz |
|---|---|
| Size | 1.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2fbdb8eed3b8dbd7ea98af9e4c1c6582b0bc4da942a258de16333d8c653d67e1
|
|
BLAKE2b-256 checksum How to use checksums |
f1aa4abb0d3d6054da9a4390160fc25ca743a824263a9931cc6a95f30e3d75b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp39-pypy39_pp73-win_amd64.whl
| Download URL | imgui-2.0.0-pp39-pypy39_pp73-win_amd64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | PyPy 3.9 PyPy 3.9 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c93d2bbeac28661efaef263f7ef139269358d42e9002357ee96d901ff851fc59
|
|
BLAKE2b-256 checksum How to use checksums |
9cb2e17be3499a3f28fd814491337e0b0fffaea5b6342c53a75a3dae85a7bd40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | imgui-2.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.9 PyPy 3.9 7.3 |
|
SHA-256 checksum How to use checksums |
8d4dd5551d2140980fb533d7a35d7efefd5060199d9cdf0ce3e65bbb27264090
|
|
BLAKE2b-256 checksum How to use checksums |
7384a92531de27beb6862e0023b4aa8453a2153cf24810feb2c318fa2d04f190
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | imgui-2.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.9 PyPy 3.9 7.3 |
|
SHA-256 checksum How to use checksums |
ac287738a6add06da73ecc7d9a0227e74f3d013c9aace17f4014814b35e85dbe
|
|
BLAKE2b-256 checksum How to use checksums |
63640393f84e66fc955945084a58f8cc8e20919869c5580ff853043c782a843a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
| Download URL | imgui-2.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | PyPy 3.9 PyPy 3.9 7.3 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
adfd23b70ec4696a9128f64228a471fda9d2a709ab6c46affadb5ceb2b620626
|
|
BLAKE2b-256 checksum How to use checksums |
68586cf1e769aedab5df5ece7bcfd35da2a071171f8925fff930f54af327b5e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp38-pypy38_pp73-win_amd64.whl
| Download URL | imgui-2.0.0-pp38-pypy38_pp73-win_amd64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | PyPy 3.8 PyPy 3.8 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
4ae29fb159f83561d2fb5659509de9c34113ba46c8d7c066279fdddac391545e
|
|
BLAKE2b-256 checksum How to use checksums |
046334de0b6486417014cda62c1f747da2abc2371cf0619d6a0d89e9585cfd0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | imgui-2.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.8 PyPy 3.8 7.3 |
|
SHA-256 checksum How to use checksums |
b0e61e7f5f42391f149bfbd7196148a4009a446c7663b69fea0629ff7b857f38
|
|
BLAKE2b-256 checksum How to use checksums |
70edc205e39405044d54ccfa98d3f6ef8233a6d2b8248aaef8f2f0dcbe2276a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | imgui-2.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.8 PyPy 3.8 7.3 |
|
SHA-256 checksum How to use checksums |
8bce66afefbc6cb383c19405255a3333eef10b5082e54d7fff075244aa8ac8cf
|
|
BLAKE2b-256 checksum How to use checksums |
ce9449a3300ccb48978a00c00f74735147a21f2c91482b2c513f65d6187a5860
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
| Download URL | imgui-2.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | PyPy 3.8 PyPy 3.8 7.3 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
c7541813f477e407db32e0242880205f4b46d23c72e16dd3f1890dd853e7549d
|
|
BLAKE2b-256 checksum How to use checksums |
9621ce262bbf6c3465fecb052a56633d154325d63c1d6991319b76b58fbcb32b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp37-pypy37_pp73-win_amd64.whl
| Download URL | imgui-2.0.0-pp37-pypy37_pp73-win_amd64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | PyPy 3.7 PyPy 3.7 7.3 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
5899bf6c8492c60b1e36dfcc850bdf27da3cc90d596cdfff7e563ecfedfa269b
|
|
BLAKE2b-256 checksum How to use checksums |
7dd8c39ae2b85abfd10a83891f7268219df0fe1ec65ac463995fe57a104e18be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | imgui-2.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.7 PyPy 3.7 7.3 |
|
SHA-256 checksum How to use checksums |
2bc50d3b4464f8b9465ab220854ea1131166af0717c963a3a175b3c7966a029e
|
|
BLAKE2b-256 checksum How to use checksums |
36d791bfa01c45c62ebd7e2c2e53752018f84c7099447ed0a6f30ba726237c4b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | imgui-2.0.0-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 2.3 MB |
| Tags | Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 PyPy 3.7 PyPy 3.7 7.3 |
|
SHA-256 checksum How to use checksums |
c30c11780982eeb619b6badcccab2eb90acf6141d9610902679b44fbaf588310
|
|
BLAKE2b-256 checksum How to use checksums |
43b6724ceb11ab063e68a4dc91e37d569798bda611e3484e4a4c3334c69c42a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
| Download URL | imgui-2.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | PyPy 3.7 PyPy 3.7 7.3 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
5ef6411f9a2f1e528894bc184f4505b935aff0d80e258e38e91ab06e308b6ae8
|
|
BLAKE2b-256 checksum How to use checksums |
5cef812701cef5a5b2b4c2376933fc131a0da089ce233317a1a27b3a619e91c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp311-cp311-win_amd64.whl
| Download URL | imgui-2.0.0-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
c1af2761708c40c852053dd0a7d570ea0241a75ad3c27d7b55430b12003198e0
|
|
BLAKE2b-256 checksum How to use checksums |
371213301cb057f320af784957f64a994888de24327d6dbd6cf56251d5d36706
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp311-cp311-win32.whl
| Download URL | imgui-2.0.0-cp311-cp311-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
c4ea5d971bb781ec06697b72ecfa802548ebdd1f5144353d530982c1ef1d86b1
|
|
BLAKE2b-256 checksum How to use checksums |
6af8a2c6b087102e59390dd15f51a257ae0412506eeb04741e9a36c0ed0dee4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
| Download URL | imgui-2.0.0-cp311-cp311-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 8.2 MB |
| Tags | CPython 3.11 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
ffcd54fb088d20ce682cba3ade24831fbbdd620807e20ab147ab0083111d0243
|
|
BLAKE2b-256 checksum How to use checksums |
1e77f3ea0c758712a60d671ff00290d3fd39c42b3e8720f03f0f5a01434599a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp311-cp311-musllinux_1_1_i686.whl
| Download URL | imgui-2.0.0-cp311-cp311-musllinux_1_1_i686.whl |
|---|---|
| Size | 8.0 MB |
| Tags | CPython 3.11 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
ea6d37ef37e4acaa6e9ea0111cb4a61db6ed32c44164ac8bebe96b01036387bd
|
|
BLAKE2b-256 checksum How to use checksums |
cf99cd6c10475b6df54104dad94793d79bd8fef6560d98481df39595ebdab342
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | imgui-2.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 7.7 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
aba45749ee9356202d10661f1390b75a701c0540e8d3bd3f7e51dafbf6cf36f6
|
|
BLAKE2b-256 checksum How to use checksums |
b6ea8c1755d09c58d60bfef5791d59d68390fc3e8f538ec8732bbfd5dc9c0791
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | imgui-2.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 7.3 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
7f4fa4b7b2c917446ba285541574775fd61a4c5c23050989314961ea06c59ad1
|
|
BLAKE2b-256 checksum How to use checksums |
9aa3c3ac78493b61493d15c77748401e5ebcd3eb7dba8d90854c8f854f621f6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp311-cp311-macosx_10_9_x86_64.whl
| Download URL | imgui-2.0.0-cp311-cp311-macosx_10_9_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.11 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
1d7449ca6380420ccfcf8d8483cb5ad838e222bf55347fbeeba51181ba9b721d
|
|
BLAKE2b-256 checksum How to use checksums |
5c4343da1d39de98b8ebbfb2a081d1087260d95b2a14cb303f1d1e7b7876bcc5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp310-cp310-win_amd64.whl
| Download URL | imgui-2.0.0-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
377a210a1c118a19b70f6127384772f352bc4d5e78028a948db6182e37b6e343
|
|
BLAKE2b-256 checksum How to use checksums |
8150052914d9cc0ed965a5ade46639463cf8ba04827d4e29fd4361bc17260f5a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp310-cp310-win32.whl
| Download URL | imgui-2.0.0-cp310-cp310-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
3da16856d89de0f1c0c0d9732d2a1dfc7ed68182545a7a6e87ecd74b93e52da0
|
|
BLAKE2b-256 checksum How to use checksums |
27a275a0aa40431662bc0cc5132732f710fa142ad4123cb89e07bd0e0cb2f8b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
| Download URL | imgui-2.0.0-cp310-cp310-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 8.1 MB |
| Tags | CPython 3.10 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
d5e028485346057f286d9116e7bbed4e38da9990da41cdc8efc26d3bc6e010c9
|
|
BLAKE2b-256 checksum How to use checksums |
5a3cb7b56117ad3e2115d27d13c0b082aee05ef9f1a90f76d8a789e34ab88333
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp310-cp310-musllinux_1_1_i686.whl
| Download URL | imgui-2.0.0-cp310-cp310-musllinux_1_1_i686.whl |
|---|---|
| Size | 7.8 MB |
| Tags | CPython 3.10 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
6602d18ed735766e08cb4fb9e1c9fd420be96f8112f7357134dadd3a848a51ce
|
|
BLAKE2b-256 checksum How to use checksums |
402bbcd105d3c422722be5ee034892b690d406080721aafebbd47de30fdb625e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | imgui-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 7.4 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
d6e3a48cdd5b1289bbf6a3477b86712528d3bf3f1b74f5a481647581830527ba
|
|
BLAKE2b-256 checksum How to use checksums |
a2bc343d101ff86f45a19edf2a2c9d834a1930cc1fa2725d5077b633bdc12f80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | imgui-2.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 7.1 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
c1a88dd008046d19f9e9df95e34a8df8908007be76aefcd6a36aad759b6fe7d0
|
|
BLAKE2b-256 checksum How to use checksums |
1d258fede9f8f25b2e038d5f712097b2e719042509bb44842af9e0db0e6d0019
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp310-cp310-macosx_10_9_x86_64.whl
| Download URL | imgui-2.0.0-cp310-cp310-macosx_10_9_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.10 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
5876314bd7137115325d843e6985c1d939b7ab992bdc4259cbcd178988d02944
|
|
BLAKE2b-256 checksum How to use checksums |
c7d7632d1385bbf330afe871e50ecde979ab6caeba7ef25aa1c557079d288458
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp39-cp39-win_amd64.whl
| Download URL | imgui-2.0.0-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
bead8db082403dde37429a14b439df6fada0c909a0f06fb310c1dec94338dad4
|
|
BLAKE2b-256 checksum How to use checksums |
44ddab15393a50818efb99db5fd35c8b72090dfdd2aa80af1706f74c66188b9b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp39-cp39-win32.whl
| Download URL | imgui-2.0.0-cp39-cp39-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
e086cb9d1709b0391a06d43f1cecaa3bc384382dac3d3ca8489937050cd85efc
|
|
BLAKE2b-256 checksum How to use checksums |
2553f51d1ff03779d7ea7a54670d57d9d49c2c61784b8a3b79ee1a60d9ae6741
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
| Download URL | imgui-2.0.0-cp39-cp39-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 8.1 MB |
| Tags | CPython 3.9 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
f2448957ab4052d1a69e2e134a36d2a87c7599834639385daa88f62ac5302154
|
|
BLAKE2b-256 checksum How to use checksums |
36e09bc1ac27d29b79ebf6a00dcf1246112f999e60ae5736bc6af835247f1881
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp39-cp39-musllinux_1_1_i686.whl
| Download URL | imgui-2.0.0-cp39-cp39-musllinux_1_1_i686.whl |
|---|---|
| Size | 7.8 MB |
| Tags | CPython 3.9 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
cc2c7074e07ca9802089c17ddc3a7c3059d0848c7c596a22e5aa86026d99cc18
|
|
BLAKE2b-256 checksum How to use checksums |
a5b6804c05bc617fcd54591f98e26f26b16effda9022deb06981e80f13d1465b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | imgui-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 7.5 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
14fcacd6645fbcc0770d4f746abb4ee631a694895f58aef0e0d2976eab431226
|
|
BLAKE2b-256 checksum How to use checksums |
ccb921278c73e817f0bbaa2b8b170042a4a31d52f61254b19990a881ac8c760e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | imgui-2.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 7.1 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
a1f5c95505c73cd03f70d348e3f15ee2baa72b2251a636c09095b2a312c9a582
|
|
BLAKE2b-256 checksum How to use checksums |
318dd91496c86ad1ede3788d05208e7c0dd2f34872aa42e81ce3f66578b1da71
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp39-cp39-macosx_10_9_x86_64.whl
| Download URL | imgui-2.0.0-cp39-cp39-macosx_10_9_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.9 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
cbea38112f8b4c232ef065a537266f561f952324d19409ebb0e7221648632dd3
|
|
BLAKE2b-256 checksum How to use checksums |
ad7e416a3c6ca1cb2ccd4b6753dce3eb7796431e05bbd3d99a2bf8a99468436f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp38-cp38-win_amd64.whl
| Download URL | imgui-2.0.0-cp38-cp38-win_amd64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.8 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
ff0aa7736067ae5d4d0d118902d339fd1133f2dd2181cafc3b246391a4f036a1
|
|
BLAKE2b-256 checksum How to use checksums |
885d26c661ed65a5f3856c8a06abf6a1a00503466c9e574f426679d5e381d816
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp38-cp38-win32.whl
| Download URL | imgui-2.0.0-cp38-cp38-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.8 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
385dbd48aa5abd297b5b9b665bd2806fbcf57c2d0f4a3b4f609bf64cc0487202
|
|
BLAKE2b-256 checksum How to use checksums |
283fde559ed3f6185542feeba74f358bec72a66102ba94cac437913384f3e8b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
| Download URL | imgui-2.0.0-cp38-cp38-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 9.8 MB |
| Tags | CPython 3.8 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
e9c5985f24671571a94f21f793b487d2b775a5d96092145c2c242b8aee29e487
|
|
BLAKE2b-256 checksum How to use checksums |
89b274168e3956f4b481ebb1e9b4b8a66c176d0da7c461708524bed484946613
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp38-cp38-musllinux_1_1_i686.whl
| Download URL | imgui-2.0.0-cp38-cp38-musllinux_1_1_i686.whl |
|---|---|
| Size | 8.0 MB |
| Tags | CPython 3.8 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
f5775be372ff7154a728a8add224560c2c7654a9c902b1feb524f9342747051e
|
|
BLAKE2b-256 checksum How to use checksums |
0e072da6d9981965f8dede149d540520f8629946d0f01432da01e832c8eaa7e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | imgui-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 7.5 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
3811b91e818eafa924116628b400294d023819efceb71a7ed2e4b7a6b3727ecb
|
|
BLAKE2b-256 checksum How to use checksums |
b62070e0d022d917a92ddf0f46b6dec00ce7061f545a6446f26559e257c962e8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | imgui-2.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 7.1 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
66a5a3ea2c5487b83fc99d56d56df3f23b49010c2f65162ae318076beecd387d
|
|
BLAKE2b-256 checksum How to use checksums |
70130771a69bc55de11810216427dc23e819eb4545cf3ef46aaae1025c950799
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp38-cp38-macosx_10_9_x86_64.whl
| Download URL | imgui-2.0.0-cp38-cp38-macosx_10_9_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.8 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
206f217a71055d12f8395aca14a3c9e60a6411fc852791bb5e108834953ffcc6
|
|
BLAKE2b-256 checksum How to use checksums |
e9a9b5ef742bf97487a835bf99f8f478d5d51a4cb563143fa51d7ad70a82f694
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp37-cp37m-win_amd64.whl
| Download URL | imgui-2.0.0-cp37-cp37m-win_amd64.whl |
|---|---|
| Size | 1.7 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9015a85e90be27ab8c7d730fa1fd876fac3407b8c369fbe29fa290ed044eff79
|
|
BLAKE2b-256 checksum How to use checksums |
3293ba0857ef710223f8023bd5885eac8360d39145d64b8d0957b5d3f55c4db4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp37-cp37m-win32.whl
| Download URL | imgui-2.0.0-cp37-cp37m-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
f619b045688abad4ccc1896dd911d54006fdcf33da2453b9987e803b63a9a6da
|
|
BLAKE2b-256 checksum How to use checksums |
9066103c034dbe4600a1ffbf71bd13b02c0c24456b4ea17157df4c92943efd12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl
| Download URL | imgui-2.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 7.9 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
b22f30c640a48d2e03a85bf91f80d6ed5fa6a7d0b40643e423ccf1f8411d5612
|
|
BLAKE2b-256 checksum How to use checksums |
d3d719e70773f14e774aa0839f68f98054c7dc9474b50b87f67891789816db69
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp37-cp37m-musllinux_1_1_i686.whl
| Download URL | imgui-2.0.0-cp37-cp37m-musllinux_1_1_i686.whl |
|---|---|
| Size | 7.6 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
0fc382e0d3fea4da7a88a5fcd395e028722fda1bdbbe4936071f4cb0420f9dd5
|
|
BLAKE2b-256 checksum How to use checksums |
23ad40a0be03e95f6e51af6c8133e843fd500897006fada0cc70bf214e2ab70f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | imgui-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 7.3 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
c32b442874bae79b358cacfd30be416430c8af97f9c5edcba4c22375b58fc1ed
|
|
BLAKE2b-256 checksum How to use checksums |
f124018963c8e9325b046142e021285d0761b8e9e626abff5630464ba28e28b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | imgui-2.0.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 6.9 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
59cf4cce7642305b28c5b961392a7e5a72537036c84ba5fde2a6bf10c154a27b
|
|
BLAKE2b-256 checksum How to use checksums |
19afdea99e774b7a900cdf674451734b287964e5296cf6e370043a9633eb55c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
| Download URL | imgui-2.0.0-cp37-cp37m-macosx_10_9_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
d7ace8c05a17b359ddbc89882c4c0fc698d537eb9a0410254caaa0829003fa01
|
|
BLAKE2b-256 checksum How to use checksums |
a517cce594fff81749a588b1066ca2995079ec6100e5caac98fce0ea48dd8843
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp36-cp36m-win_amd64.whl
| Download URL | imgui-2.0.0-cp36-cp36m-win_amd64.whl |
|---|---|
| Size | 1.8 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
23f67fc8789e1e56c8990783dc78031b6b196f37109fb6808389cde7c3fd1bb0
|
|
BLAKE2b-256 checksum How to use checksums |
2665c23c82abfee08e272439eb095a0caa60df5f6ef19bfde9a02d8d4e3e0dd0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp36-cp36m-win32.whl
| Download URL | imgui-2.0.0-cp36-cp36m-win32.whl |
|---|---|
| Size | 1.6 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
94a100c9050fb41cc043076517f1adb41cb38f0bfeaf84d21452a89ec500969f
|
|
BLAKE2b-256 checksum How to use checksums |
c50110be08090b87000283e762d715d1ce3fa0eb0add299d21713d5bb6191dcd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl
| Download URL | imgui-2.0.0-cp36-cp36m-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 7.9 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
a0a333d1745721fd23bb8015fdd34deb0d6e9a2450c993506688742b9c5a0941
|
|
BLAKE2b-256 checksum How to use checksums |
77a650cebaf1906bd383cf8530d3b3de3c5c2aef5a30a7e318927b337b4488fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp36-cp36m-musllinux_1_1_i686.whl
| Download URL | imgui-2.0.0-cp36-cp36m-musllinux_1_1_i686.whl |
|---|---|
| Size | 7.7 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
b994278d0d90348a471f884930e2bd731ed92b2ae36171efdc645ffc2a64db4e
|
|
BLAKE2b-256 checksum How to use checksums |
c5b37e025ad6a6e35e6dee59c6f2ae3a8cb26f0829260806793aab14b7d7a8c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | imgui-2.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 7.3 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
51b7084e11a50a84e09d2e5baf18926a165676325951929eb53d5936b3971eb3
|
|
BLAKE2b-256 checksum How to use checksums |
909e9ab4a90fb9bb09fe1d7bf6fee84f8bbd90878093f3cbd7f9b8d7394a4f6b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | imgui-2.0.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 7.0 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
772283312cda96d0a33cc7102c644a4b796b60fc51cd7e38c926e0d7d3c5e952
|
|
BLAKE2b-256 checksum How to use checksums |
6103ac37a284f0af15497c6800389837852d7ae1981283a05891f9e9d80dde06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / imgui-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
| Download URL | imgui-2.0.0-cp36-cp36m-macosx_10_9_x86_64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
d09b85532124f2c3138bef243adc25fd57d81fa3a049d96c2a6f8c4383d90127
|
|
BLAKE2b-256 checksum How to use checksums |
60b60f975fff930ef407a991600fcf0bd4a127f60048165ea42e0965de855116
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|