I have developed an open-source user interface framework based on UserArea.
-
Dear Community,
I have been using c4d UserArea for a while and have always wanted to write a library to encapsulate UserArea for better usability by users. So I created this module called ualib .
The plugin ui in this following image is created using ualib.
ualib is a user interface framework based on the C4D GeUserArea module, which allows for the convenient creation of various UI controls that are typically difficult to create within C4D. It's a bit like PyQt, but simpler. You can create and replicate interfaces quickly and easily.This is GitHub link. https://github.com/JACKADUX/c4d-ualib/wiki
Please feel free to download and use it. I will continue to optimize and improve this library. If you have any questions, please feel free to contact me or leave a comment.Cheers,
-
Hello @JACK0319,
Thank you for reaching out to us and for your contribution to the community!
Cheers,
Maxime. -
@JACK0319 Great work !
I have been using
ualib
for some plugins and worked very well for whatever a beginner or experienced programmer , It's definitely worth trying it -
-