Skip to content

ish-u/motions

Repository files navigation

motions

a stop-motion-studio

Develop Locally (windows)

  • Get the prerequisites for the development - Microsoft Visual Studio C++ Build Tools, WebView2 and Rust - prerequisites link

  • Clone the repository and install dependencies

    git clone https://github.com/ish-u/motions
    cd motions
    npm install
  • Get ffmpeg binary for windows from this link - ffmpeg windows-64

  • Copy the extracted ffmpeg.exe file to src-tauri\ffmpeg

  • Be sure to have Tauri Extension and rust-analyzer

  • Start the Application

    npm run tauri dev

Download - GitHub Releases