REVENGE977 / stremio-enhanced-community

stremio with themes & plugins support
MIT License
47 stars 3 forks source link

Tauri? #2

Open rp1231 opened 5 months ago

rp1231 commented 5 months ago

Would it be possible to create this with tauri? That would give a pretty small binary >10mb.

REVENGE977 commented 5 months ago

First time hearing about it. It seems to use Rust for the backend side, which I'm not familiar with, unfortunately.

rp1231 commented 5 months ago

You can either use rust or html,css,js/ts for the backend as well.

REVENGE977 commented 5 months ago

Can you provide resources on how to do so? I've looked it up, and Rust seems to be the only language supported for the backend officially. If it isn't possible to use TS/JS, I might actually just learn Rust to do it, because it seems to be a fun language to learn anyway.

rp1231 commented 5 months ago

This is the link: https://tauri.app/v1/guides/getting-started/setup/html-css-js

And this is the link to the javascript library: https://tauri.app/v1/api/js/

It also has a cli that helps you quickly scaffold an app: https://github.com/tauri-apps/create-tauri-app

You can join the tauri discord server as well which is a great place to search and ask questions.

If you're interested in learning rust, the best resource would be the official rust book: https://doc.rust-lang.org/book/title-page.html

There's also : https://github.com/rust-lang/rustlings and https://doc.rust-lang.org/rust-by-example/index.html