HypnosNova / 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
$ 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\galacean

About

Source code of website, documentation and examples included.

https://galacean.antgroup.com/

License:MIT License


Languages

Language:TypeScript 97.4%Language:HTML 0.8%Language:JavaScript 0.7%Language:Less 0.6%Language:Sass 0.4%Language:EJS 0.1%