thewh1teagle / mobslide
- среда, 22 ноября 2023 г. в 00:00:09
Turn your smartphone into presentation remote controller
mobslide from releases on your PC and start itWorks on MacOS and Windows.
Tauri for linux doesn't support webrtc so currently Linux isn't supported
Scan the QR code with your smartphone and open the link.
+ Volume up
- Volume down
Arrow Up Next
Arrow Down Previous
Arrow Up Long Press Start presentation
Arrow Down Long Press Stop presentation
~2.5MTo run in development,
npm installcargo tauri dev in desktop foldernpm run dev in web folderA desktop app will open, and for the "phone client" a local server will run on localhost:5173
In case you want to try in your phone execute in web folder:
npm run dev -- --host 0.0.0.0To build for the current platform, execute cargo tauri build. On Windows, this will build both NSIS and MSI installers. Both function identically and are located under src-tauri/target/release/bundle/<msi or nsis>.
When developing you can see logging messages by setting ENV variable
export RUST_LOG=trace
cargo tauri dev
For forther exploring, you can even try setting
RUST_BACKTRACE=1