o
odinpkg.dev
packages / app / bragi

bragi

ec628ffapp

Modern text editor in Odin

MIT · updated 8 months ago

Bragi Editor

Bragi

Bragi is a modern text editor for programmers that prefer to use their keyboard. Inspired by Emacs, but without the need of having to maintain a repo worth of configuration, Bragi gives you keyboard interactions for anything you want to do on the editor.

Warning

Bragi is in pre-alpha, intended to be used by its developers.

Features

  • Keyboard control for everything
  • Very flexible multi-cursor system
  • Electric indent
  • GPU rendering
  • Auto-conversion from CRLF to LF
  • Low RAM and CPU footprint

Roadmap

  • Settings file for easy configuration
  • Find files and search in projects

How to build from source

Get the Odin compiler and run the build script:

./release.sh

The executable will be available for you in <bragi-dir>/release