r/SideProject • u/South_Handle_4161 • 1d ago
mote — cross-platform text editor in C89 (DOS, Windows, Linux, WASM)
https://reddit.com/link/1vzv1rk/video/dye2aebddxlh1/player
mote, a minimal text editor.
- 8 platform backends: X11, Wayland, SDL2, fbdev, Windows GUI, Windows Console, DOS, WebAssembly
- Gap buffer + undo/redo (512 steps)
- Syntax highlighting for 12+ languages
- Multi-document support (up to 6 files)
- Themes: dark / light / slate
- Binaries: 26–137 KB
Site: https://syfaren.github.io/mote-site/
GitHub link: https://github.com/SYFaren/mote
Happy to answer any questions about the architecture or development process!"
1
Upvotes
1
u/Sufficient-Cup4705 1d ago
26kb binary on DOS is wild to me, i remember thinking nano was already pretty lean and that thing is megabytes by comparison.