Pygame support

asked 2019-10-20 17:34:56 +0300

sasharp gravatar image

Does it possible to import and run Pygame from Qt? Pygame is an open source python library for game development supports several OSs including Android.

edit retag flag offensive close delete

Comments

Interesting!

potski ( 2019-10-20 20:29:33 +0300 )edit

Isn't Pygame basically Python bindings for SDL with some game related frameworks on top ?

Standalone it should work as long as the Sailfish OS SDL version is good enough and can talk to Wayland.

As for using Pygame from Qt - I'm not sure how that should work ? A Pygame controlled surface in an otherwise QtQuick application ?

MartinK ( 2019-10-21 21:35:22 +0300 )edit