We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have created a simple Python paint program in py processing and I have a website where I want to upload it. How can I do so?
Probably only by converting it to p5js or Processing.js, because Python is not a language that runs in a webbrowser.
Another possibility is to use the old "CoffeeScript Mode", given its syntax is very close to Python & Ruby:
Unfortunately, it doesn't work for Processing 3. So we should stick to v2.2.1: https://GitHub.com/processing/processing/releases/tag/processing-0227-2.2.1
Or at the very most to v3.0a5: ;;) https://GitHub.com/processing/processing/releases/tag/processing-0232-3.0a5
Of course you can, rather than "CoffeeScript Mode", which is based on Pjs, go w/ regular CoffeeScript + p5.js. :p
Thanks @doxanthropos and @GoToLoop for the information.
Answers
Probably only by converting it to p5js or Processing.js, because Python is not a language that runs in a webbrowser.
Another possibility is to use the old "CoffeeScript Mode", given its syntax is very close to Python & Ruby:
Unfortunately, it doesn't work for Processing 3. So we should stick to v2.2.1:
https://GitHub.com/processing/processing/releases/tag/processing-0227-2.2.1
Or at the very most to v3.0a5: ;;)
https://GitHub.com/processing/processing/releases/tag/processing-0232-3.0a5
Of course you can, rather than "CoffeeScript Mode", which is based on Pjs, go w/ regular CoffeeScript + p5.js. :p
Thanks @doxanthropos and @GoToLoop for the information.