Is it possible to do multi-threading in construct 2?
using something like Web Workers or WebCL?
Develop games in your browser. Powerful, performant & highly capable.
Not using any built-in features, but you could write a custom plugin in the Javascript SDK to offload heavy computations to a web worker or similar.
Thanks, i'll experiment with that, might be worthwhile.
DeMayunn : I suggest to go the WebWorker way for your plugin, because WebCL isn't available in browser, apart from installing a dedicated plugin or using a special built (from Ericsson, or other vendors).
Wonder if webcl would be viable for a bitcoin miner?