Noob question about rendering in a GUI

Hi,
I started to play with cocos2d-x framework, sorry for noob question but is it possible to render a scene directly in a GUI editor developed in Qt or Windows Forms or WPF? I would like to learn this amazing framework by developing in C++ a simple GUI (better in Qt for cross-platform support) editor where I can render directly a scene and use WYSIWYG paradigm.

Thx a lot :slight_smile:

well if you working with the stable version 2 + , there bean i know few attempts
see this :
http://www.cocos2d-x.org/boards/6/topics/8043
but if you working with the pre alpha 3
version i know there is Qt test files there , try it and tell us what you think . i havenโ€™t try it it .
im waiting for stable version ,

Thx for the tips,
if in the stable version 3.0 Qt will be supported, it will be great :slight_smile: anyway, I will try both ways