Update README.md

This commit is contained in:
Liam Galvin 2018-07-02 08:14:30 +00:00
parent e5aa032351
commit 62a7dd78af
1 changed files with 20 additions and 9 deletions

View File

@ -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