Product Launch
anonymous
8 points
4 comments
Posted3 months agoActive3 months ago
Show HN: The Atlas – I Built a 3D Universe Simulation with Python and Three.js
github.comprocedural generation3D simulationPythonThree.js
Discussion (4 comments)
Showing 4 comments
Looks interesting
3 months ago
Thank you so much! At this moment it doesn't really have an use case since it's all... Exploration really? But I find it such a beautiful thing to make
This is a cool project, nicely done! I didn't notice the game features until I read the description a second time, so if you are planning on building this out more, I'd suggest adding a bit more emphasis to those.
But regardless, it is cool to see this working in the browser.
3 months ago
Thanks a lot! That’s a very good point, the game layer is something I’m actively building and still figuring out. I’m actually working on a self-healing P2P network where nodes discover each other through a Kademlia DHT, connect via WebRTC (STUN/TURN for NAT traversal) and sync across different instances as a multiverse of seeds. That’s why I kept the current gamification demo more on the simple side, somehow... Let's see how it goes lol