https://github.com/tecc/diskrita
Diskrita is an extension for Krita adding Discord Rich Presence integration using the Discord Game SDK.
https://github.com/tecc/diskrita
discord discordrpc krita krita-plugin
Last synced: 2 months ago
JSON representation
Diskrita is an extension for Krita adding Discord Rich Presence integration using the Discord Game SDK.
- Host: GitHub
- URL: https://github.com/tecc/diskrita
- Owner: tecc
- License: mit
- Created: 2021-09-12T23:27:34.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-09-13T11:02:24.000Z (almost 5 years ago)
- Last Synced: 2025-06-12T02:54:35.477Z (about 1 year ago)
- Topics: discord, discordrpc, krita, krita-plugin
- Language: Python
- Homepage:
- Size: 5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diskrita
Diskrita simply interfaces with the Discord Game SDK to set your activity to be Krita.
## Supported platforms
As far as I'm aware, Diskrita supports all major platforms running on x86-64 hardware. This includes Windows, Linux and Mac OSX.
## Installing
### From source code
#### Step 1. Get the source code
##### Cloning the repository
To clone the repository, you need [git](https://git-scm.com) to be installed.
Run the following command to install it.
```
git clone https://github.com/tecc/Diskrita.git
```
##### Downloading files from GitHub
[Download here](https://github.com/tecc/Diskrita/archive/refs/heads/dev.zip).
That is a direct link to GitHub's packaged archive.
#### Step 2. Install it to Krita
##### Installing using a zip file
###### Step 2.1. Build Diskrita
Building Diskrita is easy - simply run [bundle.py](./bundle.py) with Python 3 or above. It will make an installable. Run this in the source directory:
```
python3 bundle.py
```
###### Step 2.2. Install it to Krita
> To-do
##### Installing the files manually
> To-do
#### Step 3. Restart Krita
Annoyingly, Krita requires that you restart the application when you install a new plugin (or update one, for that matter).
## Licence
Diskrita is licensed under the [MIT licence](./LICENCE.txt).
Under the hood it's powered by [LennyPhoenix's py-discord-sdk library](https://github.com/LennyPhoenix/py-discord-sdk). All of the files belonging to PDK are located in [diskrita/dsdk](./diskrita/dsdk), and are licenced under the MIT licence as well.