Ashley's blog

Official Construct Team Blog

Wider technology issues from Ashley's perspective.

0 favoris
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,606 visits
  • 6 comments
11 favoris
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,224 visits
  • 7 comments
2 favoris
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,914 visits
  • 4 comments
3 favoris
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,738 visits
  • 8 comments
4 favoris
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,577 visits
  • 12 comments
1 favoris
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,938 visits
  • 6 comments
0 favoris
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,333 visits
  • 0 comments
1 favoris
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,819 visits
  • 5 comments
1 favoris
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,617 visits
  • 14 comments
0 favoris
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,370 visits