--
--
http://groups.google.com/group/realxtend-dev
http://wiki.realxtend.org
http://dev.realxtend.org
---
You received this message because you are subscribed to the Google Groups "realXtend-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to realxtend-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I would not say AngelScript is no-go with Qt, but implementing Qt signal-slot support will be quite some amount of work, and it's on hold due to limited manpower. It would require a similar middle-man implementation as the QScriptEngine does. Using a more straightforward signal-slot library has the potential to make the integration easier, but wiring arbitrary C++ signals to call arbitrary script functions will always be somewhat involved.
- Lasse