An Elm-based Matrix client.
Go to file
Danila Fedorin 525a6dd878 Add the basic HTML file. 2018-12-23 19:20:09 -08:00
src Add error messages to some scenarios. 2018-12-23 00:39:20 -08:00
static Add display to errors. 2018-12-23 00:23:48 -08:00
README.md Add a README. 2018-12-23 19:19:58 -08:00
elm.json Add markdown rendering for messages that have it. 2018-12-20 22:59:31 -08:00
index.html Add the basic HTML file. 2018-12-23 19:20:09 -08:00

README.md

Scylla

A minimalist client for the Matrix chat protocol.

Why?

Riot, the flagship Matrix client, is slow. Switching rooms has a noticable delay (probably around several hundred milliseconds). History loading causes strange jumps in the scroll position. Scylla aims to be faster and more responsive, while still maintaining all the necessary features for a chat client.

What can it do?

Scylla currently supports the following features:

  • Sending and receiving messages
  • Sending and receiving images and files
  • Converting Markdown into HTML for specially formatted messages
  • Loading old history in a room

Should I use Scylla?

Maybe. Scylla aims for a more minimalistic experience, remeniscent of IRC. It doesn't strive to have the rich chat client features that Riot goes for, and attempts to polish the common tasks. If you would like a more advanced chat client, stick with Riot. However, if you prefer polished minimalism, Scylla might be the client for you.