pthom / imgui_bundle

Dear ImGui Bundle: an extensive set of Ready-to-use widgets and libraries, based on ImGui. Start your first app in 5 lines of code, or less. Whether you prefer Python or C++, this pack has your back!
https://pthom.github.io/imgui_bundle/
MIT License
590 stars 62 forks source link

implot.get_style().colors is not available #221

Closed dcnieho closed 2 weeks ago

dcnieho commented 3 weeks ago

the colors array in implot.Style is not wrapped, so for instance implot.get_style().colors is not available. I suppose this is the same issue as for imgui.get_style().colors, which you wrapped with two functions, color_() and sel_color_(). Could you make this available for the implot colors as well?

pthom commented 3 weeks ago

Done in https://github.com/pthom/imgui_bundle/commit/0fddd50209f2ba6053789d8d12856717fafa2025

PS: I just answered your email

dcnieho commented 3 weeks ago

Thanks! I left a comment on the commit (seems a doc was lost) and will test the wheels later tonight