https://github.com/orillusion/orillusion-web
The official doc website of Orillusion
https://github.com/orillusion/orillusion-web
3dengine typescirpt webgpu
Last synced: 11 months ago
JSON representation
The official doc website of Orillusion
- Host: GitHub
- URL: https://github.com/orillusion/orillusion-web
- Owner: Orillusion
- Created: 2021-09-15T09:48:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T08:03:38.000Z (about 1 year ago)
- Last Synced: 2025-01-12T23:31:08.714Z (about 1 year ago)
- Topics: 3dengine, typescirpt, webgpu
- Language: Bikeshed
- Homepage: https://www.orillusion.com
- Size: 8.07 MB
- Stars: 258
- Watchers: 18
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orillusion
This is the official doc website of Orillusion, built with [VitePress](https://vitepress.vuejs.org/).
Site content is written in Markdown format located in [docs](https://github.com/Orillusion/orillusion-web/tree/master/docs).
WebGPU specification is written in [Bikeshed](https://tabatkins.github.io/bikeshed) format located in [webgpu](https://github.com/Orillusion/orillusion-web/tree/master/webgpu).
## Writing
See the [VitePress Markdown Guide](https://vitepress.vuejs.org/guide/markdown.html) for our rules and recommendations on writing and maintaining documentation.
## Developing
1. Clone repository
```bash
git clone https://github.com/Orillusion/orillusion-web.git
```
2. Install dependencies
```bash
$ pnpm i
```
3. Start local development environment
```bash
$ pnpm dev
```
## Build Site
```bash
$ pnpm build
```