Go to file
Liam Galvin b0c60e7336 basic colour rendering 2018-07-01 16:29:14 +01:00
config initial gui base 2018-06-28 12:26:48 +01:00
fonts initial gui base 2018-06-28 12:26:48 +01:00
gui basic colour rendering 2018-07-01 16:29:14 +01:00
pty basic terminal package 2018-06-28 15:00:16 +01:00
terminal basic colour rendering 2018-07-01 16:29:14 +01:00
vendor basic terminal package 2018-06-28 15:00:16 +01:00
.gitignore fix ignore 2018-07-01 10:44:53 +01:00
Gopkg.lock basic terminal package 2018-06-28 15:00:16 +01:00
Gopkg.toml basic terminal package 2018-06-28 15:00:16 +01:00
README.md basic terminal package 2018-06-28 15:00:16 +01:00
main.go basic colour rendering 2018-07-01 16:29:14 +01:00

README.md

Raft is a terminal emulator utilising OpenGL.

This project is purely a learning exercise right now.

Build Dependencies

  • Go 1.10.3+
  • On macOS, you need Xcode or Command Line Tools for Xcode (xcode-select --install) for required headers and libraries.
  • On Ubuntu/Debian-like Linux distributions, you need libgl1-mesa-dev xorg-dev.
  • On CentOS/Fedora-like Linux distributions, you need libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel mesa-libGL-devel libXi-devel.

Platform Support

Platform Supported
Linux Yes
MacOSX Not yet...
Windows Not yet...