“Explore and Make Deliveries”
A WebGL game where you deliver messages on a tiny planet
31–40 of 350 posts
Re: A WebGL game where you deliver messages on a tiny planet
#32Re: A WebGL game where you deliver messages on a tiny planet
#33Re: A WebGL game where you deliver messages on a tiny planet
#34I'm curious how you build something like this. I see file types in the network tab which, as a web dev, I've never worked with before. ktx2 and drc extensions, for example. I'm also seeing some wasm and threejs. Is there an engine that outputs these things or is it more of a manual process to bring everything together?
Re: A WebGL game where you deliver messages on a tiny planet
#35I'm curious how you build something like this. I see file types in the network tab which, as a web dev, I've never worked with before. ktx2 and drc extensions, for example. I'm also seeing some wasm and threejs. Is there an engine that outputs these things or is it more of a manual process to bring everything together?
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.
Re: A WebGL game where you deliver messages on a tiny planet
#36It will be nice to know more about how this was made.
Their Twitter has three posts:
Three of the people behind it:
Re: A WebGL game where you deliver messages on a tiny planet
#37Re: A WebGL game where you deliver messages on a tiny planet
#38I'm curious how you build something like this. I see file types in the network tab which, as a web dev, I've never worked with before. ktx2 and drc extensions, for example. I'm also seeing some wasm and threejs. Is there an engine that outputs these things or is it more of a manual process to bring everything together?
drc is Draco Compression, it's a library from Google to compress mesh data
Re: A WebGL game where you deliver messages on a tiny planet
#39The font? The art style? The fluidity on a mobile device? It's fantastic. I wasn't able to deliver packages but I was too mesmerized to be mad about that. Beautiful game. Kudos. Edit: I did figure it out and completed all the deliveries. So many potential. It reminds me a bit of Sky by thatgamecompany Edit 2: for the author, I noticed several players approached me and tried to communicate. Please explore games like J…
Re: A WebGL game where you deliver messages on a tiny planet
#40huge success as side project and for the CV!