mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Add "Project using FTXUI" section.
This commit is contained in:
parent
cfdb18928d
commit
c66e948f7c
@ -11,8 +11,6 @@ A simple C++ library for terminal based user interface.
|
||||
* Functional style.
|
||||
* Simple and elegant syntax (in my opinion).
|
||||
* No dependencies.
|
||||
|
||||
## Other features
|
||||
* vim navigation friendly (h,j,k,l)
|
||||
|
||||
## Example:
|
||||
@ -39,6 +37,10 @@ A simple C++ library for terminal based user interface.
|
||||
## Tutorial
|
||||
See [Tutorial](./tutorial.md)
|
||||
|
||||
## Project using FTXUI
|
||||
|
||||
None! This is still a newborn project. Please add a link to your project here.
|
||||
|
||||
## Build using CMake
|
||||
~~~bash
|
||||
mkdir build && cd build
|
||||
|
Loading…
Reference in New Issue
Block a user