mirror of https://github.com/liamg/aminal.git
Update README.md
This commit is contained in:
parent
e5aa032351
commit
62a7dd78af
29
README.md
29
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue