Skip to content

Releases: nurpax/slimgui

v0.1.0

04 Apr 20:19
6210eb6
Compare
Choose a tag to compare
  • Almost complete ImPlot bindings.

Full Changelog: v0.0.9...v0.1.0

v0.0.9

01 Apr 20:19
Compare
Choose a tag to compare
  • Add ImPlot bindings (WIP!)
  • Change import structure from import slimgui as imgui to from slimgui import imgui. This is to make it possible to have imgui and implot modules co-exist.

Full Changelog: v0.0.8...v0.0.9

v0.0.8

28 Mar 10:10
Compare
Choose a tag to compare
  • Disable nanobind leak prints by default. Use slimgui.set_nanobind_leak_warnings(True) to enable them.
  • A bunch of missing imgui funcs have been added. Too numerous to list here, check the github diff below.
  • Build a release build instead of debug (whoah! 😄) for a nice 2x perf boost. Previous versions were accidentally built for Debug.
  • Add support for mouse visilibity and shape in the glfw backend.
  • Drop any functions that were marked as obsoleted in Dear ImGui 1.91.9.

Full Changelog: v0.0.7...v0.0.8

v0.0.7

21 Mar 19:51
Compare
Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7

v0.0.6

17 Mar 08:06
Compare
Choose a tag to compare
  • Upgrade to imgui 1.91.9
  • Add a lot of doc strings

v0.0.5

12 Mar 09:56
Compare
Choose a tag to compare
Add GlfwRenderer.mouse_wheel_multiplier and pass it through as needed

v0.0.4

11 Mar 14:09
Compare
Choose a tag to compare
this will be v0.0.4

v0.0.3

10 Mar 21:15
Compare
Choose a tag to compare
Add input_int2-4, update demo window

v0.0.2

10 Mar 08:38
3cb55c4
Compare
Choose a tag to compare
version 0.0.2

v0.0.1-post1

30 Apr 22:01
37f8511
Compare
Choose a tag to compare
v0.0.1-post1 Pre-release
Pre-release
Update pyproject.toml