I've made some headway on figuring out how the Scene, Scenview, and ui (touch, draw, layout) classes are working, and I have them working together.
My next venture is using the path class to draw, and also Multi-touch gestures.
One question.
Previously I posted about how to download a py.ui file (if it was not bundled with the python file).
But let's say I want make the process of sharing my .py and .pyui files, and zip them together...
I have not used github before, so what is the typical process for zipping the files from Pythonista, and uploading them to github, with the pyui file intact?