The new runtime has been completely rearchitectured. It's forwards-looking to the next years of the web platform. Here are some of the ways it's fundamentally d...
Web Workers allow a page to create multiple Javascript contexts which run in parallel to each other. This is great for performance and an important way to avoid...
Recently on the forum it's been asked several times why Construct 2 only runs events on one CPU core. I'm not sure why it's suddenly become a hot topic, but I w...
I've read the relevant docs. Found the APIs at the instance side, but how's the other side look like? Where and how's PostToRuntimeAsync (and probably PostToRun...
Is there any documentation about how can I add external JS files/libs to the plugin with worker-support? I would like to make my plugins workers-ready. I have a...
I'm developing a plugin to create a div element where drag and drop files. I'm using SDKDOMINSTANCEBASE/SDKDOMPLUGINBASE interfaces. I want to reproduce the "au...
Is the PostToRuntime(handler, data) an official SDK method, I can't seem to find it in the SDK and it is the method that best suits my addons. I can only find P...
There seem to be some SDKs that don't support worker threads, like Photon Cloud's SDK . Here are some sample methods: SDK.Prototype.IsConnected. SDK.Prototype.I...
I need to plot a sine wave at high speeds. I used the value from a Sine behavior, but sometimes it Is'nt consistent and the wave is messed up for a few frames t...
So, I have a plugin called "Spine" and I ran SpinePluginTest project, which can be found here (it's called Sample Project): And it worked perfectly fine. Constr...