Version 1.3 #1542
hoffstadt
announced in
Announcement
Version 1.3
#1542
Replies: 1 comment 1 reply
-
How do I run the "Asset Viewer" demo highlighted in video above ... I did not see any python code in new release ... Too curious to try ;) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Small release but bumping the minor version. Updates on renderer are at the bottom.
News
Changelog
Features
set_clipboard_text(...)
Expose imguiGetClipboardText
andSetClipboardText
functions #1531get_clipboard_text(...)
Expose imguiGetClipboardText
andSetClipboardText
functions #1531user_data
arg toset_resize_callback(...)
Add user_data argument to four event handlers #1537user_data
arg toset_viewport_resize_callback(...)
Add user_data argument to four event handlers #1537user_data
arg toset_frame_callback(...)
Add user_data argument to four event handlers #1537user_data
arg toset_exit_callback(...)
Add user_data argument to four event handlers #1537user_data
arg tocapture_next_item(...)
Add user_data argument to four event handlers #1537Fixes
Renderer Updates
We have been working on creating a GLTF file importer for the 3D renderer. It is mostly complete. While doing so, we wrote a small renderer (Windows only) to test some of the features. Since we do not plan on just dumping the entire 3D engine into DPG at once but instead in small pieces (as we settle on parts of the API), we are considering starting this by adding a small "asset viewer" like widget early to DPG. It would just allow users to import a GLTF file (other formats to follow) and view the model. Includes PBR, animations, IBL, skinning, morphing, clearcoat, etc. It would be a very high level widget so we can continue working on the engine without changing the API. Video below:
mvImporter.Sandbox.2022-01-15.09-19-10.mp4
New Contributors
Thank you!
Dear PyGui development is currently funded by a handful of gracious sponsors and we would like to thank them tremendously. We wouldn't be here with out you guys.
Thank you for supporting us.
If you or your company uses Dear PyGui, please consider supporting us! We need it now more than ever.
This discussion was created from the release Version 1.3.
Beta Was this translation helpful? Give feedback.
All reactions