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

24 lines
898 B
Markdown
Raw Normal View History

2022-08-29 10:46:26 -04:00
---
title: "Trinity"
date: 2018-03-18T12:00:00-05:00
draft: false
source: "https://git.sr.ht/~redstrate/trinity"
license: GPLv3
tags:
- C++
- Qt
2022-08-29 10:50:32 -04:00
layout: "project"
2022-08-29 10:46:26 -04:00
---
Discord-like Matrix client using QML and Qt.
<!--more-->
---
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.
2022-09-14 10:57:42 -04:00
![Screenshot of the main user interface](screenshot.png)
2022-08-29 10:46:26 -04:00
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.