Concept of GUI's - Centralized or decentralized
Posted
by wvd
on Stack Overflow
See other posts from Stack Overflow
or by wvd
Published on 2010-04-09T11:07:47Z
Indexed on
2010/04/09
11:23 UTC
Read the original article
Hit count: 337
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
© Stack Overflow or respective owner