taohanxu / PainterEngineDoc

Open source game engine PainterEngine development documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Painter Engine Document

Preview the document

QUICK START

# Install dependencies
yarn
# Start the service
yarn run dev

# or use npm
# Install dependencies
npm install
# Start the service
npm run dev

About

Open source game engine PainterEngine development documentation

License:MIT License


Languages

Language:TypeScript 100.0%