Concept of GUI's - Centralized or decentralized
- by wvd
Hello all,
Since a few months I've been learning Erlang, and now it was time to do some basic GUI.
After some quick research I saw there was an interesting library called 'wxi' (based on Fudgets of Haskell) which uses a different approach on GUI's. No central loop, every widget processes it's own events and handles it's own data.
What do you guys think about this? It looks like it kind of can be efficient in languages such as Erlang, and it's an interesting approach.
William van Doorn