Small PNGTubing app https://cathode.tube
Go to file
Emerald 022f414acb
mic level bar
2023-10-10 14:27:24 -04:00
.helix improve animation translations 2022-11-11 13:00:36 -05:00
.woodpecker let build pipeline build debug version 2022-10-16 21:31:37 -04:00
assets mic level bar 2023-10-10 14:27:24 -04:00
ray_format initial ray asset support 2023-06-11 02:05:23 -04:00
src mic level bar 2023-10-10 14:27:24 -04:00
.gitignore start bevy rewrite 2023-06-08 13:59:26 -04:00
.tool-versions fix mic level scaling 2023-06-16 01:49:40 -04:00
CHANGELOG.md update changelog 2022-10-21 02:14:57 -04:00
Cargo.lock basic UI with belly 2023-08-09 02:28:31 -04:00
Cargo.toml basic UI with belly 2023-08-09 02:28:31 -04:00
LICENSE Create LICENSE 2022-08-26 11:31:39 -04:00
README.md Update 'README.md' 2022-10-17 18:47:34 -04:00
justfile fix threshold arrow alignment 2023-07-12 01:18:44 -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