pvz-2024
This repository is redirected from pvz to make a more OOP-styled approach for the Plant-VS-Zombie game.
As #13 mentioned, since we are Chineses, 我们使用中文.
请参考 docs 来获得更全面的信息.
recursive
模式 clone 仓库。如果已经 clone 了,可以使用 git submodule update --recursive
.vkcube
来检查是否下载成功。
注意:submodule
中的Vulkan-Headers并不是上面所说的Vulkan 包,下载了那个submodule
并不代表安装了 Vulkan.test_gui
可以运行,再运行主要项目.在 PVZ-2024 这个项目的 CMakeLists 里,有一个 option DEBUG_VULKAN. 如果将这个开关设为 ON, 则会显示来自 Vulkan 的调试信息。由于 CMake Cache 等原因,设置可能无效。这时候可能需要手动在 file_helper.h 内 #define VULKAN_DEBUG
.
#pragma once
.class
对象.