Releases: nurpax/slimgui
Releases · nurpax/slimgui
v0.1.0
v0.0.9
- Add ImPlot bindings (WIP!)
- Change import structure from
import slimgui as imgui
tofrom slimgui import imgui
. This is to make it possible to haveimgui
andimplot
modules co-exist.
Full Changelog: v0.0.8...v0.0.9
v0.0.8
- 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
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1-post1
Update pyproject.toml