Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export Processing Project as aWeb App

I've made a cool processing project that I would like to embed on the web; however, it uses 3rd party Java libraries to access an sqlite database. For this reason, the normal export-to-javascript which has worked well for me in the past is just not capable enough here. How can I make my Processing project into a Java applet that will allow it to be run remotely?

like image 855
WorldsEndless Avatar asked Jan 28 '26 19:01

WorldsEndless


1 Answers

This depends upon what version of Processing you are using...

It was only in the final move to 2.0 that they got rid of the 'Export to Applet' option, so if you can make do with a 2.x-beta version, you're golden.

Of course, that's just through the PDE - so failing the ability to move to an earlier version, the library itself should be able to handle it still, from a different IDE, say Eclipse or NetBeans...

I guess the other option would be to see if you can port your library to a JavaScript library ?

like image 105
jesses.co.tt Avatar answered Jan 31 '26 07:01

jesses.co.tt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!