Skip to content

Releases: matteoppet/text_editor

Simple Raylib Text Editor v1.0.0

23 Apr 10:24

Choose a tag to compare

This is the initial release of the Simple Raylib Text Editor.

A basic text editor built with C++ and Raylib, featuring:

  • Piece Table data structure
  • Open, Save, Save As
  • Copy, Paste, Undo, Redo
  • Text selection and navigation using arrow keys
  • Mouse wheel scrolling

See the main README for build instructions. Enjoy!