Spoke/README.md

36 строки
1.9 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2019-10-06 02:18:20 +03:00
<h1 align="center">Spoke</h1>
<p align="center"><a href="https://hubs.mozilla.com/spoke" target="_blank"><img width="480" alt="Spoke" src="https://user-images.githubusercontent.com/21111451/66261819-ffd9ff00-e799-11e9-88bf-981d238b4f20.gif"></a></p>
2018-08-10 02:15:49 +03:00
2019-05-11 02:31:16 +03:00
[![CircleCI](https://circleci.com/gh/mozilla/Spoke.svg?style=svg)](https://circleci.com/gh/mozilla/Spoke)
2019-01-24 04:12:19 +03:00
2018-10-19 04:12:04 +03:00
2019-10-06 02:18:20 +03:00
**Easily create custom 3D environments for [Mozilla Hubs](https://hubs.mozilla.com).**
2021-04-01 22:39:44 +03:00
**[Launch Spoke](https://hubs.mozilla.com/spoke)**
**[Spoke Documentation](https://hubs.mozilla.com/docs/spoke-creating-projects.html)**
2019-10-06 02:18:20 +03:00
## Features
:telescope: **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.
:pencil2: **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.
:tada: **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.
2018-08-10 02:15:49 +03:00
2021-03-25 01:50:08 +03:00
## Contributing
2018-07-31 00:29:42 +03:00
2021-03-25 01:50:08 +03:00
Info on contributing to Spoke and general Spoke development can be found in the [CONTRIBUTING.md](./CONTRIBUTING.md) doc.
2018-11-05 21:46:47 +03:00
2021-04-01 22:39:44 +03:00
Additional developer documentation can be found in the [docs](./docs/README.md) folder.
2018-07-25 07:08:00 +03:00
## Credits
2018-09-20 23:18:35 +03:00
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
2018-10-04 02:16:25 +03:00
Navigation mesh generation via recast.wasm, thanks to [Recast](https://github.com/recastnavigation/recastnavigation) and but0n's [RecastCLI wrapper](https://github.com/but0n/recastCLI.js).
2018-10-04 02:02:02 +03:00
2018-07-25 07:08:00 +03:00
See the [LICENSE](LICENSE) for details.