Listen up π
The #Web platform is getting some quality of life upgrades, snuck in right before the 4.3 feature freeze π₯Άβ
Read the #ProgressReport:
https://godotengine.org/article/progress-report-web-export-in-4-3/
Listen up π
The #Web platform is getting some quality of life upgrades, snuck in right before the 4.3 feature freeze π₯Άβ
Read the #ProgressReport:
https://godotengine.org/article/progress-report-web-export-in-4-3/
"Help yourself to the city's valuables in Catburglar, a stealth platformer [...] Play as Cynth, and use your wits and agility to steal through a series of highrise apartments, outwitting guards and security cameras as you make your way to your goal.
π± https://johngabrieluk.itch.io/catburglar π
Highlights:
* New single-threaded export option
* Web Audio samples prototype
* PWA COOP/COEP helper
* Boot screen displayed while loading
Forum support: https://forum.godotengine.org/t/progress-report-web-export-in-4-3/61501?u=godot_team
Listen up π The Web platform is getting some quality of life upgrades, snuck in right before the 4.3 feature freeze π₯Άβ Read the Progress Report: Highlights: New single-threaded export option Web Audio samples prototype PWA COOP/COEP helper Boot screen displayed while loading Featuring Catburglar π±π Help yourself to the cityβs valuables in Catburglar, a stealth platformer inspired by Trilby: The Art of Theft. Play as Cynth, and use your wits and agi...
@godotengine Amazing work! π
In 2021 I managed to avoid the audio stuttering for a Godot web project by using Howler.js. That worked really beautifully.
Now I wonder what they use in the background for addressing audio and if that was an option for
Godot web exports? @adamscott
BTW, it was two serious games and they are still live on the web:
https://www.goethe.de/pro/games/mwnd/krankenhausundercover/
https://www.goethe.de/pro/games/mwnd/superheldenausbildung/
@gamedevsenad @godotengine I do use the same low-level Web Audio APIs that Howler.js use in my PR.
AFAIK, Howler.js is a wrapper to be able to use audio on the web simply without having to delve into the cryptic Web Audio API.
So, in a way, I recreated Howler.js for Godot with the existing nodes and systems instead.
@adamscott @godotengine That is awesome to hear! π€©
Looking forward to web builds without the stuttering issue! π