Ashley's blog

Official Construct Team Blog

Wider technology issues from Ashley's perspective.

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 w... Read more
  • Posted 
  • ~9-14 mins read time
  • 11,571 visits
  • 6 comments
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 hope... Read more
  • Posted 
  • ~10-16 mins read time
  • 5,205 visits
  • 7 comments
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 m... Read more
  • Posted 
  • ~7-11 mins read time
  • 2,906 visits
  • 4 comments
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 dist... Read more
  • Posted 
  • ~8-13 mins read time
  • 3,731 visits
  • 8 comments
4 favourites
Shortly after finishing the expression-to-JavaScript compiler , I realised a couple of the performance tricks we used there could... Read more
  • Posted 
  • ~7-11 mins read time
  • 3,563 visits
  • 12 comments
1 favourites
It's annoying when web pages unexpectedly blare out audio, so I can understand why Chrome 66 changes when web pages can autoplay a... Read more
  • Posted 
  • ~6-10 mins read time
  • 8,917 visits
  • 6 comments
0 favourites
We've long blogged about media codecs (the formats that audio and video are stored in) on the web. Two of our first five ever blog... Read more
  • Posted 
  • ~3-4 mins read time
  • 10,301 visits
  • 0 comments
1 favourites
Recently we received a bug report of a mysterious collision issue that only happened at certain positions. It turned out to be a s... Read more
  • Posted 
  • ~8-14 mins read time
  • 3,804 visits
  • 5 comments
1 favourites
When something goes wrong in technology, knowing who to blame is a surprisingly difficult problem. Despite having dealt with thous... Read more
  • Posted 
  • ~12-20 mins read time
  • 2,610 visits
  • 14 comments
0 favourites
Web Workers allow a page to create multiple Javascript contexts which run in parallel to each other. This is great for performance... Read more
  • Posted 
  • ~5-9 mins read time
  • 3,361 visits