diff --git a/README.md b/README.md index d13c410..5c4767a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ The project is purely a learning exercise right now. Ensure you have your latest graphics card drivers installed before use. +## Aims + +- Full unicode support +- OpenGL rendering +- Full customisation options +- 256 colour support +- Clipboard access +- Clickable URLs + + ## Build Dependencies - Go 1.10.3+ @@ -11,6 +21,16 @@ Ensure you have your latest graphics card drivers installed before use. - 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 | ✔ +| MacOSX | +| Windows | + + ## Planned Features | Feature | Done | Notes | @@ -27,15 +47,6 @@ Ensure you have your latest graphics card drivers installed before use. | Scrolling | | Infinite buffer implemented, need GUI scrollbar & render updates | Mouse interaction | | | Sweet render effects | | -|||| - -## Platform Support - -| Platform | Supported | -|----------|------------| -| Linux | ✔ -| MacOSX | ✘ (nearly) -| Windows | ✘ ## Configuration