/oasis-engine.github.io

This is the documentation of Oasis Engine. Guides, APIs, demos, everything about documentation is included here.

Primary LanguageTypeScriptMIT LicenseMIT

Oasis Engine Site

The documentation source of Oasis Engine.

Development

Develop site

$ yarn
$ yarn dev

open http://local.alipay.net

Only develop playground

$ yarn playground

Deploy

$ yarn build
$ yarn deploy

Q&A

How to insert a playground in markdown

// leave a blank line here
<playground src="buffer-mesh-instance.ts"></playground>

How to link engine

  • Mac
$ yarn link ../engine/packages/*
  • windows
$ yarn link ..\engine\packages\oasis-engine