Hi,
I was looking at a distance at this library waiting for it to stabilize and it looks like it is now ready but while trying to wrap my minds around the new constructs I came to a stupid qestion:
How would you use actors with observers ?
My idea was to have abunch of actors notified using an observer but the observe will call an update method on the object given which is a proxy in this case.
Here is my test file:
https://gist.github.com/schmurfy/d3ba8cdbc4c1f943cdb2I ended up using a block passed to add_observer but it feels wrong...
Now that the internals seems to have stabilized (as far as I can tell) it would be nice to have some examples, the examples folders is not that helpful currently.