redstrate.com/content/software/trinity/index.md

23 lines
928 B
Markdown

---
title: "Trinity"
date: 2018-03-18
draft: false
source: "https://codeberg.org/redstrate/trinity"
license: GPLv3
projtags:
- CPlusPlus
- Qt
- Matrix
layout: "project"
aliases:
- /projects/trinity
summary: "Discord-like Matrix client using QML and Qt."
---
I was super interested in Matrix back in 2018, and thus
was determined to create a client similar to Discord that
could help users who were looking for a similar experience. Trinity was born, and I learned a ton about the Matrix specification and Qt/QML development from this project.
![Screenshot of the main user interface](screenshot.webp)
Unfortunately I could only recover an older version of the source code, but it's still completely functional today. However, The commit history is wiped clean. It used to feature some stuff that didn't exist in some of the most popular Matrix clients back then, such as audio/video calling (using WebRTC) and custom emotes.