Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.1.0 source code.tar.gz | 2019-11-22 | 105.2 kB | |
1.1.0 source code.zip | 2019-11-22 | 162.3 kB | |
README.md | 2019-11-22 | 778 Bytes | |
Totals: 3 Items | 268.2 kB | 0 |
New features:
- Python3.8 compatible release (PR [#133], refs [#132])
- New
set_window_size()
function () - New
colored()
context manager analogous tostyled()
(PR [#129]) - New
push_id()
andpop_id()
functions (PR [#123] thanks to @KeyMaster-) - Multiple new drawing functions for circles, rects, polylines, text, images (PR [#131] thanks to @potocpav)
- Gettable/settable
GuiStyle
colors (PR [#127] thanks to @aforren1) - Drag and drop functionality (PR [#130] thanks to @branpk)
Fixes: - Fixed window resizing for pygame backend (refs [#128]) - Fixed check for style variables (#119 thanks to @ifyoulike) - Updated docs for context creation (refs [#122])
To install this version with pip use following command:
pip install imgui==1.1.0