Fabio Alessandrelli Profile picture
Computer scientist, #godotengine contributor, traveller, life hacker. Owner of @ludidorici and creator of @aequitasorbis Mastodon @fales@mastodon.gamedev.place
May 6, 2021 11 tweets 2 min read
I'll chime in with my experience in maintaining/porting #godotengine to the Web.

The main issue is, non-standard standards.
I.e. the bad habit the web has taken to require devs to adopt new APIs that are not finalized and will break in a matter of years.
Examples👇 - The Gamepad API worked flawlessly until now, but now requires SecureContext, breaking old applications.
- The WebAudio API was based on ScriptProcessorNode, which was then deprecated and will break old applications.