View source on Forgejo
For the DAE Unwrap 2024 game jam, I decided to challenge myself and learn something
totally new. I had heard about the WebGPU graphics API, which is a next-generation API
that works not only on web but on desktop platforms with high performance.
Its complexity is akin to Vulkan but it is compatible with far more platforms, as it
can use many different backends under-the-hood.
I wrote the game engine in two days right before the jam, and we put together a team with fellow DAE students brave enough to try something new.