Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbinani/ksesh
An Interactive Hieroglyphic Editor
https://github.com/kbinani/ksesh
hieroglyphs online-editor text-editor
Last synced: 8 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T04:19:06.000Z (3 months ago)
- Last Synced: 2024-08-13T07:18:16.984Z (3 months ago)
- Topics: hieroglyphs, online-editor, text-editor
- Language: TypeScript
- Homepage: https://kbinani.github.io/KSesh/
- Size: 7.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KSesh
An Interactive Hieroglyphic Editor, available on Windows, macOS, and the Web.
[![Actions Status](https://github.com/kbinani/KSesh/workflows/CI/badge.svg)](https://github.com/kbinani/KSesh/actions)
[![License](https://img.shields.io/github/license/kbinani/KSesh)](https://www.gnu.org/licenses/agpl-3.0.html)![screenshot](https://raw.githubusercontent.com/kbinani/KSesh/main/pkg/app-store/screenshot.png)
# 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
```