Skip to content

Commit

Permalink
README: update feature status, add link to Project Robius matrix room (
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos authored Apr 19, 2024
1 parent a22832a commit e3363fa
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Robrix: a Rust Matrix client built atop [Robius](https://github.com/project-robius)

[![Matrix Chat](https://img.shields.io/matrix/robius-robrix%3Amatrix.org?server_fqdn=matrix.org&style=flat&logo=matrix&label=Robrix%20Matrix%20Chat&color=B7410E)](https://matrix.to/#/#robius-robrix:matrix.org)
[![Robrix Matrix Chat](https://img.shields.io/matrix/robius-robrix%3Amatrix.org?server_fqdn=matrix.org&style=flat&logo=matrix&label=Robrix%20Matrix%20Chat&color=B7410E)](https://matrix.to/#/#robius-robrix:matrix.org)
[![Project Robius Matrix Chat](https://img.shields.io/matrix/robius-general%3Amatrix.org?server_fqdn=matrix.org&style=flat&logo=matrix&label=Project%20Robius%20Matrix%20Chat&color=B7410E)](https://matrix.to/#/#robius:matrix.org)

Robrix is a Matrix chat client written in Rust to demonstrate the functionality of the Robius, a framework for multi-platform application development in Rust.

> ⚠️ Robrix is just getting started and is not yet fully functional.
> ⚠️ Robrix is a work-in-progress that doesn't yet support all Matrix chat features.
>
> It is currently based on the [Makepad WeChat example](https://github.com/project-robius/makepad_wechat); only the first "Rooms" tab is in use.
> Note that only the first "Rooms" tab of the UI is in use.
The following table shows which host systems can currently be used to build Robrix for which target platforms.
| Host OS | Target Platform | Builds? | Runs? |
Expand Down Expand Up @@ -81,7 +82,9 @@ These are generally sorted in order of priority. If you're interested in helping
- [x] Display image messages (PNG, JPEG)
- [x] Rich text formatting for message bodies
- [ ] Display multimedia (audio/video/gif) message events
- [ ] Display reactions (annotations)
- [x] Display reactions (annotations)
- [ ] Handle opening links on click
- [ ] Linkify plaintext hyperlinks
- [ ] Inline link previews
- [ ] Inline reply view
- [x] Send messages (standalone, no replies)
Expand Down

0 comments on commit e3363fa

Please sign in to comment.