Discussion:
I would like to embed cocos2d as a widget into PyQt/PySide, how ?
Phoniex Hao
2015-01-28 09:01:34 UTC
Permalink
I'm writting a simulator of traffic under Python 3.4 + PyQt/PySide.

I need a 2d engine for show the traffic flow. There is only cocos2d
supports Python 3.4.

I have find a module for embed pyglet into PySide as a widget.
https://github.com/ColinDuquesnoy/QPygletWidget
But it just works under Python 2.7.

Help !!

Thanks any way.
--
You received this message because you are subscribed to the Google Groups "cocos2d discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cocos-discuss+***@googlegroups.com.
To post to this group, send email to cocos-***@googlegroups.com.
Visit this group at http://groups.google.com/group/cocos-discuss.
For more options, visit https://groups.google.com/d/optout.
claudio canepa
2015-01-28 18:05:52 UTC
Permalink
Post by Phoniex Hao
I'm writting a simulator of traffic under Python 3.4 + PyQt/PySide.
I need a 2d engine for show the traffic flow. There is only cocos2d
supports Python 3.4.
I have find a module for embed pyglet into PySide as a widget.
https://github.com/ColinDuquesnoy/QPygletWidget
But it just works under Python 2.7.
It is a 100 lines script. Why not convert to python3 ?
--
You received this message because you are subscribed to the Google Groups "cocos2d discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cocos-discuss+***@googlegroups.com.
To post to this group, send email to cocos-***@googlegroups.com.
Visit this group at http://groups.google.com/group/cocos-discuss.
For more options, visit https://groups.google.com/d/optout.
Loading...