Forum Discussion
EnTerr
9 years agoRoku Guru
"tutash" wrote:
It's not an objection, really, but a requirement that I have no XML-based components, and that it remain scene graph based.
one of the realizations you will have going along with RSG is that it uses a somewhat brain-dead "binding by name" in different parts - fr example for event handlers instead of passing function by reference, have to pass the name of a global function. Ditto here - can't give instance, have to give "class" name.
PS. a few months ago i was working on a framework to get away with the XML "mandate" and that is feasible, abeit at the cost of heroic (for the library) contortions