Spoke/README.md

20 строки
522 B
Markdown
Исходник Обычный вид История

2018-08-10 02:15:49 +03:00
# Spoke (alpha)
Easily create custom 3D environments for [Mozilla Hubs](https://hubs.mozilla.com).
2018-07-31 00:29:42 +03:00
## Usage
2018-09-19 23:16:34 +03:00
- [Download](https://github.com/MozillaReality/Spoke/archive/master.zip) and extract this repo
- `cd Spoke-master`
- `npm ci`
- `npm run dev:http`
2018-06-08 23:20:36 +03:00
2018-09-19 23:16:34 +03:00
Then open http://localhost:9090.
2018-07-25 07:08:00 +03:00
## Credits
Parts of this project are derived from the [three.js editor](https://threejs.org/editor/)
2018-07-25 07:11:28 +03:00
with thanks to [Mr.doob](https://github.com/mrdoob) and three.js' many contributors.
2018-07-25 07:08:00 +03:00
See the [LICENSE](LICENSE) for details.