6 ms·
Three.js with cannon.js is what you want, but the more you work with it, the more you realize how the difficult part is not so much the “game” or “engine” in th
by Footprint0521 8d ago
Three.js with cannon.js is what you want, but the more you work with it, the more you realize how the difficult part is not so much the “game” or “engine” in that sentence but the word “web”… optimizing assets is a massive skill all in its own to be storage friendly and usable without the easy default of laggy and massive download size
- rao-v 8d agoFor what it’s worth rando redditers warns that cannon.js is old. I found the remarkable https://babylonjs.com/lite-demos/ https://babylonjs.com/lite-demos/ Both the regular and lite demos are pretty amazing for browserware!
- utopiah 8d agoI think the cool kids now prefer Rapier for physics in the browser.