Update document WIP.

This commit is contained in:
ArthurSonzogni
2020-05-25 01:34:13 +02:00
committed by Arthur Sonzogni
parent 177df31d41
commit 75c424cea9
55 changed files with 3244 additions and 152 deletions

View File

@@ -58,12 +58,12 @@ A simple C++ library for terminal based user interface.
## Build
* [CMake](https://cmake.org) → [Instructions](./tutorial/build-with-cmake.md)
* [nxxm](https://nxxm.github.io) → [Instructions](./tutorial/build-with-nxxm.md)
* [CMake](https://cmake.org) → [Instructions](./doc/build-with-cmake.md)
* [nxxm](https://nxxm.github.io) → [Instructions](./doc/build-with-nxxm.md)
## Tutorial
- [Starter cmake project](https://github.com/ArthurSonzogni/ftxui-starter)
- [Tutorial](./tutorial/tutorial.md)
- [Tutorial](./doc/tutorial.md)
## Project using FTXUI