ULRE/README.md

26 lines
1004 B
Markdown
Raw Normal View History

2018-11-15 02:05:10 +08:00
# ULRE
2018-11-15 01:37:50 +08:00
experiment project - Ultra Lightweight Rendering Engine
2018-11-15 01:43:45 +08:00
2018-11-15 02:05:10 +08:00
ULRE is a project of experimental nature,Used to experiment with various rendering related techniques,And do some examples.
2018-11-15 01:43:45 +08:00
2018-11-15 02:05:10 +08:00
In the future, its compilicated version will be integrated into CMGameEngine.Used to replace the old rendering engine.
2018-11-15 01:43:45 +08:00
2019-04-30 19:06:22 +08:00
Platform: Windows,Linux (WIP: Android)
2019-04-30 19:50:19 +08:00
2019-04-30 19:06:22 +08:00
Graphics API: Vulkan
2019-05-09 07:47:15 +08:00
'master' branches will not be updated, please try to follow the latest branches or tags.
2018-11-15 01:43:45 +08:00
ULRE是一个试验性质的工程用于试验各种渲染相关的技术以及做一些范例。在未来它的复杂化版本会被整合到CMGameEngine中用于替代旧的渲染引擎。
2019-04-30 19:06:22 +08:00
平台: Windows,Linux (开发中: Android)
2019-04-30 19:50:19 +08:00
2019-04-30 19:06:22 +08:00
图形API: Vulkan
2018-11-15 01:43:45 +08:00
ULRE是一个试验性质的工程用于试验各种渲染相关的技术以及做一些范例。在未来它的复杂化版本会被整合到CMGameEngine中用于替代旧的渲染引擎。
2019-05-09 07:47:15 +08:00
'master'分支不会得到更新,请尽量跟随最新分支或标记