Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (33 loc) · 722 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 722 Bytes

This repository is archived. The documentation source of Galacean Engine has been moved to galacean/engine.

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