PySlither / Slither

A Python module for bridging Scratch and Python
http://pyslither.github.io/
MIT License
14 stars 6 forks source link

Support for pygame_sdl2 #91

Open ghost opened 8 years ago

ghost commented 8 years ago

This would be awesome. It would also allow slither support for mobile platforms.

Tymewalk commented 7 years ago

Didn't think that users could install modules on mobile.

Or that there was Python on mobile at all. (Where can I get that? :stuck_out_tongue:)

ghost commented 7 years ago

I think it works by wrapping the application and it's dependencies in C, then connecting it using the JNI. I'm not quite sure what happens for IOS though.

Tymewalk commented 7 years ago

Ah. In that case, this is something we definitely want to consider.