how do you guys use processing.js?
in
Processing with Other Languages
•
4 months ago
Hi!
I've began to play with processin.js and I think it is quite nice for web, for me (and I play with processing from years) better then other 2d frameworks. I've tried to use it as java compiled into javscript and it is ok, and i've tried pure javascript, and it is a little bit verbose when you always has to call processing object (like _p.fill() instead of still fill()) but it is ok too.
I'm a little bit attracted to plain javascript because I don't know the language very well and it could be challenging to learn.
How do you use processing.js in production code?
1