We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello !
Wondering if there are any resources I can be pointed to about Java and viewing Processing sketches online.
This was surely one of the best things about Processing, but it seems to be completely broken.
I don't know if I'm banging on about a buried hatchet, but its incredibly frustrating the amount of material online that is now un-viewable. Obviously nowhere is this more apparent than on OpenProcessing.
Of course I update Java as I'm continually prompted to almost on a monthly basis (or so it seems), lost between whether or not Chrome is 64bit, or whether I'm supposed to have Java 6, and how to even pull that off and get it work. Not to mention the annoying 'security' prompts you have to allow in order to get a sketch to finally work if u get that far (in Firefox maybe).
I dunno, it's just, disappointing.
Is there any hope for this? What's the low down?
Answers
I have read this on the wiki, so I'm aware js is the way going forward, I guess its just a shame to see all that work disappear down the drain...
Found this thread too: http://blog.openprocessing.org/?p=232 - Sorry guess it is all doom and gloom...
I use a tool in p5 to export applets to openprocessing
Some can run in the browser to some extent (when they don't use libs)
others you can download and run offline (which I prefer anyway)
but JAVA for the internet is mainly dead - it's a shame
future is probably HTML 5
In most of the samples I give since I started here is Java-JS cross-mode.
With careful adherence to P5's API and avoiding 3rd-party libs,
those sketches work in JS Mode (PJS) and in the web too!
I prefer http://studio.sketchpad.cc as sketch host b/c it's PJS only!
Here's some nice online PJS examples:
"avoiding 3rd-party libs"
Yes, that's the pain point: one of the force of Processing is the vast amount of libraries making it awesome...
Of course there are some rare cross-mode libraries. But pretty much avoid 3rd party libs! :o3