Small PNGTubing app https://cathode.tube
Go to file
emerald e3fdda3f0f
ci/woodpecker/tag/build Pipeline was successful Details
ci/woodpecker/tag/publish Pipeline failed Details
[CI SKIP] dev (#5)
Co-authored-by: emerald <emerald_actual@proton.me>
Reviewed-on: https://gitea.greenboi.me/emerald/cathode/pulls/5
2022-10-21 02:21:37 -04:00
.helix [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
.woodpecker [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
public dev (#1) 2022-09-17 17:59:44 +00:00
ray_format dev (#1) 2022-09-17 17:59:44 +00:00
src [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
src-tauri [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
.gitignore [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
CHANGELOG.md [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
Dockerfile.build [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
LICENSE Create LICENSE 2022-08-26 11:31:39 -04:00
README.md [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
index.html dev (#1) 2022-09-17 17:59:44 +00:00
justfile [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
package-lock.json [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
package.json save tauri cli as npm dev dependency 2022-09-25 12:58:49 -04:00
svelte.config.js frame preview component 2022-09-01 01:08:38 -04:00
tsconfig.json reorganize lmao 2022-08-26 11:53:24 -04:00
tsconfig.node.json reorganize lmao 2022-08-26 11:53:24 -04:00
vite.config.ts reorganize lmao 2022-08-26 11:53:24 -04:00

README.md

Cathode status-badge

a small app for PNG tubing. Think Veadotube-mini but completely FOSS.

Built with Tauri and Svelte.

Installation

Packages

There are a few prebuilt packages available here for the latest stable release. They are built on Bullseye Debian, so should be compatible with most up to date systems. Debian derived distros will want the .deb file, and Fedora users will want the .rpm file. Download the correct file and install it with your package manager.

Alternatively, download the AppImage, which should work on any glibc linux distro at the cost of being a considerable larger file. Once you download the .AppImage file, give it execution permissions (eg: chmod +x cathode-tube.AppImage) and run it like a command or script.

Building from source

Prerequisites

In order to build from source you will need a few things to get started

Building

Once all of these are installed, clone the repo and run

npm install

This will install everything needed to build the frontend, as well as the tauri cli. Building the project itself is then as simple as

npm run tauri build

This will build the frontend and backend, and bundle the .deb and .AppImage packages, found in src-tauri/target/release/bundle.

The binary itself (at src-tauri/target/release/cathode-tube) is all that is needed to run the program, so if neither bundle works for you simply copy the executable to somewhere in your path, or run

cargo install --path src-tauri 

Just

If you have the just command runner installed, as well as the other prerequisites, then you can run

just install 

Which will build the project and install it to /usr/bin, along with the .desktop file and icons