Skip to content

galacean/galacean.github.io

Repository files navigation

Galacean Site

The documentation source of Galacean Engine.

Development

Develop site

$ yarn
$ yarn dev

open http://local.alipay.net

Only develop playground

$ yarn playground

Deploy

$ yarn build

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\galacean