ArthurSonzogni
|
cac94439ff
|
Add webassembly support
|
2021-03-21 23:30:46 +01:00 |
|
ArthurSonzogni
|
5291f660ca
|
Automatically fix style.
|
2020-09-07 11:25:50 +02:00 |
|
ArthurSonzogni
|
75c424cea9
|
Update document WIP.
|
2020-08-09 10:49:06 +02:00 |
|
ArthurSonzogni
|
e34f051f7a
|
Simplify the Render(screen, document) function.
|
2020-05-20 21:23:59 +02:00 |
|
ArthurSonzogni
|
e1a71d5b9f
|
Use shared_ptr instead of unique_ptr for elements.
This allow users to pass it into initializer list. Then clang-format
will produce 'acceptable' indentations.
This fixes:
https://github.com/ArthurSonzogni/FTXUI/issues/18
|
2020-05-20 20:51:20 +02:00 |
|
ArthurSonzogni
|
f506be941d
|
Add automatic formatting and license.
|
2020-04-19 21:01:09 +02:00 |
|
ArthurSonzogni
|
fce29a03b3
|
Run clang-format.
|
2020-03-27 01:42:46 +01:00 |
|
ArthurSonzogni
|
a402cb4fbb
|
Fix format. Try compile on Windows.
|
2020-03-22 22:32:44 +01:00 |
|
ArthurSonzogni
|
9117166541
|
Add Graph.
|
2019-01-26 21:52:55 +01:00 |
|
Arthur Sonzogni
|
21644eea6b
|
Flatten the namespaces.
Remove:
* ftxui::screen
* ftxui::dom
* ftxui::component
Keep:
* ftxui
|
2019-01-12 15:00:08 +01:00 |
|
Arthur Sonzogni
|
5887114793
|
Refactor directory structure.
The goal is to increase the separation in between:
* ftxui::screen
* ftxui::dom
* ftxui::component
|
2019-01-06 17:10:35 +01:00 |
|
Arthur Sonzogni
|
0b8a2ec181
|
Add more examples.
|
2019-01-06 01:28:14 +01:00 |
|