DirectX12 game engine
https://github.com/L-Sun/HitagiEngine.git
Hitagi Engine 是以 C++20 开发的实验性游戏引擎。
git clone https://github.com/L-Sun/HitagiEngine
cd HitagiEngine
运行如下命令进行构建,期间可能需要安装依赖,请保证网络通畅
xmake f -m debug # 可以切换为 release
xmake f -m debug -c # 保证依赖由 MSVC 编译
xmake f -m debug --cc=clang --cxx=clang++ # 切换为 clang 进行编译
xmake
examples 目录下有部分简单的演示代码,可以在编译完成后,使用下面命令启动
xmake r playground