mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +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 底层使用多线程管理与线程间的通信以及事件分发,可插件定制化,把复杂游戏简单化切以高性能、低耦合度实现。
|
||||
---
|
||||
|
28
edit/main/en/README.md
Normal file
28
edit/main/en/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
home: true
|
||||
heroImage: /images/TEngine512.png
|
||||
heroText: TEngine
|
||||
tagline: Unity full function framework solution-Tengine
|
||||
|
||||
lang: zh-CN
|
||||
title: Summary|TEngine
|
||||
description: TEngine
|
||||
|
||||
actions:
|
||||
- text: Get started quickly
|
||||
link: /zh/guide/getting-started.html
|
||||
type: primary
|
||||
- text: Project introduction
|
||||
link: /guide/
|
||||
type: secondary
|
||||
|
||||
features:
|
||||
- title: High modularity
|
||||
details: You can decide whether to use the network module, hot update module, UI module, etc. we provide Huatuo hot update of ilcpp or ilruntime hot update of mono, and integrate other powerful tools such as protobuf tool.
|
||||
- title: Use Out of the box
|
||||
details: Use out of the box, simple and easy to use. You don't need to care about the bottom of the framework and implement your gameplay separately.
|
||||
- title: High performance
|
||||
details: Tengine uses multithreading to manage the communication between threads and event distribution. It can customize plug-ins and simplify complex games to achieve high performance and low coupling.
|
||||
|
||||
---
|
||||
|
2
edit/main/guide/1.0.0/getting-started.md
Normal file
2
edit/main/guide/1.0.0/getting-started.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 敬请期待
|
||||
### 敬请期待
|
2
edit/main/guide/1.0.1/getting-started.md
Normal file
2
edit/main/guide/1.0.1/getting-started.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 敬请期待
|
||||
### 敬请期待
|
1
edit/main/guide/assets.md
Normal file
1
edit/main/guide/assets.md
Normal file
@@ -0,0 +1 @@
|
||||
# Hello
|
3
edit/main/guide/getting-started.md
Normal file
3
edit/main/guide/getting-started.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# 快速上手TEngine
|
||||
|
||||
#### 敬请期待
|
7
edit/main/guide/primary.md
Normal file
7
edit/main/guide/primary.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# 项目介绍TEngine
|
||||
## 为什么要使用我?
|
||||
|
||||
#### 1.框架简洁高效,文档齐全。内部高模块化定制,使用什么由您定义。
|
||||
#### 2.集成了次世代热更新框架Huatuo,通过改造ILCPP底层使原生支持热更新!!!(开发体验和原生C#及相似,不用写跨域适配,性能远高于某Lua和ILRunTime)
|
||||
#### 3.框架与您的玩法分离,开箱即用,您只需要少量代码和稍微阅读一下文档便可以使用。
|
||||
#### 4.TEngine是开源项目,框架中有入您法眼的模块,您可以随时分离出来运用到其他项目中。
|
Reference in New Issue
Block a user