Skip to content

GoExport/WeAnimate

 
 

Repository files navigation

WeAnimate

This project is not affiliated with or endorsed by GoAnimate Inc. or their product Vyond. WeAnimate is a decentralized open source initiative developed exclusively for archival purposes. It operates on a non-profit basis and does not accept any form of donations


Downloading pre-built binaries

Every push and pull request triggers the Build and Package GitHub Actions workflow which compiles the app for Windows, macOS, and Linux.

To download a build:

  1. Go to the Actions tab of this repository.
  2. Click on any successful workflow run.
  3. Scroll to the Artifacts section at the bottom of the run summary.
  4. Download the ZIP for your platform:
    • WeAnimate-windows-latest — contains the Windows folder with WeAnimate.exe
    • WeAnimate-macos-latest — contains the macOS .app bundle
    • WeAnimate-ubuntu-latest — contains the Linux executable folder

Building locally

# Install dependencies
npm install

# Build the renderer and Electron main process
npm run build

# Package for the current platform
npm run package

Platform-specific packaging scripts are also available:

npm run package:win    # Windows (.ico icon)
npm run package:mac    # macOS (.icns icon)
npm run package:linux  # Linux (.png icon)

About

A beginner friendly video creation platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 48.6%
  • Vue 48.0%
  • JavaScript 2.5%
  • Other 0.9%