Coins Stream
coins.stream
Coins Stream
1–9 of 9 posts
Re: Coins Stream
#2Re: Coins Stream
#3Re: Coins Stream
#4Might make sense to add text indicating it is loading, or a loading bar. Without this, and considering the long load time I had, I imagine the bounce rate is gonna be quite high.
Re: Coins Stream
#5Re: Coins Stream
#6I think I've seen this somewhere! There's an indie game, Raccoin, that looks very much like this website (coincidence?)
Re: Coins Stream
#7Quite a mesmerizing effect just sat and stared at the coins for a while. Is this a 3D engine or some clever trick with sprites?
It's basically a 3d scene implemented in webgpu with a custom pixel shader. Server sided physics, streamed to the frontend with a very cheap client that just lerps stuff around in the scene.
Re: Coins Stream
#8I didn't realize the single spinning coin was actually a loading animation. Might make sense to add text indicating it is loading, or a loading bar. Without this, and considering the long load time I had, I imagine the bounce rate is gonna be quite high.
Re: Coins Stream
#9Quite a mesmerizing effect just sat and stared at the coins for a while. Is this a 3D engine or some clever trick with sprites?
Hey thanks! I made this, its very WIP so surprised anyone found it. It's basically a 3d scene implemented in webgpu with a custom pixel shader. Server sided physics, streamed to the frontend with a very cheap client that just lerps stuff around in the scene.
It looks pretty good! I found this via Zach Latta, on the Hack Club slack lol