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.2.0.tar.gz (830.2 kB view details)

Uploaded Source

Built Distributions

imgui-1.2.0-cp38-cp38-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

imgui-1.2.0-cp38-cp38-win32.whl (954.0 kB view details)

Uploaded CPython 3.8 Windows x86

imgui-1.2.0-cp38-cp38-manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8

imgui-1.2.0-cp38-cp38-manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.8

imgui-1.2.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.2.0-cp37-cp37m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.7m Windows x86-64

imgui-1.2.0-cp37-cp37m-win32.whl (947.3 kB view details)

Uploaded CPython 3.7m Windows x86

imgui-1.2.0-cp37-cp37m-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m

imgui-1.2.0-cp37-cp37m-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.7m

imgui-1.2.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.2.0-cp36-cp36m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.6m Windows x86-64

imgui-1.2.0-cp36-cp36m-win32.whl (947.6 kB view details)

Uploaded CPython 3.6m Windows x86

imgui-1.2.0-cp36-cp36m-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.6m

imgui-1.2.0-cp36-cp36m-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.6m

imgui-1.2.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.2.0-cp35-cp35m-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.5m Windows x86-64

imgui-1.2.0-cp35-cp35m-win32.whl (946.6 kB view details)

Uploaded CPython 3.5m Windows x86

imgui-1.2.0-cp35-cp35m-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.5m

imgui-1.2.0-cp35-cp35m-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.5m

imgui-1.2.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.2.0-cp34-cp34m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.4m Windows x86-64

imgui-1.2.0-cp34-cp34m-win32.whl (925.9 kB view details)

Uploaded CPython 3.4m Windows x86

imgui-1.2.0-cp33-cp33m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.3m Windows x86-64

imgui-1.2.0-cp33-cp33m-win32.whl (928.0 kB view details)

Uploaded CPython 3.3m Windows x86

imgui-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 2.7mu

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

Uploaded CPython 2.7mu

imgui-1.2.0-cp27-cp27m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 2.7m Windows x86-64

imgui-1.2.0-cp27-cp27m-win32.whl (918.8 kB view details)

Uploaded CPython 2.7m Windows x86

imgui-1.2.0-cp27-cp27m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 2.7m

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

Uploaded CPython 2.7m

imgui-1.2.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.2.0.tar.gz.

File metadata

  • Download URL: imgui-1.2.0.tar.gz
  • Upload date:
  • Size: 830.2 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.2.0.tar.gz
Algorithm Hash digest
SHA256 b9ab6289a94399b82df83be7256662e9e679a3ab04159f051c1314688b0dbea4
MD5 49449b30fac5d116e5bd43a2d5b07063
BLAKE2b-256 0a4dd12c6d433d8bfce891f4333d5de8730b6ba8697e45fa5fe1731baa181051

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.1 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.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 185575b02d2faab405573774ca5c8f52fec98771fc95f25aa6c7520be05a8c85
MD5 2489ff707fba9e126963448befb53059
BLAKE2b-256 5434a64fc9bb14cb843c9c6397581f21ca8dafa4f295aec6fb0f498abaa4b4b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 954.0 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.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 63482f5cd71be0272f75da088bb1a57f0011d839d942cce7164875785c90074c
MD5 3b78e400b79d276caf7b4d9cc1974847
BLAKE2b-256 6aa04571519d66d7fa5568c7dfc75bf398fdedb786e2635d05aed6c2e98836ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.9 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.2.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5db960fad3dfc21960c98ace3be7dab8324cae549c9a26e771c2568763970b60
MD5 b01cb62847b8bf2454498f259226b9c3
BLAKE2b-256 e7ea0ce89e3ac860afaa0e5d834522353e61de4804e70259a37e70bdf7ae27c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 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.2.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d54472609b06c06ed4e011ab132d745d1bce0e23d74d7d36a0c763bdbe4a4915
MD5 4120f87abb1fa00371f81ad590aba4c5
BLAKE2b-256 e9358d26d86b53ba71581e861d3a19af90881e94d95c081df106a69b4af34903

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.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.2.0-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b826d66c856ad23c2d29b2fc95957d20169b2de4ace4f0305e18a98e066b57e6
MD5 e7822f56d4c0bc665c8e7fb0c0443c0d
BLAKE2b-256 dd59d4e98c5a3e7da464f5705aa0667e753ad51aca3c518c5194c9b72d455396

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.1 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.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 97d20300d883cda1b4b803df2832b2ddab6d6dbe2c2648861834c13aa9888648
MD5 e6d961ed55dfba0d63d0dc9cbd93f379
BLAKE2b-256 b00176d12808920b4080181bcc19e86f7615a0849ad7d282f20280a3d4d6ce35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 947.3 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.2.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 67be82aef604ebff934a962e7b9bcbb361ef840c5fecf817923ab0bddda073b7
MD5 fd6edd88d3ade6926d47bbaee3a7e128
BLAKE2b-256 fff0056c4af087d6b6fbf8f009d43fcd1d7f4300877bafec6fd38806bc9dc0a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.8 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.2.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 896701b428c1990cfe08865a4355df03c17f5696aa45c24a2af5bebf3a4af5b6
MD5 6ed4ea2d9f8911847a17951f20fbf6df
BLAKE2b-256 cf79d8f2c407d7c29321f20e6e802f3b1bf482c4dee1114ed9853dabc4449f42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 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.2.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a4b4ceea5a9dd0b9c80f5fb399441b3ec42cb9ceb4cd605098f386cb1a23a9b4
MD5 a1b241bb0d70dbd684426670e1e6cb87
BLAKE2b-256 22cb701f6e3da6fde4000b248a2bdc617db05b8af7a20b5e661b5f6b76b8f7db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.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.2.0-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6f0413e9be8105e85f55b933c851e16afb155784fc5f9d2cd4c8d8a44ba75c42
MD5 c6e6071a5fa1e09ac252b6b1fcd26f32
BLAKE2b-256 8ad6b76c66d72d431b01c9212ae79bd1b40927c437fe05219430f2925ec20c06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.1 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.2.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 34f8fc19868b1fec60608e270d9a98d9bebbb86de454d40174c59038ce2cff17
MD5 8ad74512ac13825c75af46c30c9a1976
BLAKE2b-256 e9b4119661932b3cda40dc69380faf59a7d8e7916a55a59f58253d3471a27c5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 947.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.2.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c8558e5256f5563b5476040eedef7cb5adb0e11652d7a3fe34a240aff8279a81
MD5 962fcf6513c5275ca5032a7d4107558b
BLAKE2b-256 d5c1c54e98aabfdb24697f5c995678143c001a98604641c59aed0beeea29f417

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.8 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.2.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9c44353083f7386964caa86aacea533d4f7acc1a185b53f670cd530f6e674091
MD5 175a45f79a9efb204505f00dd7d7d8f4
BLAKE2b-256 4c8e7478b63988e017c5f2a0d5565515a7663f6e9accb92afbb8452ddeffc17e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 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.2.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8ec89e72dc16a9b52b85c10e19bfae9328807ac393d2a2bae834c74311bd6008
MD5 f1ec9199d392ffd89458f733a3e1f633
BLAKE2b-256 111023ee0929cfb043d2338776d8a39ef56aa52e268208958fc6fc4be8908cb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.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.2.0-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 877a58c5c508312da30a3aa82f0168f70fa0c574fcc6b4008ae7690fbe798cde
MD5 36c815f4e674afab85b25a28bf7d4df5
BLAKE2b-256 dae5720b4d0544c9f480aad58d1df146410393e8643fdb749be9d9d558812773

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.1 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.2.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 ab93ce6f68cd445dd53b1b4c8bec16efa387ea45b9f526c0850708f5c31d5c55
MD5 06283373d37f605ed9cede21adc10062
BLAKE2b-256 f3022a5070b197d961070540c0d2d6fa8457c5f8ddf0c16c7eff9b05945e3824

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 946.6 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.2.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 fef02dd807541f65c38eaca4c1fbfb50942b906a92250571dae66b15ed5b7d0c
MD5 2107dfbe60f718322da9cb814353ef55
BLAKE2b-256 1a31c34ccc47b1670e13a31ba5ead0325cb91dca45000b9d1654f95330aaff2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.8 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.2.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9de1394dd7f2cbae53b4e37540e7aa87b76140c996e677ef37cadd7661d41bda
MD5 2677e03e5c2017785f049ad85edc2f8e
BLAKE2b-256 61ee3dd7c121d8757293f11c2e8da5ac3e78e15f026773abc23b1aa490b7582e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 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.2.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b369cfe810f007855e89b89680e81621f4957e7f9aa329df6788bc80937c19ed
MD5 8dd4cd6d7b7e9564137a1071b075fee7
BLAKE2b-256 78c494826942e1c81f1e539da40a0c8045369e1e1cf7ee54d11d1cab98cca187

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.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.2.0-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 086af460f0ad377938ff8dccaa428961b0c77c7a044e3a3ffd02d3402525afd8
MD5 26090de0f80ec65f92039e2f2cf509fa
BLAKE2b-256 af89609b4fb1de227abf1e718051ffe99c4431f32cb8635839eeb0d853581d21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • 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.2.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 532de2408ff99fa14d86c8148974f59e67e6a8f4062769809b2ccf90345f230d
MD5 9929917de93d3befa35d8fdd536f0992
BLAKE2b-256 7a5bf935db88eda1960d528d1ffc7e1a402e9c4d5e8bc006e6ecc171fa756fc7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 925.9 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.2.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 291a7d16acc7aa9412a74ac0352f9ae0f6c3eaae1eb85545278f410dbce84027
MD5 faa5597b14959fddc8e6d30eaae83f3a
BLAKE2b-256 f2e727251b3c705ac3fdc646fe6a8105bece12b28c18c89b92fd1a8a37d1895b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp33-cp33m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • 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.2.0-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 f5a3a05e2e19f89bbf8eacf4ca427be759967632b0f42471097c1b6ad862bd64
MD5 eb906f31495918d82b355f5829ac90ff
BLAKE2b-256 2a333c7d30bf7df40f5cbf7c4f30825d2cd4958fe6ab01b5039ded3153bd40b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 928.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.2.0-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 9d59fef303e599bd258205a02032dd9ecfe01ec2811f7a526c689b38b0b7836b
MD5 7227e4a624edbb51eafed17089adbb14
BLAKE2b-256 715214a6674565a1411bb934f7dc78482b4415b8cab5bcb1c585466b5acc63cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 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.2.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cc74d9b833bf45d06dafad88934d6f46bd9416e27c77a95c4751b156ee5e915c
MD5 ebc80c441782bd7a5031bf03f4e5a9cb
BLAKE2b-256 b98c2285b27768510231faece4dd9214ffabc6b6119abcd5a40e16cb6d4abcee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.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.2.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 52c41500add90b9c84986e75da6cd30292505480cd4c5943e19cb798cc579480
MD5 a282f4194d62d5f500491d87c6f45d3f
BLAKE2b-256 717bee82f8d5a055c17fdf044ec58e4b0173fbb209274dbae49f1bf6e67d22d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • 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.2.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 4e85b84023ed647a77908799b732d9d89c16512b6ac5c3983752f95362a86821
MD5 7964313453303f51b4497215238a5444
BLAKE2b-256 e9632220ca6f5f17c138ee14a3e92d0fe41b3ba8d2e90831d8e3cff00443712b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 918.8 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.2.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f538e0655eeaf1366dd5da0b81ee5b197839aea6fc25b38b7d3b9bed0420b627
MD5 1c988afa711b89aef76ef003c6da1c28
BLAKE2b-256 690c684eb31f4b21f8af084050af64761c52bd638609b6fd2921effdaf3b3e78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 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.2.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1e6c3870b9dfd4a3849ea0f2bf65a9bcf4570f7361f42d338536d87bba2143ff
MD5 324c84a057395f9786ea8e908bdac14c
BLAKE2b-256 70a260fe23b1ba857a4da5d4c6bfa7b837e1a8d0843362b19332422d1341fff3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.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.2.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 aa52076ac7fd862376b1af0ece1427ae1567604a054deec04237c8cf758772cb
MD5 77e7106dc33b7bbaf9e3a86f663abdb6
BLAKE2b-256 c9db8856297e69dd07a25c1564e24a73d80c948dd57c7ac27bae3f4dd0655319

See more details on using hashes here.

File details

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

File metadata

  • Download URL: imgui-1.2.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.2.0-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 31c3ba5ed11d6a1b978dd43b6398f3fd46bc2079a6fce0c8adbb37e68c41d407
MD5 2047b88d8869ffc8a70c07ebb01ab781
BLAKE2b-256 63b82ba12403eba530ca7045579249392a1d077e672228b69500b0d88734cb94

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