←back to thread

261 points david927 | 3 comments | | HN request time: 0.001s | source

What are you working on? Any new ideas that you're thinking about?
1. nickyvanurk ◴[] No.43156833[source]
I've been inspired to build my own browser mmo game after seeing hordes.io, which is made by a single person. Launched a prototype with, for now, only basic movement over at http://everwilds.io. Instead of working in a silo I've decided to develop in public and launched as soon as possible to slowly gather an audience. So far the Everwilds.io Discord server already gained 1 member ;) I'll share the link incase others want to follow the development: https://discord.gg/HWZSpkvz
replies(1): >>43157003 #
2. malomalsky ◴[] No.43157003[source]
Which tools are u using?
replies(1): >>43157226 #
3. nickyvanurk ◴[] No.43157226[source]
VSCode, TypeScript, Three.js. But I am about to remove Three.js and use WebGPU instead, I don't like the 800kb+ size of Three.js. Also will do some experimenting with C++ and WebAssembly and see how that goes.