Reputation: 13247
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
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