v0.2 #66
Pinned
brenocq
announced in
Announcements
v0.2
#66
Replies: 3 comments 1 reply
-
Update to v0.2 on my side, working great ! Thanks ! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear ImGui Bundle now publishes Python bindings for v0.2. |
Beta Was this translation helpful? Give feedback.
1 reply
-
FYI, I converted implot_demo.cpp to implot_demo.py, and it works quite well (inside Imgui Bundle) As you can see from the screenshot below, there is an added bonus in the python demo, which is that it can separately display the code of each demo. ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
After nearly two months of work, I’m excited to release ImPlot3D v0.2 🎉! This update brings new APIs, better interactions, and many bug fixes, all thanks to the incredible contributions and feedback from the community.
A huge thank you to everyone who helped shape this release! Special thanks to:
Invert
andNoMenus
).IMGUI_DISABLE_OBSOLETE_FUNCTIONS
.🚀 Features
GitHub CI script for Linux/MacOS/Windows by @floooh in Add a github-ci script to test compilation on Linux, macOS and Windows #8
Custom value range for colormaps by @brenocq in Custom value range for colormaps #12 (feature request from @HeresJ0nny)
Online demo by @pthom (discussion Hosted online demo #25)
Plane context menu by @brenocq in Plane context menu #29 (feedback from @epezent in High-Level Feedback #24)
ImPlot3DAxisFlags_Invert
andImPlot3DFlags_NoMenus
flags by @Poooel in Add missing features from ImPlot #40Bindings to other languages
Box scaling (custom aspect ratios) by @brenocq in Box scaling (custom aspect ratios) #46 (feedback from @epezent in High-Level Feedback #24)
🐛 Bug fixes | 🛠️ Chores
IMGUI_DISABLE_OBSOLETE_FUNCTIONS
by @bratpilz in Fix compatability with IMGUI_DISABLE_OBSOLETE_FUNCTIONS #42ImGuiColorEditFlags_AlphaPreview
disappearing after imgui 19173 by @sonoro1234 in ImGuiColorEditFlags_AlphaPreview disappearing after imgui 19173 #64🎉 New Contributors
Full Changelog: v0.1...v0.2
This discussion was created from the release v0.2.
Beta Was this translation helpful? Give feedback.
All reactions