Skip to main content

Cython-based Python bindings for dear imgui

Project description

completion Coverage Status Documentation Status

Builds:

  • Build status (Windows)
  • Build Status (OS X & Linux)

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 ImGui 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 working build pipeline on Appveyor and Travis and 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 to shipping the built wheels for these three systems (even for Linux using manylinux1 wheels). The build pipeline covers multiple Python versions:

  • py27
  • py33
  • py34
  • py35
  • py36
  • py37
  • py38

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.

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

Development tips

We have tried hard to make the process of bootstrapping this project as simple as possible.

In order to build and install project locally ,ake sure you have created and activated virtual environment using virtualenv or python -m venv (for newer Python releases). Then you can just run:

make build

This command will bootstrap whole environment (pull git submodules, install dev requirements etc.) and build the project. make will automatically install imgui in the development/editable mode. Then you can run some examples found in the doc/examples directory in order to verify if project is working.

For building documentation and running tests you will need some additional requirements from doc/requirements-test.txt.

You can run tests with:

py.test

If you have any problems with building or installing the project just ask us for help by creating GitHub issue.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imgui-1.1.0.tar.gz (833.3 kB view details)

Uploaded Source

Built Distributions

imgui-1.1.0-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

imgui-1.1.0-cp38-cp38-win32.whl (896.9 kB view details)

Uploaded CPython 3.8 Windows x86

imgui-1.1.0-cp38-cp38-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8

imgui-1.1.0-cp38-cp38-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.8

imgui-1.1.0-cp38-cp38-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

imgui-1.1.0-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

imgui-1.1.0-cp37-cp37m-win32.whl (891.5 kB view details)

Uploaded CPython 3.7m Windows x86

imgui-1.1.0-cp37-cp37m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.7m

imgui-1.1.0-cp37-cp37m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.7m

imgui-1.1.0-cp37-cp37m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

imgui-1.1.0-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

imgui-1.1.0-cp36-cp36m-win32.whl (891.6 kB view details)

Uploaded CPython 3.6m Windows x86

imgui-1.1.0-cp36-cp36m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.6m

imgui-1.1.0-cp36-cp36m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.6m

imgui-1.1.0-cp36-cp36m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

imgui-1.1.0-cp35-cp35m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

imgui-1.1.0-cp35-cp35m-win32.whl (890.5 kB view details)

Uploaded CPython 3.5m Windows x86

imgui-1.1.0-cp35-cp35m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.5m

imgui-1.1.0-cp35-cp35m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.5m

imgui-1.1.0-cp35-cp35m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.5m macOS 10.13+ x86-64

imgui-1.1.0-cp34-cp34m-win_amd64.whl (986.4 kB view details)

Uploaded CPython 3.4m Windows x86-64

imgui-1.1.0-cp34-cp34m-win32.whl (888.0 kB view details)

Uploaded CPython 3.4m Windows x86

imgui-1.1.0-cp34-cp34m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.4m

imgui-1.1.0-cp34-cp34m-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.4m

imgui-1.1.0-cp33-cp33m-win_amd64.whl (987.9 kB view details)

Uploaded CPython 3.3m Windows x86-64

imgui-1.1.0-cp33-cp33m-win32.whl (890.0 kB view details)

Uploaded CPython 3.3m Windows x86

imgui-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 2.7mu

imgui-1.1.0-cp27-cp27mu-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 2.7mu

imgui-1.1.0-cp27-cp27m-win_amd64.whl (986.1 kB view details)

Uploaded CPython 2.7m Windows x86-64

imgui-1.1.0-cp27-cp27m-win32.whl (881.2 kB view details)

Uploaded CPython 2.7m Windows x86

imgui-1.1.0-cp27-cp27m-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 2.7m

imgui-1.1.0-cp27-cp27m-manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 2.7m

imgui-1.1.0-cp27-cp27m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7m macOS 10.13+ x86-64

File details

Details for the file imgui-1.1.0.tar.gz.

File metadata

  • Download URL: imgui-1.1.0.tar.gz
  • Upload date:
  • Size: 833.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0.tar.gz
Algorithm Hash digest
SHA256 cb5115913674b49d23490a3193069b0dc8dbb964387c3662698afb6b1d7eec37
MD5 3e7ddc77ef54b6f064d40a69a5592034
BLAKE2b-256 9170fd945b94342732d11af0cf555c34fdb56adbd2a452b38cdc8782ee658257

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7df226af285b5ac1f007306f2c8bd152177b66b515d1ddb3c6939a6741aeca5c
MD5 ca4f4bb3d102e82181f26db965c7d468
BLAKE2b-256 6b28b4cc494f5efd1f1f21849420e30b2ff02a691b7a43fe1a5f3aee6083cd0d

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: imgui-1.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 896.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c6fbdcff567944f6fe1b5e557acaefcaf0b54243454c5f75682b8296a3e2d883
MD5 d4ca69c1171a524b39c0e5df50045a65
BLAKE2b-256 1fc2f32dff572f3fbd3282da13a443d840162848f7d807fbe59266389ec3c96f

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b36a28e8b31379380902e20709014638419b2c791f2a6c0b229a30d45ecc48f8
MD5 9d6a1c0de967580d646baceb335d78b2
BLAKE2b-256 c7afe18e72e4dfb8aca2b142a0474644ce22e4605c7414007d11f899e3c75cae

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.1.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f285c945f78ea7a1a6e128946a6c4d7a28211ef3e8eb7086a3784f7168cb9c2b
MD5 b07fbd851b139dac93d7f2bd96e6efc7
BLAKE2b-256 75073997f6d03d91b1a4f7c3367d67d96f6f55345ed2ac86aec24f247bf53a6b

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cfe90388d5275971b83fa52ac38eb76fd6c7821ce5f5c2a27c73f25d46648539
MD5 f5178c8230efa94cc8f9123d7dbe1fa4
BLAKE2b-256 4a2c91f32c8adda9f7632874fafa883846e6feff99be2cf3339e81650c6cd17e

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d733a5d62e49e3ba576a43fca3f141478875f0cfabc135767d1b4329933358d3
MD5 41842ce52bd239866846f82897c5bf4c
BLAKE2b-256 75cc8fc84e30f50372944a8a9e9ed55de39aa69869a5d195a0f0bfc43e1dfe54

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: imgui-1.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 891.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1c6dc4926785c6f1f6968096eb26612f9464ff9b7e99db9cf4cb366a8930875a
MD5 bbdd95e377a4d80df575bf80c92c7640
BLAKE2b-256 c0085373801776934808d40c9c668e5d6ca649e5d13c3f56557409202f3212f0

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7365c48d43c42a4ad8df59cfba0bd05c3709bc35f1cfa7e783b0ee42faf88f9f
MD5 38366d4b4ddb5c63ba90cd39d185c879
BLAKE2b-256 d159e94d286af61778bf237f5e1a8cd0f6e6aba3626d60c3480941061fd6f95a

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.1.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ebd81fee5038fef27f2f443a67e7f30cafcb6b97013184de32739b176ea0e44b
MD5 462d74d2863e874c3719e9fb2828d39e
BLAKE2b-256 60d7dadfd95d14472e9916d66abe243e2da645a9b4518fc24d76623a5b030c9b

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 41a833f9b3cf357a0d276d2eb48855e7f958caea4c2b075dd886c5e998f57908
MD5 6326ef1d85e6277851957751cc7a9093
BLAKE2b-256 1e4bcc5da5eb4fc91abb5335f1700f1b268de94413ebde6abf050e7140ad73e8

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a9da162373ce1088160ce6642bf67bc676b7fdd11889bd8c18bb5faff67e14f6
MD5 353dd9db24cbcde7432bd1ce0a8bddff
BLAKE2b-256 1bde7184078094b5d9db71f38e6101a8ac5d8a261fec595d45368fcd672bea84

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: imgui-1.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 891.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 49e631848db33bba2183702b1c53a71e9786d45140b007aeff36b06670dc69eb
MD5 acf74abc6611586debcdda94ceaddd87
BLAKE2b-256 9d31d4d5938df02ee16500e3e3b095781d5663cb88d4fb072dcdcc858ac41d2c

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f80f2782a4f1aed5043ca24bf6e32f3b1153c688f1e2be5b76f01b83dd98d439
MD5 c147e27c7b756be18334993173640a21
BLAKE2b-256 8414c1b5175930d7292a29bb96f50b528f032dfab5605f729e4a6e2f64e1b70b

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.1.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0c00a58a49b66392f2a5c13fee219eed23696bfe8e86861677d4b1fb630e388d
MD5 e8d121e7f1e2915b7d277462e1bc3c75
BLAKE2b-256 2d998f6612b3f64baab7d504fa8db2dd7166c0c5b1b6c75c0a9d05b7a8763389

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 22b70a349207218edb66b01502989f94efbdf6ea26bdb5a007e1be50643cc95f
MD5 b82e588ce02b8408c59cfa856eae898b
BLAKE2b-256 55b8d73729a4345473b99bb4031eaec2850cf56b599d1caafb673a2086b0db48

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 985b3935846af35abc047869d5ac7469d65008687e2f0eb4d65b40fecf089b86
MD5 40cb3a9aafe4b0a08b9f7479a8abb854
BLAKE2b-256 1b6068b3bca46510021f98686e6dba098d7be35fba516828470b90fe03e5ada9

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: imgui-1.1.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 890.5 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 514c7346dbb4a5af056c8d61bd434e86be3ce5558235437b57bf66adc10b1dde
MD5 46eb47908fb57379e35a8f34597c41c6
BLAKE2b-256 5d4e15f37f8907bad1ef67429e7338e251c918058addbcb003f0bb322f592204

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 442d00d46f5f3304dd5f5e048b44c2d764c85d293ba7817facf90b1528c75d23
MD5 d9cf7a53e9f48b1763e12a0de42560e0
BLAKE2b-256 6f4d06f0aebeba0917e717bc7b51ff21d2bf695394ea6bd6dd5ef37bfbd4eebf

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.1.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cc31feb2b8e9b06e35495ebcd346f4f68cb9d0c4acd8a34d19356b2e8b5ac4fc
MD5 c6f203419366302b91e60cd5e89c5f67
BLAKE2b-256 9e0fffd355bed86cf7cc6ced7029c4a9709043334d9c85c2b5a6813b1485d1e6

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp35-cp35m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp35-cp35m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1027be7f1f94a28f271753c86efb96ad60e5c727444acd22d597b316a5cc3457
MD5 5d1887b6dd43a30ee7eb87019a38afa8
BLAKE2b-256 23e373ca8569cea056230766c82d88fc15fb3b1499bab56691eaaa16e30644b1

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 986.4 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 b42df71feb1c368b0c73ec62cde28a2d95f427a1b3090f33a1e364fc1c24656f
MD5 d09f2856cd4a4a4250fa6a8cd0805a59
BLAKE2b-256 4ac1b745cf6461dd8de3b6ef903073ccb447c6e844e12ac96fac1e5039053681

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp34-cp34m-win32.whl.

File metadata

  • Download URL: imgui-1.1.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 888.0 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 064be86025ba6b71e203cb4651053e0f18a02a88cabb1ea13294ea16257b27ea
MD5 3680f99de1537eda128459d18c364fc1
BLAKE2b-256 aa3470c7a0dfc789ef7ec6d8ae127c95371124a374ecfbd6ce7e4ae5b1426f27

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f405921a3fd9ef07b792f4118d24c8db658d14e53c8d6866cec12d17c87f3303
MD5 cd7bac0c140f36b649ad383c3b5aecb0
BLAKE2b-256 b8f6a150486ec1635a3ff094b7b2ae013fa77b23a56db55babc16d4d4e081a92

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.1.0-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c9a3870484e8c6f04186667013b01b40d46c787bac801c188d0eb6bfced4b56c
MD5 b94197c7f5cb3a82518cf644506ca823
BLAKE2b-256 04481c4cad7418c9dac67ef4e5ee5b4d4d9a743a0017cf1e01d24b3de3f7a4b1

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp33-cp33m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp33-cp33m-win_amd64.whl
  • Upload date:
  • Size: 987.9 kB
  • Tags: CPython 3.3m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 0399ca3435d97327f5f5f846de6c895551ea41f891686e93a624aeced24029a9
MD5 02a0143d555795d71efafd404eecb94b
BLAKE2b-256 c0507b7eb0f8429afa487d222cf3256713465e418925e5444c39583b22e99c17

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp33-cp33m-win32.whl.

File metadata

  • Download URL: imgui-1.1.0-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 890.0 kB
  • Tags: CPython 3.3m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 847d935d7f03c879836cb513f701a247ae6ff70330bc0a8a9a3ee17a098420cb
MD5 9ebc52ded11cce6a06060cabeda84f3c
BLAKE2b-256 40d40f4de647b5d38c57e3f9e1202a497c6df88c67df5f5605987d72e5643335

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c6fa478b3ea91163ed4bfaab4e4e682cc2a8c631b177be122957860e1ab51c37
MD5 d0934514c463ab2778c21802d3c6fff3
BLAKE2b-256 9244314d9d742d7d0e15b5a225d62ae45ede568a2980498a1cebaf6edc75dcbb

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.1.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f011801a5be3256b54e001889898368b0b6fc1d54f8df1a11947cfc5701b95d8
MD5 73bbdfdf7f970bdd7c9934945ae429a2
BLAKE2b-256 da9e4b19f64514b6d88ef3c0cb9d92df14ce58be45febdd83138095d03780587

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 986.1 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 d13c59caed00a3c4aabdceb8b4653e26c911f1bc909d4dfdc3fad35319ebfc01
MD5 214e6f0fd918e2c2b0af493024dadd18
BLAKE2b-256 a2dbeda6de8e6901ba3159ae544450302f1d984a91c3f27539083b96c9820b0d

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: imgui-1.1.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 881.2 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 248d6306e02ae9ee99c35ac9c023873845aba94127cfd6dbf5cb3040fc97038f
MD5 cef11cf3e05a1854229f80401e2804d7
BLAKE2b-256 272a607dcd9c80c0d1d976be3f01b25b2b3d7748a47514e522e79c712f278ff9

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ea426563e8a12abdf4e65a83e4612937b1a235c5d7ef556e2db4abcb885d3d99
MD5 685a114c0e3527daa41f56d307d0a0b3
BLAKE2b-256 5f1e7c61f67d775f120a9606f47982c2a9ca663710d245fc6851ebdd9fe5cbe7

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.1.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 19c8bd63d333fc4f46020502bcc5235770c5f099efa8419ed12a8d5f78bd66d9
MD5 83813eeb9d9921ef80198b0ca54c7632
BLAKE2b-256 7d3caa1608f45b565621c6cc8399cf5dbbc3a97748d4f77fafd32dade8b86af6

See more details on using hashes here.

File details

Details for the file imgui-1.1.0-cp27-cp27m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.1.0-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8

File hashes

Hashes for imgui-1.1.0-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d21f358271473c70fbb3fd476ba01c3996e930944bb54e0591f2c40a7a237122
MD5 0dc8f4688eec3717de09118f4158896f
BLAKE2b-256 f79af7e62b4f1c1f4600a11146b1d7a5788326d10701e4f815b3e962292e4661

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page