23 lines
559 B
Markdown
23 lines
559 B
Markdown
---
|
||
layout: home
|
||
|
||
hero:
|
||
name: "ECS Framework"
|
||
text: "高性能ECS框架"
|
||
tagline: "为Javascript游戏开发而设计"
|
||
actions:
|
||
- theme: brand
|
||
text: 快速开始
|
||
link: /guide/getting-started
|
||
- theme: alt
|
||
text: 查看示例
|
||
link: https://github.com/esengine/lawn-mower-demo
|
||
|
||
features:
|
||
- title: 高性能
|
||
details: 支持大规模实体处理
|
||
- title: 类型安全
|
||
details: 完整的TypeScript支持,编译时类型检查
|
||
- title: 模块化设计
|
||
details: 核心功能独立打包,支持多平台
|
||
--- |