The name Yuzuyu comes from the translation of the character 柊ゆずゆ in フレラバ.
This is work in progress. Do not using it in production.
- xmake
- Requires C++20 compiler.
Install msvc toolchain.
Recommend use scoop as package manager.
scoop install xmake vulkansdk
TODO
Clone repo, then try
xmake f -m debug -y
xmake build sandbox
After build, try
xmake run sandbox
If you want to accelerate to compile with C++20 stl header units, try
xmake f --modules=y
Only msvc support now.
xmake f -m debug --test=y
xmake build -g test
xmake run -g test