drc = 3d shapes (I think)
ogg = audio
All of these would normally be bundled in the game installer, but are sent down piece by piece over the network in this case.
Then there's some wasm and js for the game's business logic. The browser has WebGL APIs that enable running all of this.
I'm assuming they used a library or engine like Unity, Godot or Three.js that supports WebGL as an execution target.
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
drc = 3d shapes (I think)
ogg = audio
All of these would normally be bundled in the game installer, but are sent down piece by piece over the network in this case.
Then there's some wasm and js for the game's business logic. The browser has WebGL APIs that enable running all of this.
I'm assuming they used a library or engine like Unity, Godot or Three.js that supports WebGL as an execution target.