We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I’d like to use vim instead of the Processing IDE, so it would be great if I could run a sketch from within vim (or the command line in general). Does anyone know of a way to do this? Thanks!
PS: I was looking for something like processing-java…
Answers
there is this library, but it looks live development has stalled. https://pypi.python.org/pypi/pyprocessing
Not quite what I’m looking for … But thank you anyway! :)
The code that eventually became Python Mode started life as a command-line program to run python processing sketches. There's an existing bug for me to fix the build and get that going again, which I will do as soon as I have a spare block of hours.
https://github.com/jdf/Processing.py-Bugs/issues/120