Blog Posts tagged performance

Similar Tags

Report Tag

35 blog posts with this tag
2
  • 2.6K visits
  • 3.2K views
This content is deleted
Blog Post
Understanding CPU and memory measurements
0 favourites

Construct 2 provides three main expressions for examining performance and memory: Fps , cpuutilisation and ImageMemoryUsage . Windows also provides more perform...

2
  • 2.2K visits
  • 2.7K views
This content is deleted
Blog Post
Everyone blames bloated web pages on the browser
0 favourites

Recently I read this critique of Slack's desktop app , which is built with Electron (basically a Chromium-based wrapper like NW.Js). In other words, it's a brow...

3
  • 2.8K visits
  • 3.5K views
This content is deleted
Blog Post
Layout is the next frontier of web app performance
0 favourites

In a real web app like Construct 3 , Javascript performance (and DOM calls) are a solved problem. We've been developing a high-performance HTML5 game engine sin...

27
This content is deleted
Blog Post
Compiling expressions to JavaScript in the C3 runtime
4 favourites

The latest beta of Construct 3 includes a major new optimisation for the C3 runtime: It now compiles expressions to Javascript. This improves even further the a...

10
This content is deleted
Blog Post
Optimising events with function binding
4 favourites

Shortly after finishing the expression-to-JavaScript compiler , I realised a couple of the performance tricks we used there could actually be applied to conditi...

8
This content is deleted
Blog Post
Construct's effect compositor: part 1
3 favourites

One of the cool things you can do in Construct is add multiple effects to an object. For example you can add a Warp effect to distort the object, and then apply...

5
This content is deleted
Blog Post
Construct's effect compositor: part 2
2 favourites

This is the second blog in a series about the code in Construct that renders effects, called the effect compositor . In case you missed it, be sure to read part...

23
This content is deleted
Blog Post
Performance isolation for HTML5 games with Web Workers
11 favourites

I mentioned on Twitter it might be nice to get back in to blogging while the world's in lockdown. So here we go, the first in hopefully a few new blog posts! As...

25
This content is deleted
Blog Post
A brief history of graphics on the web and WebGPU
0 favourites

Graphics technologies have changed a lot over the years, including on the web, and the web is on the cusp of its next big change with WebGPU on the horizon. In...

22
This content is deleted
Blog Post
From WebGL to WebGPU in Construct
0 favourites

This is the second in a series of two blog posts about web graphics, WebGPU, and Construct. The first is A brief history of graphics on the web and WebGPU . Hav...

Similar Tags