This commit is contained in:
hyzboy 2018-11-15 02:05:10 +08:00
parent 477a825a46
commit 9ae14ef663
2 changed files with 18 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# ULRE
# ULRE
experiment project - Ultra Lightweight Rendering Engine
ULRE is a pilot project,Used to experiment with various rendering related techniques,And do some examples.
ULRE is a project of experimental nature,Used to experiment with various rendering related techniques,And do some examples.
In the future, its complex version will be integrated into CMGameEngine.Used to replace the old rendering engine.
In the future, its compilicated version will be integrated into CMGameEngine.Used to replace the old rendering engine.
ULRE是一个试验性质的工程用于试验各种渲染相关的技术以及做一些范例。在未来它的复杂化版本会被整合到CMGameEngine中用于替代旧的渲染引擎。

15
WIP/2018.11.15.txt Normal file
View File

@ -0,0 +1,15 @@
repo Initial Construction Instructions:
The project was set up for 3 target
1. To help cmgameengine a completely new renderer
2. In order to need to learn OpenGL Core/ES friends to provide a follow-up learning process
3. Provide a least dependent renderer for friends who simply need to learn game making
仓库初建说明:
设立这个项目有3个目的
1.为了帮助CMGameEngine重新一个全新的渲染器
2.为了需要学习OpenGL Core/ES的朋友提供一个跟随学习的过程
3.为仅仅需要学习游戏制作的朋友提供一个最少依赖的渲染器