Add ideal applications to readme

This commit is contained in:
Alexandre Bury 2015-05-19 13:54:50 -07:00
parent dedacd4912
commit 7cb0a7b6d4

View File

@ -23,6 +23,11 @@ fn main() {
}
```
The goal is to be flexible enough, so that recreating these kind of tools would - relatively - easy (at least on the layout front):
* [menuconfig](http://en.wikipedia.org/wiki/Menuconfig#/media/File:Linux_x86_3.10.0-rc2_Kernel_Configuration.png)
* [nmtui](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Configure_a_Network_Team_Using_the_Text_User_Interface_nmtui.html)
A few notes :
* The main focus point is _not_ performance. This is a simple layout library, guys, not [compiz](https://www.google.com/search?q=compiz&tbm=isch) piped into [libcaca](https://www.google.com/search?q=libcaca&tbm=isch). Unless you are running it on your microwave's microcontroller, it's not going to be slow.