Files
dl/document/main.md
T
2026-09-16 14:07:40 +08:00

26 lines
563 B
Markdown
Vendored
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# dl engine
dl引擎 是基于 C++ 的游戏引擎。
绘图基于 Vulkan SDK
目标平台为 Windows、Linux、Android、IOS。
绑定 Lua 脚本语言。
QQ群:512001256
## 使用教程
### 一、下载
使用 Git 拉取仓库:https://gitee.com/lveyou/dl
安装 VulkanSDKhttps://vulkan.lunarg.com/sdk/home
Windows 下开发环境,请安装 vs2022。
###二、编译示例
使用 vs 打开仓库根目录,便会自动解析 cmake,完成后选择【dl_test】项目运行,编译完成后即可查看示例程序。
###三、创建项目