Update Readme.md

This commit is contained in:
ArthurSonzogni 2019-01-27 17:20:55 +01:00
parent cc8b434dcc
commit 2eddd0fa17

View File

@ -8,10 +8,11 @@ A simple C++ library for terminal based user interface.
![Demo image](./examples/component/homescreen.gif) ![Demo image](./examples/component/homescreen.gif)
## Feature ## 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). * Simple and elegant syntax (in my opinion).
* No dependencies. * No dependencies.
* vim navigation friendly (h,j,k,l)
## Example: ## Example:
~~~cpp ~~~cpp
@ -41,10 +42,6 @@ See [Tutorial](./tutorial.md)
None! This is still a newborn project. Please add a link to your project here. 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 ## Build using CMake
~~~bash ~~~bash
mkdir build && cd build mkdir build && cd build
@ -87,3 +84,8 @@ int main(int argc, const char *argv[])
return 0; return 0;
} }
~~~ ~~~
## Hosted on:
* [github](https://github.com/ArthurSonzogni/ftxui)
* [gitlab](https://gitlab.com/ArthurSonzogni/ftxui)