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

pyimgui is a Cython-based binding for the amazing dear imgui C++ library - a Bloat-free Immediate Mode Graphical User Interface.

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 instal 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]

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

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 bootstraping 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.0.0a2.tar.gz (804.0 kB view details)

Uploaded Source

Built Distributions

imgui-1.0.0a2-cp37-cp37m-win_amd64.whl (949.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

imgui-1.0.0a2-cp37-cp37m-win32.whl (843.5 kB view details)

Uploaded CPython 3.7m Windows x86

imgui-1.0.0a2-cp37-cp37m-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7m

imgui-1.0.0a2-cp37-cp37m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.7m

imgui-1.0.0a2-cp37-cp37m-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

imgui-1.0.0a2-cp36-cp36m-win_amd64.whl (949.8 kB view details)

Uploaded CPython 3.6m Windows x86-64

imgui-1.0.0a2-cp36-cp36m-win32.whl (843.6 kB view details)

Uploaded CPython 3.6m Windows x86

imgui-1.0.0a2-cp36-cp36m-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.6m

imgui-1.0.0a2-cp36-cp36m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.6m

imgui-1.0.0a2-cp36-cp36m-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.6m macOS 10.13+ x86-64

imgui-1.0.0a2-cp35-cp35m-win_amd64.whl (949.5 kB view details)

Uploaded CPython 3.5m Windows x86-64

imgui-1.0.0a2-cp35-cp35m-win32.whl (842.9 kB view details)

Uploaded CPython 3.5m Windows x86

imgui-1.0.0a2-cp35-cp35m-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.5m

imgui-1.0.0a2-cp35-cp35m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.5m

imgui-1.0.0a2-cp35-cp35m-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.5m macOS 10.13+ x86-64

imgui-1.0.0a2-cp34-cp34m-win_amd64.whl (936.3 kB view details)

Uploaded CPython 3.4m Windows x86-64

imgui-1.0.0a2-cp34-cp34m-win32.whl (841.5 kB view details)

Uploaded CPython 3.4m Windows x86

imgui-1.0.0a2-cp34-cp34m-manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.4m

imgui-1.0.0a2-cp34-cp34m-manylinux1_i686.whl (2.4 MB view details)

Uploaded CPython 3.4m

imgui-1.0.0a2-cp34-cp34m-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.4m macOS 10.13+ x86-64

imgui-1.0.0a2-cp33-cp33m-win_amd64.whl (937.9 kB view details)

Uploaded CPython 3.3m Windows x86-64

imgui-1.0.0a2-cp33-cp33m-win32.whl (843.4 kB view details)

Uploaded CPython 3.3m Windows x86

imgui-1.0.0a2-cp33-cp33m-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.3m macOS 10.13+ x86-64

imgui-1.0.0a2-cp27-cp27mu-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 2.7mu

imgui-1.0.0a2-cp27-cp27mu-manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 2.7mu

imgui-1.0.0a2-cp27-cp27m-win_amd64.whl (935.2 kB view details)

Uploaded CPython 2.7m Windows x86-64

imgui-1.0.0a2-cp27-cp27m-win32.whl (832.5 kB view details)

Uploaded CPython 2.7m Windows x86

imgui-1.0.0a2-cp27-cp27m-manylinux1_x86_64.whl (2.5 MB view details)

Uploaded CPython 2.7m

imgui-1.0.0a2-cp27-cp27m-manylinux1_i686.whl (2.3 MB view details)

Uploaded CPython 2.7m

imgui-1.0.0a2-cp27-cp27m-macosx_10_13_x86_64.whl (1.0 MB view details)

Uploaded CPython 2.7m macOS 10.13+ x86-64

File details

Details for the file imgui-1.0.0a2.tar.gz.

File metadata

  • Download URL: imgui-1.0.0a2.tar.gz
  • Upload date:
  • Size: 804.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2.tar.gz
Algorithm Hash digest
SHA256 de6f764863d78e2803142a30bfacacfea91ad5c0d348b43db21d87d6a0673296
MD5 f417a6ec4cdc175c941315411c6c8807
BLAKE2b-256 6176f822239384a6b7c713601f9a1d06b7c2d986af757db90b9e8762d6fbd9db

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 949.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 07bd3d8e5b1b7207895094750c5fabfb3807ebe9c950187fb4b56075a3a324aa
MD5 8693a37284c29566de8f210d7ddc2df9
BLAKE2b-256 c6bc6c4e6fae423c514660697f2c8423cba70d82b2eee120a56cea5e7243fbff

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp37-cp37m-win32.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 843.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 610dc945c5d213ff7ff53ca5791405c0366a509e06190255ddd953e6f613e479
MD5 337fbd4de2cf6b08ed0432fa455f1d48
BLAKE2b-256 c9755ae06eb836cdc03d123f0b2644e3a54962066ca610468735d7c3485c9364

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b8f393645f507fde19bc6be87653df8467e84daad2f7d52e42bd87f3bcfe150c
MD5 1f0fe01eb24a5f43d4ce4efd6be373ed
BLAKE2b-256 3e8a2ed7d97d6ec60f269735e21a525a4ed526b8a5d17683ae0fd7887a415848

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 59c4c53bc96688f4545f68837acb5a5cab0cc0a0e70fa37e5ef96ffb26431417
MD5 1760adca7d4c9466c27e93a3683c5a5c
BLAKE2b-256 27a89bf3017c6f6319d8443e8d3ad0883fb14ee2845363fb5ea8448ad1582856

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 af91cb8282239d5da5c3b7021e2ba099ddd3fcd241e52d9c3236e3ef8bad5c50
MD5 1915471da36cada6110d127fec7ede04
BLAKE2b-256 bf3de3b7aaf1d895167b3ba99dfcf4aa2e7d103037d8e5a12d0beb8d935c1264

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 949.8 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 56b6000fa9d08947bb263c82ea7ab55b6c5ff366cca527e42d9e58a3a34d5c89
MD5 651a87a5f2a66604d1c4f05558bfac83
BLAKE2b-256 7454bcb52f3bf593da4164db387cc8b3a3e60616c46c744e7da90fc0099ef3a9

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp36-cp36m-win32.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 843.6 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ebfedb1b6f403cff51472007a1e670a66f530214c6cc9eadd2823d76e503c2d7
MD5 9af4c551b2199cadc38d024c928515ab
BLAKE2b-256 c82248f7cb2f7311d48f2800d07ea706bc16c90e0cf643284d40a2b094f47e86

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5b2e21afeceb2fdb4631afc3a35fffff7fd3e38f8c470ad3d2dffc04e42ac70e
MD5 6b8e6d68928a13b2a7535538c5b3fbda
BLAKE2b-256 1eeae6c06a442dee3cc535c3976ae05cee83e8f7cc44894f0337a8c0f93a54ca

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 f27b1a7f8419ef45cfd909d59baa4330c0db76f3e6af62c528bac7ce621fbd35
MD5 0e950e544f3df1fe51f4b828860b2929
BLAKE2b-256 a556a78f5f1111a74fe2a7e1d9d8e5484180caf9dda51f937e17b8b80612956e

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e8745016ed4c03998f348e34a36bd9e1c53179cd8f78c40e43d43c27a1b2031b
MD5 4c6790246bef4f6f3db38c23e5493081
BLAKE2b-256 192d752415e5d2a0cede965e6f1ebf833c2dc81122c8146ef34c1d890ae6c2e0

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 949.5 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 eb7572dfcf4ecbf0617a89598a8edda207bab39cebb602fdc433a3488a336bb1
MD5 81fa21561a7e2ded00ddd026015fc40d
BLAKE2b-256 aa160254af003caa8fd9470f8cead2e4128f9e61f13477ac8a2105dcfe7e4dc9

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp35-cp35m-win32.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 842.9 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 7534217e24acd585e7718d5e3efae670d766b9b5d86a2b53caf6050ef42b8f97
MD5 6396fd051dd59e1511da3d6bc237f759
BLAKE2b-256 d4e48f35f0a38c5abd53145b7dc68580a462886c67973720981ad4650ab086f4

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cc522df871a72b2119de6e093b5af222447ab676bb23d715bb9f576f257265fb
MD5 0a4cdf21c0c45cc71fb388e11a9b0a43
BLAKE2b-256 4399e1d054fadd14b540923ac27df19a186f5e273e0c25bd97d4d282e01957a2

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 45873233f432f0fb56e4fab2be46273509c0463f29abeda94747b5e5a5d38763
MD5 ce089ac10074aaf770960dd1d8de0ec1
BLAKE2b-256 2b4b81e4c2a298e36fa55cae84553191e9f22e1362b54b428d98d5fcf197fbef

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp35-cp35m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp35-cp35m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp35-cp35m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9f9d354d01559d428e48be59ab56449b5c4f54004e736876e420189a18a54ade
MD5 51c9c3e753da858a81738ca0a1e7ff8e
BLAKE2b-256 d9209a7992b35ef3f18f5ed137e31e3d27109beaa54f2acf6fd10859f9707fe0

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 936.3 kB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 19266d014719d86d067bdd6eaba7151a395c3356b8bba48766461ca5464b6806
MD5 87c9cea9dc1b1c4407349b8a5f257008
BLAKE2b-256 ec90a0147f55a613fd16c330de23f2fc2aea39f266d0eb1459108bdd5722e2bb

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp34-cp34m-win32.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 841.5 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 512cec30c90a4338334d7211c7e8dfbc355e2e111ddd715b8dd0de672d591179
MD5 c60d96d1bf491461e726bbb2c7aab3a2
BLAKE2b-256 4c387747ebc45bc6d2706b415094ff0f994d61ec775100e067ccae1a92709cba

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp34-cp34m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp34-cp34m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp34-cp34m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 37d622fca9edacf0a4411d15d30378356863b263c3feba8c76ecd68c90754a70
MD5 0f05c36e65a8214ad551fb174408f863
BLAKE2b-256 7ae6e20c2644c0b4d512d205c019d1b921e8a4b6e4c08f1b72857523add8f531

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp34-cp34m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp34-cp34m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.4m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp34-cp34m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 722652ab481b8405237bf4458923506d898a2d768fbfb78d018561d3a7e69611
MD5 a711957e6454b23839cb6685c2aa425d
BLAKE2b-256 2c4ee57868d591905bdb957dfad37a9cdd95b042defe81a7bf607d40ec3f8074

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp34-cp34m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp34-cp34m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.4m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp34-cp34m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5eaf3ca0248f3d9b35ce265883dbdf4e50447c6499b1a87d4170f0244a580010
MD5 53efbd27f921e7bc4d3d4ca0116781a9
BLAKE2b-256 94b7f99bab5db5d243d96db4344afaccee5f3e468ffcb87070f46af1ea03ae4d

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp33-cp33m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp33-cp33m-win_amd64.whl
  • Upload date:
  • Size: 937.9 kB
  • Tags: CPython 3.3m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 49465b9304b57e9b1154861e2962c446f875788c65401fedc892000a4bfd1cc7
MD5 6cb845ac0e5637952bc33dea0da23dde
BLAKE2b-256 a69e26aec50e8f1b41474f3d1439bfefdde007255441a2eb794a809ac42ab2f8

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp33-cp33m-win32.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 843.4 kB
  • Tags: CPython 3.3m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 d58a547f9c633d143fba68b38f2542a41b7a3723748e2e89c4ddc6fad9b65e17
MD5 592d92a3a885af3e8aecbf213936dcae
BLAKE2b-256 5ceb42902923cd4a95dbcf6460a6f0ae66984b3eed989d0ab78672a680b2c1f5

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp33-cp33m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp33-cp33m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.3m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp33-cp33m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 4a1dbc3578b412e909b80745c40a3bc548ae9b2d6655465b3ad4ef30b15fd698
MD5 bc38e7df6bf345959b06560c867bc06a
BLAKE2b-256 14f47387884802cfc1c38bf79eb19dc4702c2f7b51b4d8c041b96a233eefa00e

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 91f8a3f698ba827a472b1647c17c30ba7a7d91f264733d1b7f193933adc60b96
MD5 9b0280b98a9b12065030ec576d9c9687
BLAKE2b-256 f0b7e39c00670cc83d555b60ad345280864c98c64550900ce2624a0bc3bf4694

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9a35c302415be5ac956a9383296621047c2db12d0572f64b6f9bdfa560bf64b3
MD5 d2efdcf74aa5c7323c0b9652a477dfaa
BLAKE2b-256 3c563c66a7c7f07845f4e67a0fe5e2316bc1e237f3613b721fd9238e59d90bf0

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 935.2 kB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 477acf7fe270d06dd2a8b795a41a7148f3d16494fd70a6bee23f7a97e739aa37
MD5 7dc086fd5953d7e179083052ee318652
BLAKE2b-256 bf9336765bfb6bee2fb6a36b7921f577645cbc0d113b38072e2f8c6908d39c45

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp27-cp27m-win32.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 832.5 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f9e3cdaac358665b446a67e4c186f6edb989d8391507eb591c259f4ed5f85895
MD5 4ad4f70524896b7ecb60da538d59e053
BLAKE2b-256 a1ad25fc5b788db47271c237e14a1c39a7134a59ba993b4c3a5ef3e0ecddec77

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ea1ac007f12caa17ebb86361c4e61b1a247316f403c368c101cac8bd60ab73ac
MD5 4b034cd44a5f94d3701d770454e2c197
BLAKE2b-256 790a8d2dd356041f7a443ef96f6fcf3ab0cd461b36aadcf5053fbd36cc80c180

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1275d837152ba3ed9d943a8f6e21aa553b8d7ae141d1ece4c80419c0b501f575
MD5 cf6d43ddf5f3f14fc6ffa7376287fb1c
BLAKE2b-256 2c89ffd4b39a7ca444435ddcae990d9fe24817ebedb8354ea44b0f5a7838c42c

See more details on using hashes here.

File details

Details for the file imgui-1.0.0a2-cp27-cp27m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.0.0a2-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.0 CPython/2.7.10

File hashes

Hashes for imgui-1.0.0a2-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e883d6b076c7c0c249663d99fa0f57a3616d27794c5405ffc39e61e95a715295
MD5 7c8d13f16529d9ec2c479e165608dc29
BLAKE2b-256 1f02150339088539ce8ede9c04da6132951740671e1136a2f1254bfeafbfea0c

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