phi: gpu accelerated code-editor; definitely not to be confused phonetically with vi.
Go to file
2016-11-24 09:31:14 +00:00
cfg Icon loading + bug fixes 2016-11-24 09:31:14 +00:00
gfx fmt codebase 2016-11-14 07:24:19 +00:00
gui Icon loading + bug fixes 2016-11-24 09:31:14 +00:00
res editor -> gui, simple text rendering with rope ds 2016-11-13 22:31:21 +00:00
.gitignore fmt codebase 2016-11-14 07:24:19 +00:00
LICENSE license 2016-11-14 00:17:42 +00:00
main.go Icon loading + bug fixes 2016-11-24 09:31:14 +00:00
README.md Build notes 2016-11-15 20:26:29 -08:00

nate-editor

Nate is a re-write of an old text-editor I wrote earlier this year.

building

You'll need veandco/sdl2 and veandco/SDL2_ttf, as well as BurntSushi/toml and vinzmay/go-rope. In addition to this, in ~/.nate-config/ make a config.toml file as this is not yet done by the editor!

[editor]
aliased = true

license

mit