Open Frank-Rodriguez opened 8 years ago
There is also Processing.js which will port your Processing Java based sketch to a web browser without having to translate your Processing sketch into P5.Js compliant syntax/etc
Yeah, but I'm looking for a Processing way.
You can export a Processing sketch with File -> Export Application while in the Processing editor. This will export your Processing sketch as a standalone application.
How do we publish a Processing Sketch? What mechanisms exist to release my sketch as a final product,(ex a Game)?
I don't want my users to have Processing, but I want them to be able to run my sketch.
Obviously with P5.js we can just deploy to a webserver. But with Processing, I don't know of a way.