|
|
|
|
|
by rtpg
2618 days ago
|
|
I think that React is like 90% of the way there and you would just need to mess around with the VDOM a bit for this. To be honest, given that web render output is a tree instead of flat "render to screen" stuff, writing a nice immediate mode GUI is not obvious. If you're... very clever you could take React and the State stuff, at least conceptually, and get what you want here. |
|