Easily create custom 3D environments
Перейти к файлу
Robert Long f9944148a5 Merge branch 'master' into feature/whats-new 2019-08-09 11:16:52 -07:00
.circleci Move to yarn 2019-07-23 20:42:36 -07:00
.vscode initial styling 2018-08-07 12:42:03 -07:00
scripts Add nearspark and deal with video thumbnails 2019-08-02 01:48:55 +00:00
src Merge branch 'master' into feature/whats-new 2019-08-09 11:16:52 -07:00
test Fix the tests and update the snapshots 2019-07-30 18:06:32 -07:00
.babelrc Move particle-emitter to external package 2019-07-19 15:19:28 -07:00
.env.defaults Add nearspark and deal with video thumbnails 2019-08-02 01:48:55 +00:00
.env.prod Move to /spoke 2019-05-14 00:16:32 +00:00
.env.test Add integration tests and remove unnecessary dependencies 2019-05-09 14:21:45 -07:00
.eslintignore Removed server folder. MVP works. 2019-03-08 15:31:08 -08:00
.eslintrc.js Initial integration test setup 2019-01-16 22:20:52 -08:00
.gitignore Remove yarn.lock from .gitignore 2019-07-24 13:32:17 -07:00
.prettierignore Removed server folder. MVP works. 2019-03-08 15:31:08 -08:00
.prettierrc.json Initial commit 2018-05-28 18:35:21 -07:00
Jenkinsfile Fix build script to use thumbnail server 2019-08-06 21:49:16 +00:00
LICENSE Removed server folder. MVP works. 2019-03-08 15:31:08 -08:00
PROMOTION.md Update PROMOTION.md 2018-10-16 13:35:12 -07:00
README.md Merge pull request #706 from mozilla/feature/yarn 2019-07-24 13:11:36 -07:00
REMIXING.md Update REMIXING.md 2018-10-16 13:34:38 -07:00
package.json Merge branch 'master' into feature/whats-new 2019-08-09 11:16:52 -07:00
webpack.config.js Merge pull request #713 from mozilla/fix/duplicate-animations 2019-08-07 10:29:35 -07:00
yarn.lock Merge branch 'master' into feature/whats-new 2019-08-09 11:16:52 -07:00

README.md

Spoke

CircleCI

https://hubs.mozilla.com/spoke

Easily create custom 3D environments for Mozilla Hubs.

Development

  • 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.

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.