3 ms·
Does anyone have an efficient, reasonably designed three.js or other web oriented mini game engine? Low poly but modern rendering effects should be a good niche
by rao-v 18d ago
Does anyone have an efficient, reasonably designed three.js or other web oriented mini game engine? Low poly but modern rendering effects should be a good niche for hobbyist stuff but hard to find.
- Footprint0521 18d agoThree.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 18d 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 17d agoI think the cool kids now prefer Rapier for physics in the browser.