From 523e3bcf63ed95dc3d7a71718f108bd515f1cd8a Mon Sep 17 00:00:00 2001 From: ouczbs Date: Tue, 11 Feb 2025 11:22:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e59a55d..98d280e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ ![Logo](engine/assets/logo.png) # 个人游戏引擎 -原始项目: http://175.24.226.114:3000/ouczbs/zengine.git - 这是一个模块化的 C++ 游戏引擎,旨在帮助学习和实现基本的游戏引擎系统。它包括多个模块,如渲染、资源管理、UI 等,并使用 Vulkan 作为主要的渲染 API。该引擎的结构被拆分为多个静态库和动态链接库(DLL),通过 `xmake` 管理。 ## 功能