diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -3,6 +3,10 @@ ## Overview `chatty` is a terminal chat application. Included is also a server. +<br> +<br> +<img src="https://git.spacehb.net/chatty/plain/screenshot.png?h=main"> + ### Client features - users are saved @@ -41,13 +45,13 @@ In another prompt, start a client with ``` # Resources -- terminal library: [Termbox2](https://github.com/termbox/termbox2) -- source code I looked at: +- Terminal library: [Termbox2](https://github.com/termbox/termbox2) +- Source code I looked at: - https://github.com/git-bruh/matrix-tui - https://github.com/NikitaIvanovV/ictree - *mmap & gdb*: [Tsoding - "Why linux has this syscall?" ](https://youtu.be/sFYFuBzu9Ow?si=CX32IzFVA8OPDZvS) - *pthreads*: [C for dummies](https://c-for-dummies.com/blog/?p=5365) - *unicode and wide characters*: [C for dummies](https://c-for-dummies.com/blog/?p=2578) - *sockets*: [Nir Lichtman - Making Minimalist Chat Server in C on Linux](https://www.youtube.com/watch?v=gGfTjKwLQxY) -- syscall manpages `man` -- UTF8 Comprssion: [Casey Muratori - Simple RLE Compressor](https://www.youtube.com/watch?v=kikLEdc3C1c&t=6312s) +- Syscall manpages `man` +- Compression: [Casey Muratori - Simple RLE Compressor](https://www.youtube.com/watch?v=kikLEdc3C1c&t=6312s) |