CodingTrain / Suggestion-Box

A repo to track ideas for topics
572 stars 86 forks source link

Publishing Processing Sketches #105

Open Frank-Rodriguez opened 8 years ago

Frank-Rodriguez commented 8 years ago

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.

akinhwan commented 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

Frank-Rodriguez commented 8 years ago

Yeah, but I'm looking for a Processing way.

jmorrow1 commented 8 years ago

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.