Forum Archive

Nearest PC python equivalent to Scene?

sidewinder

Hi all,

I've written some lovely code in Pythonista which uses Scene to display graphics and handle touch interactions. I'd like to port my code to PC/Mac and replace the touches by mouse clicks. I see I can do this with tkinter but it's syntax is very different to Scene. Is there a PC python module whose syntax is close to Scene?

henryiii

PyQT an PySide are great; but still not what I'd call similar. I think they would at least be a starting place to write a PC scene module. (There is custom widget support, but I'm not really familiar with that).

Pygame might work, not that familiar with it.

I think OMZ based scene on a non-python language for learning game programs, if I remember correctly. Which I may not.

Sebastian

How about looking into Kivy, or Pygame (like @henryiii mentioned)?