An Interactive Hieroglyphic Editor, available on Windows, macOS, and the Web.
- Windows
- macOS
- Web
-
Windows
cmake -B build cmake --build ./build --target ksesh --config Release --parallel ./build/ksesh_artifacts/Release/KSesh.exe -
macOS
cmake -B build -G Xcode cmake --build ./build --target ksesh --config Release --parallel open ./build/ksesh_artefacts/Release/KSesh.app -
iOS
cmake -B build -G Xcode -DCMAKE_SYSTEM_NAME=iOS open build/KSesh.xcodeproj # Choose the target "ksesh" then run on the simulator or on your device. -
Web
npm i make web open ./public/index.html
PVS-Studio - static analyzer for C, C++, C#, and Java code.
