Construct is a web-based game development tool, with all its games powered by browser technology. Some people still think browsers are slow for gaming. We're he...
Nice. All we need now is the speed of events to catch up since we will be limited by cpu way before gpu at this point. Although I guess JavaScript was given more priority to solve that problem.
Event block performance is already competitive with other programming languages!
That’s talking about how JavaScript is faster than gml, it’s not talking about events. No matter, carry on.
The performance benchmark includes a version using events.
Maybe I’ll read it more closely later then.
Regardless I’ve found events to run significantly slower than the same logic in js, especially with loops. I just thought there is likely a lot of room for improvement.