How to Implement AAA Game UI in HTML and JavaScript

HTML UI has been slowly but steadily gaining in popularity as the choice for UI technology in games. However, due to performance and tooling issues, it has mostly been used only for menus and social features. This talk aims to show that it’s… Read more

Similar

JavaScript fetch is an interesting API

Are you sick and tired of writing huge XMLHTTPRequests in your JavaScript code? Oh, you already stopped using those ages ago.. right.. Well, somehow, fetch() never caught my attention until just recently so I've slowly started switching over to using it ... (more…)

Read more »