creating threads with Processing.js ?
in
Processing with Other Languages
•
2 years ago
hi !
I'm working on a sketch in processing.js, where data are dynamicaly loaded (every seconds ) from a text file on the server through the loadString function. But, everytime I load the textfile, my sketch is slowed down by the process. Is there a way to create a threads to run this process in processing.js or javascript ? Or maybe another solution to handle this problem ?
1