Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uhkayla/launch-control
Launch control is a SvelteKit + Tauri app for controlling Space Engineers Torch servers via Torch Remote.
https://github.com/uhkayla/launch-control
Last synced: 22 days ago
JSON representation
Launch control is a SvelteKit + Tauri app for controlling Space Engineers Torch servers via Torch Remote.
- Host: GitHub
- URL: https://github.com/uhkayla/launch-control
- Owner: uhKayla
- License: agpl-3.0
- Created: 2024-04-18T22:15:11.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-22T01:36:36.000Z (9 months ago)
- Last Synced: 2024-10-17T01:47:32.151Z (3 months ago)
- Language: Svelte
- Size: 689 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Launch Control
Launch control is a SvelteKit + Tauri app for controlling Space Engineers Torch servers via Torch Remote.
This project is very incomplete, and was created for me to learn the basics of Tauri, SvelteKit, and Typescript. Please do not expect it to be top-notch, or a good example of a proper Tauri application.
### Prerequisites
Please be sure to install [Node](https://nodejs.org/en), [Rust](https://www.rust-lang.org/), and follow the [Tauri setup guide](https://tauri.app/v1/guides/getting-started/prerequisites).*I am not a Tauri / Rust expert by any means, you may be on your own for this one.
### To Run
```bash
cargo tauri dev
```### To Build
```bash
cargo tauri build
```