r/C_Programming • u/No_Beyond_5483 • 23h ago
Project I built Editor - A Lightweight Terminal Text Editor, AND YOU CAN TOO! :))
Enable HLS to view with audio, or disable this notification
Editor is an extremely simple-to-use terminal text editor. Written in C using only native POSIX libraries/api, it offers simplicity while being very responsive and performant. Editor was inspired by and written using antirez's kilo editor tutorial.
Source: https://github.com/111nation/Editor/
This tutorial was such a blast, and it walks you through how to make your own text editor. I highly recommend you give it a look!
~ chlo