Josh Posted March 1, 2023 Share Posted March 1, 2023 I use these for my own programs and they are continually being improved. Go crazy: https://github.com/UltraEngine/Extras/tree/main/Code/C%2B%2B/CustomWidgets These types of things are not built into the default widget set because the behavior of these is not as well-defined as the basic widgets, and different applications may need different features. If the basic widgets are the building blocks, then these are examples of cool things you can make with them. 3 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted March 1, 2023 Share Posted March 1, 2023 Thanks for these. Really interested in the scroll panel. Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
klepto2 Posted August 7, 2023 Share Posted August 7, 2023 Hi, i wanted to use them to build a small control ui. Unfortunatly the Widget system seems to have changed. the Widget::gui is protected and a weak ptr. So the provided Widgets are not working anymore. Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI Link to comment Share on other sites More sharing options...
Josh Posted August 7, 2023 Author Share Posted August 7, 2023 Widget::GetInterface() 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
klepto2 Posted August 7, 2023 Share Posted August 7, 2023 Thanks, i somehow overlooked that ^^ Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI Link to comment Share on other sites More sharing options...
klepto2 Posted August 7, 2023 Share Posted August 7, 2023 Works nice now: 3 1 Quote Windows 10 Pro 64-Bit-Version NVIDIA Geforce 1080 TI Link to comment Share on other sites More sharing options...
Josh Posted November 2, 2023 Author Share Posted November 2, 2023 Flowgraph widget is uploaded. Not the cleanest code but it works nicely: https://github.com/UltraEngine/Extras/tree/main/Code/C%2B%2B/CustomWidgets Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.