There have been a couple of Clay_C inspired packages recently. This is to some degree is another one but really it’s an architecture for UI libraries that enables relatively readable and reusable code. It breaks down the problem of describing a UI into a pipeline from data/semantics to pixels while making it easy to map user events back up from pixels to semantics.
There is a package with lots of examples. Some serve as tests so aren’t very readable. I recommend example 6 and up since they represent the kind of code you would actually write when implementing your own app/component.
To run the examples you first need to install my package manager and add using Kip to your startup.jl file, which is a pain I know. I’m sharing this more as an idea rather than as something you would use directly.
Let me know where my explanation in the Readme falls short. I’ve been thinking about UI architecture for about 10 years now without talking to many people about it so it’s hard for me to know where to begin to explain it. It might be very easy to understand or it might be very hard. I have no idea.