For those that don't know, processing is a language/ Java library primarily used for displaying data nice and pretty.
Processing.js is its javascript port made by John Resiq. Everything that guy makes is a treasure.
As per a previous question I learned that Processing's many libraries would not work in processing.js. Why is this? Processing provides a makeshift compiler that turns the processing code into its javascript equivalent.
For context to this question, I'm building a game for a final year project and am looking into using processing.js as the base. Whats holding the processing.js back from being an even bigger force in the web is the lack of libraries (honorable mention to box2d.js).
The 2 problems with processing.js is that the compiler for pde to js doesn't handle any other processing.js libraries. Only the core processing objects and functions.
The other is the sheer lack of Processing libraries ported to work with processing.js
So the question summarized:
What is it that holds processing and processing.js back from using the libraries already buit?
Is it worth my time following John resiq's steps and porting some of the processing libraries to Javascript? bare in mind, it took him 7 months.
IS it worth while building on top of his compiler and trying to make it somewhat dynamic in figuring out where external libraries have been called.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…