o
odinpkg.dev
packages / app / text-editor

text-editor

e1a0ef9app

No description provided.

MIT · updated 5 months ago

Text editor

A lightweight, GPU-rendered text editor built in Odin with SDL2. Designed somewhere between the snappiness of Sublime Text and the modal philosophy of Neovim.

⚠️ This is a learning project — built to explore low-level text editing, rendering, and editor design from scratch.

Goals

  • Modal editing inspired by Vim keybindings
  • Minimal UI
  • No electron, no web tech — just SDL2 and raw pixels
  • Learn the Odin language and its idioms in a non-trivial codebase