Easily create custom 3D environments
Перейти к файлу
Marshall Quander f711a2bfcd Add packaging script 2018-10-01 04:52:36 -07:00
.vscode
bin Don't require build step for server code 2018-10-01 04:52:36 -07:00
example Remove obsolete temp-screenshot file 2018-09-20 01:12:39 -07:00
src Don't use environment variables in server code 2018-10-01 04:52:36 -07:00
test
.babelrc Improve various error handling scenarios. Resolves #242 2018-09-24 20:33:26 -07:00
.env.defaults Use prod reticulum by default. 2018-09-14 15:54:15 -07:00
.env.prod
.eslintignore
.eslintrc.js
.gitignore Add packaging script 2018-10-01 04:52:36 -07:00
.pkg.json Add packaging script 2018-10-01 04:52:36 -07:00
.prettierignore
.prettierrc.json
LICENSE
PROMOTION.md Create PROMOTION.md 2018-09-19 18:52:32 -07:00
README.md Fix up defaults for npm run dev/open 2018-09-20 13:18:38 -07:00
REMIXING.md Create REMIXING.md 2018-09-19 18:44:01 -07:00
package-lock.json Add packaging script 2018-10-01 04:52:36 -07:00
package.js Add packaging script 2018-10-01 04:52:36 -07:00
package.json Add packaging script 2018-10-01 04:52:36 -07:00
webpack.config.js Add spawn point model. Resolves #226, resolves #211 2018-09-20 10:06:56 -07:00

README.md

Spoke (alpha)

Easily create custom 3D environments for Mozilla Hubs.

Usage

  • Download and extract this repo
  • cd Spoke-master
  • npm ci
  • npm run dev

Then open http://localhost:9090.

Credits

Parts of this project are derived from the three.js editor with thanks to Mr.doob and three.js' many contributors.

See the LICENSE for details.