mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ReadMe
This commit is contained in:
27
edit/main/README.md
Normal file
27
edit/main/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
home: true
|
||||
heroImage: /images/TEngine512.png
|
||||
heroText: TEngine
|
||||
tagline: Unity框架解决方案-TEngine
|
||||
|
||||
lang: zh-CN
|
||||
title: TEngine - Unity框架解决方案
|
||||
description: TEngine
|
||||
|
||||
actions:
|
||||
- text: 快速上手
|
||||
link: /guide/getting-started.html
|
||||
type: primary
|
||||
- text: 项目简介
|
||||
link: /guide/primary.html
|
||||
type: secondary
|
||||
|
||||
features:
|
||||
- title: 高模块化
|
||||
details: 网络模块、热更新模块、UI模块等等由您自己决定是否使用,我们提供了ILCPP的huatuo热更新或者Mono的ILRuntime热更新,集成了Protobuf工具等其他强大的工具。
|
||||
- title: 开箱即用
|
||||
details: 开箱即用、用法简洁,即用即上手.高可读性和详细的文档说明帮助你更快更好的进行游戏开发。您不需要关心框架的底层,分离独自实现您的GamePlay。
|
||||
- title: 性能强大
|
||||
details: TEngine 底层使用多线程管理与线程间的通信以及事件分发,可插件定制化,把复杂游戏简单化切以高性能、低耦合度实现。
|
||||
---
|
||||
|
Reference in New Issue
Block a user