Hacker News new | ask | show | jobs
by zengid 1240 days ago
This is beautiful, and I think I made a friend in there. Amazing that this works on mobile (safari). Any notes on how it was made? Unity?
2 comments

Safari got WebGL 2 support not long ago :) the future of web gaming is very bright
Threejs apparently
There's a lot of WASM in GUID-named binary blobs though (most of those have one JS file and one WASM file included, some only a JS file).

Does three.js make heavy use of WASM and bundle them in blobs with GUID names?

PS: yes it appears to be three.js, looking at other three.js demos they also have those blobs with one JS and one WASM file in them. I'm surprised three.js uses so much WASM!

I think three.js is pure JavaScript, it may be some physics engine that uses WASM (like Rapier)