From 36d872359e97c9ba08868662446d6cc46b30f6d2 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 16 May 2023 02:33:19 +0800 Subject: [PATCH] updated README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bdaf21a..e7a6c4da 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,21 @@ ULRE is a project of experimental nature,Used to experiment with various renderi In the future, its compilicated version will be integrated into CMGameEngine.Used to replace the old rendering engine. -Platform: Windows,Linux (WIP: Android) +Platform: Windows,Linux (WIP: Android,macOS,iOS) Graphics API: Vulkan +Milestone: + + On May 6 of 2023, a test was completed, and the entire scene was drawn with only one DrawCall. Although it still has a lot of unfinished work, it is still a very important milestone. + # ULRE是一个试验性质的工程,用于试验各种渲染相关的技术,以及做一些范例。在未来它的复杂化版本会被整合到CMGameEngine中,用于替代旧的渲染引擎。 -平台: Windows,Linux (开发中: Android) +平台: Windows,Linux (开发中: Android,macOS,iOS) 图形API: Vulkan + +里程碑: + + 2023年5月6日,完成了一个测试,只用了一次DrawCall就绘制出了整个场景。虽然它还有很多未完成的工作,但它依然是一个非常重要的里程碑。 \ No newline at end of file