https://github.com/ruslang02/discord-aos
Discord client for Sailfish OS
https://github.com/ruslang02/discord-aos
Last synced: about 2 months ago
JSON representation
Discord client for Sailfish OS
- Host: GitHub
- URL: https://github.com/ruslang02/discord-aos
- Owner: ruslang02
- Created: 2021-10-31T19:53:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T19:18:02.000Z (over 3 years ago)
- Last Synced: 2025-01-13T20:34:05.596Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 119 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Discord client for Sailfish OS
Also supports Aurora OS (https://auroraos.ru).Uses Qt 5, QML Silica and TypeScript. Additionally requires `qt5-qtwebsockets` package to be installed.
### Building
```
git clone https://github.com/ruslang02/discord-aos.git
```
Open the project in Qt Creator. Install packages `qt5-qtwebsockets` and `qt5-qtwebsockets-devel` into your build environment. Build and install the resulting RPM package.### Features
- Login using Discord token 🚧 (only "Login" button)
- Settings view ❌
- Direct Messages list ❌
- Channel view ❌
- Servers list ❌
- ...### Third-party
- Qt 5
- QML Sailfish Silica
- QtWebSockets QML Components (https://github.com/qt/qtwebsockets/tree/5.6/src/imports/qmlwebsockets)