galacean / galacean.github.io

Source code of website, documentation and examples included.

Home Page:https://galacean.antgroup.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Source code of website, documentation and examples included.

https://galacean.antgroup.com/

License:MIT License


Languages

Language:TypeScript 96.8%Language:HTML 1.2%Language:JavaScript 1.1%Language:Less 0.5%Language:Sass 0.3%Language:EJS 0.1%