How to build html file with three.js into apk app
Capacitor is one of quite a few different ways to do that - just keep in mind, releasing to app stores (especially if you plan on using models and textures, which apps usually don’t need, but games do) may involve some additional steps (docs, even more docs.)
There’s also Expo which works with threejs
@mjurczyk thanks