An open API service indexing awesome lists of open source software.

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

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
```