https://github.com/sinokadev/leafedit
LeafEdit: Text Editor for all!
https://github.com/sinokadev/leafedit
Last synced: 8 days ago
JSON representation
LeafEdit: Text Editor for all!
- Host: GitHub
- URL: https://github.com/sinokadev/leafedit
- Owner: sinokadev
- License: mit
- Created: 2026-05-18T10:46:31.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-20T18:24:17.000Z (about 2 months ago)
- Last Synced: 2026-05-20T20:54:02.266Z (about 2 months ago)
- Language: C++
- Size: 5.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeafEdit: Text Editor for all!
> **Note: Since this software is under development, not all features are supported.**
An **immediate-mode** GUI text editor. Very simple and lightweight. It supports a directory tree and binary hex editing. LeafEdit is **open-source**. If something is missing, feel free to send a PR!
This text editor prioritizes the latest versions of Ubuntu and Fedora. Windows and macOS support is not currently on our roadmap.
## Build
Need packages: SDL3, FreeType, OpenGL3
Need tools: CMake, Make, [Just](https://just.systems/)
```bash
$ just setup
$ just # running program
```
or use Cmake
```bash
$ cmake -S . -B build
$ cmake --build build
$ ./build/leafedit
```
## History
- 2026-05-18 - Repository created. Project started!
- 2026-05-20 - Project made public.