Skip to content

kbinani/KSesh

Repository files navigation

KSesh

An Interactive Hieroglyphic Editor, available on Windows, macOS, and the Web.

Actions Status License

screenshot

Install

Build

  • 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
    

SAST Tools

PVS-Studio - static analyzer for C, C++, C#, and Java code.