Processing interface on web page

Hi all! I'm working on a sketch (java mode) where I upload data from a .txt file and manipulate them to draw shapes. I need to create a user interface with two display windows (the first 2D view and the second 3D view) to select and move some of the shapes I've drawn. I was reading about ControlP5 and G4P but I've discover that it's impossible for me to use them because I need to run my sketch on a web page. Is there some way to do this? Which is the simpler method? It would be easier if I converted my sketch to javascript? Thanks in advance!

Tagged:
Sign In or Register to comment.