-
Notifications
You must be signed in to change notification settings - Fork 0
Unified GUI? #11
Copy link
Copy link
Open
Labels
code improvementSuggestion for code changes that may enhance librarySuggestion for code changes that may enhance library
Description
Metadata
Metadata
Assignees
Labels
code improvementSuggestion for code changes that may enhance librarySuggestion for code changes that may enhance library
While the idea of
DecorUIandRawUI(or whatever it is called) separation is nice, looking at how other libs do the GUI thingie makes me think that it could be beneficial to do just one UI item that has overwrite'able field.On example:
Obviously this kinda makes it harder to do custom things like e.g. colouring the Rect, but this could be solved by multiple procs with different arguments.
Nimfire ofc has now converters, but imo this simplifies the process more and keeps it better standard code-wise.