Easily create custom 3D environments
Перейти к файлу
John Shaughnessy 070c2c5cac Fix regression removing "disable teleport" option 2020-06-10 11:30:17 -07:00
.circleci Use node 13.8 2020-02-14 19:28:29 -08:00
.storybook
.vscode Improved error messages and fixed asset loading in tests 2020-02-14 19:17:19 -08:00
habitat Update aws-cli package version 2020-06-04 17:07:06 -07:00
scripts Add isMoz to build 2019-11-19 21:44:59 +00:00
src Fix regression removing "disable teleport" option 2020-06-10 11:30:17 -07:00
test Update test snapshots 2020-03-30 17:35:47 -07:00
.babelrc
.env.defaults Revert changes to .env.defaults 2020-02-11 17:32:56 -08:00
.env.prod Fix a bunch of IS_MOZ checks 2019-11-20 06:39:01 +00:00
.env.test Improved error messages and fixed asset loading in tests 2020-02-14 19:17:19 -08:00
.eslintignore
.eslintrc.js Fix linting for in loops and others 2020-01-07 15:07:17 -08:00
.gitignore
.prettierignore
.prettierrc.json
.stylelintrc
CODE_OF_CONDUCT.md
Jenkinsfile Add isMoz to build 2019-11-19 21:44:59 +00:00
LICENSE
PROMOTION.md
README.md
REMIXING.md
package.json Fix gltf-validator compile warning 2020-04-13 14:44:21 -07:00
webpack.config.js Merge branch 'master' into feature/telemetry 2020-02-07 16:23:23 -08:00
yarn.lock Fix gltf-validator compile warning 2020-04-13 14:44:21 -07:00

README.md

Spoke

Spoke

CircleCI

Easily create custom 3D environments for Mozilla Hubs.

https://hubs.mozilla.com/spoke

Features

🔭 Discover: Explore images, videos, and 3D models from around the web, all without opening up a new tab. With media integrations from Sketchfab and Google Poly, you'll be on your way to creating a scene in no time.

✏️ Create: No external software or 3D modeling experience required - build 3D scenes using the Spoke web editor so you can have a space that's entirely custom to your needs. From a board room to outer space and beyond, your space is in your control.

🎉 Share: Invite people to meet in your new space by publishing your content to Hubs immediately. With just a few clicks, you'll have a world of your own to experience and share - all from your browser.

Development

  • git clone https://github.com/mozilla/Spoke.git
  • cd Spoke
  • yarn install
  • yarn start

Then open https://localhost:9090 (note: HTTPS is required).

When running against a local self-signed cert reticulum server, you'll need to export NODE_TLS_REJECT_UNAUTHORIZED=0 for publishing to work.

Credits

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.