Natesh bhat
Natesh bhat

Reputation: 13247

Can Processing code in java run outside of the processing ide as a gui application?

I am talking about p5.js equivalent in java called Processing using which i can program a lot of graphical elements and it has event handling capabilities.

I have written my java code inside the processin ide . But i want this to work as a standalone gui application. Is this doable ? If so how ?

Upvotes: 1

Views: 262

Answers (1)

rednoyz
rednoyz

Reputation: 1327

Yes, the easiest way is to use Menu->File->Export-Application from the Processing app to generate a stand-alone executable for your platform.

Upvotes: 2

Related Questions