Replies: 1 comment
-
This is fine, and kind of reminds me of the code I wrote to attempt to translate Processing's example code to py5 / Python. Adding special case rules like this can help but only up to a point. When it starts to get unwieldy, you can make the remaining changes manually. The process will take some time and can't be 100% automated, unfortunately. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't want to work too much on this right now, but for translating all Processing Python mode examples to py5 (and most of my teaching materials) I have tried some clumsy (and sometimes "dangerous") stuff. I'll share it here in case someone wants to have a try improving it.
Beta Was this translation helpful? Give feedback.
All reactions