Kitsu is a web application to share the progress of your productions and validate your deliveries. It improves the communication between all stakeholders. Which leads to better pictures, shipped faster.
The Kitsu Publisher is a desktop application that connects DCC Tools to Kitsu. Through it, your artists can see their todo list, comment tasks and send previews to Kitsu directly from their tools.
Work in progress:
- Blender
- Toon Boom Harmony
You need to download (or to build if you want to : see Development Environment) your preferred installer/package/portable for the app corresponding to your OS in the releases.
All comands have the keyword {version} in the filenames, you need to replace the version with the current version of the Kitsu Publisher.
-
deb package (for debian based distributions):
-
To install the package:
dpkg -i kitsu-publisher_{version}_amd64.deb
-
The package is now in your applications and in your $PATH.
-
-
rpm package (for RHEL based distributions):
-
To install the package:
rpm -i kitsu-publisher_{version}_x86_64.rpm
-
The package is now in your applications and in your $PATH.
-
-
snap package:
-
To install the package:
snap install kitsu-publisher_{version}_amd64.snap --dangerous
-
The package is now in your applications and in your $PATH.
-
-
tar.gz archive:
-
To extract the archive:
tar -xf kitsu-publisher-{version}.tar.gz
-
To run the app:
kitsu-publisher-{version}/kitsu-publisher
-
-
AppImage:
-
to run the app:
./Kitsu publisher-{version}.AppImage
-
-
NSIS Installer:
-
Double-click on the installer (Kitsu-publisher-Setup-{version}.exe) and follow the instructions.
-
The package is now in your applications.
-
-
Msi installer:
-
Double-click on the installer (Kitsu-publisher-{version}-ia32.msi) and it will install directly the app.
-
The package is now in your applications.
-
-
Portable application:
- Double-click on the executable (Kitsu-publisher-{version}.exe) to run the app.
-
Zip portable application:
-
Extract the zip (Kitsu-publisher-{version}-ia32-win.zip) by right-clicking and select "Extract All" and then follow the instructions.
-
Double click on the executable (Kitsu publisher.exe) inside the extracted folder to run the app.
-
- coming soon
You need to download the connectors-{version}.zip archive in the releases. After that, you have to unzip the archive (with right-click "Extract All" on Windows or unzip on Linux/macOS for example).
-
You need to go inside the blender directory.
-
On Windows (with PowerShell):
-
If you want to be guided through the installation of the plugin, you have to right-click on the script install.ps1 and select "Run with PowerShell" to run the script in prompt mode. If you have multiple installations from installer of Blender it will install the plugin for all the installations (not if you select a portable Blender).
-
If you want to run the script with PowerShell command line it's possible, look at the help with:
.\install.ps1 -help
-
-
On Linux:
-
If Blender is installed with a system package (for example: deb or rpm):
./install.sh --system
-
If Blender is an unpacked directory (tar.xz archive):
./install.sh --unpacked-directory=PATH_TO_YOUR_PORTABLE_BLENDER
-
If Blender is installed with a snap package:
./install.sh --snap
-
-
On macOS:
- coming soon
-
You need to go inside the harmony directory.
-
On Windows (with PowerShell):
-
If you want to be guided through the installation of the plugin, you have to right-click on the script install.ps1 and select "Run with PowerShell" to run the script in prompt mode. If you have multiple installations from installer of Toon Boom Harmony it will install the plugin for all the installations.
-
If you want to run the script with PowerShell command line it's possible, look at the help with:
.\install.ps1 -help
-
-
On macOS:
- coming soon
To develop or to build the Electron app you need Node.js>=16.11 installed.
To install all the dependencies needed by the Electron app you have to run in the project folder:
npm install
To run the Electron app in development mode you have to run an npm script:
npm run dev
It will spawn an electron instance and a Vite development server.
-
On debian based Linux you need:
-
To install these packages:
apt-get install build-essential libcairo2-dev libpango1.0-dev \ libjpeg-dev libgif-dev librsvg2-dev
-
If you want to build specific target like rpm you need to install:
apt-get install rpm
-
-
On Windows you need:
- See the wiki of node-canvas.
-
On macOS you need (with Homebrew):
brew install pkg-config cairo pango libpng jpeg giflib librsvg
You need to run npm scripts:
-
If you only want to build an unpackaged directory:
npm run build
-
If you want to build for all targets:
npm run build:all
As any open source project, we enjoy any contribution! You will find below how you can help the Kitsu project to get better.
All bugs must be submitted directly in the issue page of this repository.
Feature requests must be posted on our Canny page.
If you want to contribute to translations, you can connect directly to the POEditor platform.
All contributions are welcomed as long as they respect the C4 contract.
The Kitsu publisher code is written with Javascript (ES6) and is based on the Electron and the VueJS framework extended with the Vuex plugin.
Kitsu Publisher is written by CGWire, a company based in France. We help teams of animation studios to collaborate better. We provide tools to more than 50 studios spread all around the world.
On the technical side, we apply software craftmanship principles as much as possible. We love coding and consider that strong quality and good developer experience matter a lot.
Visit cg-wire.com for more information.