aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6cafe51e440f13b414d476d10d16bde29ed0dc0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# DcHaT
Decentralized chat. Currently only runs on GNU/Linux.
Max avatar size is 1mb
# Dependencies
boost, libnsgif, mpv, sfml, curl
# Building
Using [sibs](https://github.com/DEC05EBA/sibs) run `sibs build --release` in the root directory of the project and then run dchat using `./sibs-build/<platform>/release/dchat`
# TODO
Use a http(s) library to download content (curl?) and stream gif. If content is html, then stop downloading after we have retrieved title, header image and paragraph.\
Use std::search for StringView find
# Screenshot
![Sample screenshot](screenshot.png)