processing - A paperjs-equivalent for python (specifically, Pythonista for iOS)? -


I have taken creative coding on my iPad and iPhone using Coda, Prokoding, and Pythonista. I really love the paper.js Javascript library, and I'm wondering how I can get functionality in paper.js when writing in Python.

Specifically, I give vector math and route manipulation that gives paper.js. Things like finding the intersection of paths (clicks, mouse move, etc.) in two ways or binding events.

There is an ImagePath module provided by Pythonsta, which does some path material but it is not as strong as paper. JS (it seems).

Any thoughts?

UI module actually contains a lot of vector drawing functions Inside a ui.ImageContext . ui.ImageContext is a thin wrapper around one of the Objective API (maybe CALayer ?), Drawing methods draws Custom view class method, but you can present these things in other contexts using a UIImageContext , so that you can get a static image.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -