What is it that stops processings libraries from being used to processing.js
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