Text-based UI (TUI) for a Slack client
Running the example in a terminal
High quality video on Youtube: https://youtu.be/RJRGfvKEgEw
Coding timelapse: https://youtu.be/cEqNYesDCXg
The following page runs an Emscripten port of the application for demonstration purposes:
slack.ggerganov.com (not suitable for mobile devices)
This is mock UI for a Slack client that runs in your terminal. The business logic of the client is completely missing. The purpose of this example is to demonstrate the capabilities for the ImTui library.
git clone https://github.com/ggerganov/imtui --recursive
cd imtui
mkdir build && cd build
cmake ..
make
./bin/slack