https://hubs.mozilla.com/spoke
Easily create custom 3D environments for Mozilla Hubs.
git clone https://github.com/mozilla/Spoke.git
cd Spoke
yarn install
yarn start
Then open http://localhost:9090.
When running against a local self-signed cert reticulum server, you'll need to export NODE_TLS_REJECT_UNAUTHORIZED=0
for publishing to work.
Parts of this project are derived from the three.js editor with thanks to Mr.doob and three.js' many contributors.
Navigation mesh generation via recast.wasm, thanks to Recast and but0n's RecastCLI wrapper.
See the LICENSE for details.