From c66e948f7c98ac7739503908f5c8b56531c568b1 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Sun, 27 Jan 2019 17:11:43 +0100 Subject: [PATCH] Add "Project using FTXUI" section. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6a82f22..91001cc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Functional Terminal (X) User interface** -A simple C++ library for terminal based user interface. +A simple C++ library for terminal based user interface. ## Demo: ![Demo image](./examples/component/homescreen.gif) @@ -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