Loading...
Logo
Processing Forum
Hi!

I have a processing sketch that uses PeasyCam and OPENGL.
I'm trying to put this online using processing js.
But I don't get it to work.
I also can't seem to find a tutorial how to use processing js properly when making use of libraries such as opengl and peasy.
Which code + which files do I need and how and where?

Please, can somebody help me out putting my sketch online!
Great thanks!!!

Replies(4)

To my knowledge, you can't mix Java libraries and processing.js. Different worlds...
Why use Processing.js here, just export to the Web with the PDE, no?
Oh I didn't know that. I thought processing js was the new way of putting it online.
If I export with the pde I get this annoying pop up: java asking for permission to my computer... 
Although on openprocessing or the peasycam library website I do not get these messages...
Yes, that's the trouble with OpenGL, it uses native libraries, so it is seen as unsafe...
ah what a bummer.
Could I replace the opengl with something else?
P3D? but then everything gets very slow...