Small PNGTubing app https://cathode.tube
Go to file
Emerald 47b33853f3
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/deployment/publish Pipeline failed Details
add sever url to trigger plugin settings
2023-10-17 19:37:46 -04:00
.helix [CI SKIP] dev (#5) 2022-10-21 02:21:37 -04:00
.woodpecker add sever url to trigger plugin settings 2023-10-17 19:37:46 -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 feat: use canvas to render png 2023-10-12 01:35:42 -04:00
src-tauri chore: update binary name everywhere 2023-10-16 21:17:48 -04:00
.gitignore chore: update binary name everywhere 2023-10-16 21:17:48 -04:00
.tool-versions feat: use canvas to render png 2023-10-12 01:35:42 -04:00
CHANGELOG.md chore(release): prepare for 0.2.0 2023-10-12 01:35:42 -04:00
Dockerfile.build chore(ci): update woodpecker pipeline syntax 2023-10-12 01:35:42 -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
cliff.toml chore(release): prepare for 0.2.0 2023-10-12 01:35:42 -04:00
index.html dev (#1) 2022-09-17 17:59:44 +00:00
justfile chore: update binary name everywhere 2023-10-16 21:17:48 -04:00
package.json chore(release): prepare for 0.2.0 2023-10-12 01:35:42 -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 feat: use canvas to render png 2023-10-12 01:35:42 -04:00
yarn.lock feat: use canvas to render png 2023-10-12 01:35:42 -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