mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
Update Readme.md
This commit is contained in:
parent
cc8b434dcc
commit
2eddd0fa17
14
README.md
14
README.md
@ -8,10 +8,11 @@ A simple C++ library for terminal based user interface.
|
||||
![Demo image](./examples/component/homescreen.gif)
|
||||
|
||||
## Feature
|
||||
* Functional style.
|
||||
* Functional style. Inspired by
|
||||
[1](https://hackernoon.com/building-reactive-terminal-interfaces-in-c-d392ce34e649?gi=d9fb9ce35901)
|
||||
and [React](https://reactjs.org/)
|
||||
* Simple and elegant syntax (in my opinion).
|
||||
* No dependencies.
|
||||
* vim navigation friendly (h,j,k,l)
|
||||
|
||||
## Example:
|
||||
~~~cpp
|
||||
@ -41,10 +42,6 @@ See [Tutorial](./tutorial.md)
|
||||
|
||||
None! This is still a newborn project. Please add a link to your project here.
|
||||
|
||||
## Hosted on:
|
||||
* [github](https://github.com/ArthurSonzogni/ftxui)
|
||||
* [gitlab](https://gitlab.com/ArthurSonzogni/ftxui)
|
||||
|
||||
## Build using CMake
|
||||
~~~bash
|
||||
mkdir build && cd build
|
||||
@ -87,3 +84,8 @@ int main(int argc, const char *argv[])
|
||||
return 0;
|
||||
}
|
||||
~~~
|
||||
|
||||
## Hosted on:
|
||||
* [github](https://github.com/ArthurSonzogni/ftxui)
|
||||
* [gitlab](https://gitlab.com/ArthurSonzogni/ftxui)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user