Hosting processing sketches online without converting to js

Is there a website that lets you host processing sketches (made in Java) online without having to convert them in Javascript first (like openProcessing)?

Many thanks!

Do you mean that you want to use not p5js but instead Processingjs, so that your Java-style code is magically transpiled to Javascript behind the scenes?

Or do you mean hosting a Java applet on a web page, or packaging a Java applet for download as an app via e.g. itch.io?

You can use the Processing.js which allows basically cross-compiling to js which you can publish on

Is there a website for hosting and running processing Java sketches? - Processing 2.x and 3.x Forum

I meant the second - The forum post was able to solve my problem so thanks for the link! :slight_smile:

1 Like