EagleAnimation is an awesome, free and open-source stop motion animation software. It is available for Windows, macOS, Linux and also works with any web browser. It's a great alternative to Stop Motion Studio, Dragon Frame and Boats Animator.
👉 This project is supported by Brick à Brack, the non-profit organization that owns Brickfilms.com - The biggest brickfilming community, you can join us, it's free and without ads! 🎥
- ✨ DSLR cameras support - Use and configure your DSLR camera directly.
- ❤️ Friendly timeline - Instantly preview your animation, duplicate and reorganize frames as you want.
- 😎 The highest quality - Use all the power of your camera and animate with the best quality possible!
- 💡 Animator tools - Thanks to onion skin, grid tools and difference mode, animating has never been so easy.
- 💾 Easy export - Export your animation to a video file or export frames to use them in video editing software.
- ⚙️ Adjust camera settings - Control and adjust your camera settings.
- 🪄 Frame averaging - Capture several frames and merge them to reduce picture noise automatically.
- ✂️ Masking - Capture two shots and paint away what you want to hide, no green screen needed.
- 🥖 Oui-Oui-Baguette - The software is available in several languages to allow everyone to use it.
- 🚀 Downloads are available on the Github releases page.
- ☁️ Try it directly in your browser using the Web hosted version.
- 🐛 You can report issues on the Github issue tracker.
- 🧑⚖️ The source code is published under GPLv3.
This error occurs because Eagle Animation files are not signed. You can fix the issue by following these instructions:
- Install the app using the .dmg file like any other app
- Open a terminal
- Type
xattr -c "/Applications/Eagle Animation.app"and press enter
Video details: https://www.youtube.com/watch?v=ceGovao817g.
Eagle Animation is available in English, French, German, Spanish, Italian, Portuguese, Polish, Esperanto, Bulgarian, Czech, Danish, Greek, Croatian, Latvian, Hungarian, Dutch, Romanian, Slovak, Lithuanian, Slovenian, Finnish, Swedish and Russian.
Eagle Animation is compatible webcams and some DSLR cameras on the desktop version.
There is currently no mobile version of Eagle Animation but you can use the Web hosted version on tablets.
Feel free to make pull-requests, help us to translate the software or report issues 😉
To contribute, fork the project and create your branch from dev, not master. The master branch only contains the latest stable release, while active development happens on dev.
The logo was created by Nishant Shukla and sound effects were obtained from Zapsplat.com.
Some variables can be configured using a .env file, values with a "*" are required.
| Name | Description | Example |
|---|---|---|
| VITE_PUBLIC_URL | The full URL of the assets server, must end with a slash "/". If it is not defined, we will use "/". | https://app.eagle-animation.com/ |
| VITE_COMMIT_HASH | The hash of the current git commit, if it is not provided, the bundle will be flagged as "local". | cda02bf88498ce97d947fb357a6e4f459812122a |
| VITE_TOUCAN_CAMERA_SERVER_URL | Used for development, to choose the Toucan Camera Server instance. | http://192.168.1.14:8040/?token=RH6EH3 |
- Run
npm ito install dependencies. - Update
src/config.jsfile if needed. - Run
npm run build:win,npm run build:linux,npm run build:macandnpm run build:webto build release files.
- Update
versionvalue inpackage.jsonif needed. - Create a draft release on Github and tag it with the same version number:
vX.X.X. - Merge your branch (dev into master).
- Run
npm ito install dependencies. - Run
npm run start:electronto launch the application in dev mode. - Run
npm run start:webto launch the web app in dev mode.
To improve the quality of Eagle Animation, runtime errors and application events are automatically reported to developers using PostHog. You can disable telemetry by
setting POSTHOG_TOKEN to "" in src/config.js and rebuilding the app.
Some features are device-dependent or platform-limited. Here's a summary table.
| Feature | Downloadable app | Web (Chrome¹) | Web (Firefox / Safari) |
|---|---|---|---|
| Take photos | 🟢 | 🟢 | 🟢 |
| Export frames | 🟢 | 🟢 | 🟢 |
| Export video | 🟢 | 🟢 | 🟢 |
| Camera settings | 🟢 | 🟡² | 🔴 |
| DSLR support | 🟢³ | 🟡⁴ | 🔴 |
| Remote camera support | 🟢 | 🔴 | 🔴 |
| Workshop features | 🟢 | 🔴 | 🔴 |
- Including Chromium-based browsers (Edge, Brave, Opera, Arc, etc.).
- Webcam settings are only supported on Windows and Linux.
- Canon support on Windows, additional devices supported on macOS and Linux.
- Using WebUSB, can require advanced configuration on Windows.
Camera support varies based on devices and operating systems, Eagle Animation uses Toucan Camera Server to handle camera complexity.
