We are about to switch to a new forum software. Until then we have removed the registration on this forum.
how do i go about making this sketch run without processing ? how would i make a .exe file so that the sketch can be executed as a stand alone program ? is this even a option ? i mean its java right? and java is known to be in programs and other stand alone software so how is this done?
Answers
For Processing 3's PDE, hit CTRL + SHIFT + E. For older versions, just CTRL + E.
"JavaScript Mode" is another option if code was written confined to Processing's API only.
thank you guys, really stupid question seeing that it was there so obvs lol but thanks