https://github.com/kbinani/ksesh
An Interactive Hieroglyphic Editor
https://github.com/kbinani/ksesh
hieroglyphs online-editor text-editor
Last synced: 3 months ago
JSON representation
An Interactive Hieroglyphic Editor
- Host: GitHub
- URL: https://github.com/kbinani/ksesh
- Owner: kbinani
- License: agpl-3.0
- Created: 2024-07-18T20:06:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-13T17:34:27.000Z (3 months ago)
- Last Synced: 2025-07-13T19:20:02.563Z (3 months ago)
- Topics: hieroglyphs, online-editor, text-editor
- Language: TypeScript
- Homepage: https://kbinani.github.io/KSesh/
- Size: 9.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# KSesh
An Interactive Hieroglyphic Editor, available on Windows, macOS, and the Web.
[](https://github.com/kbinani/KSesh/actions)
[](https://www.gnu.org/licenses/agpl-3.0.html)
# Install
- Windows
- https://www.microsoft.com/store/apps/9PPDNN5S6Z36
- macOS
- https://apps.apple.com/us/app/ksesh/id6596728393
- Web
- https://kbinani.github.io/KSesh/# Build
- Windows
```
mkdir build
cd build
cmake ..
cmake --build . --target ksesh --config Release --parallel
ksesh_artifacts/Release/KSesh.exe
```- macOS
```
mkdir build
cd build
cmake .. -GXcode
cmake --build . --target ksesh --config Release --parallel
open ./ksesh_artefacts/Release/KSesh.app
```- Web
```
npm i
make web
open ./public/index.html
```# SAST Tools
[PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.