Show HN: I also made a three-body simulation (three-bodies.sulami.xyz)
Somewhat inspired by a recent post here, I also made a three-body simulation on a whim, meaning to try out macroquad[0] (verdict: really nice!). Thanks to the engine I could trivially target wasm as well, so others can get mesmerized too.
The source is available here: https://github.com/sulami/three-bodies
7 comments
[ 43.9 ms ] story [ 89.7 ms ] threadWould love to be able to zoom in/out and rotate, I kinda was expecting to be able to do it with the mouse and was a bit surprised that clicking just restarted the animation/simulation
Great work
The clicking to restart is there mainly for phone users, I realized after sharing with a friend that hotkeys aren't very mobile-friendly. I don't have a good way to detect desktop vs. mobile clients, and technically one can also have a keyboard connected to a phone.
I've also been thinking about zooming, I'll see what I can do over my next lunch break :D
that's like the third most common form of lying
UI is a bit unfriendly on mobile. It doesn’t seem there’s a way to interact with it on a phone.