This repository has been archived on 2026-03-15 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
1c708161c573bc8a8603a8b4426ef6231ecc8ff6
SakuraVNE
Visual novel creator engine made with SDL2
windows:
Generate a visual studio 2026 solution and build from there:
cmake -G "Visual Studio 18 2026" -A x64
linux:
cmake -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build -j
Description
Languages
C++
63.6%
CMake
33.3%
Shell
1.7%
Batchfile
1.4%