| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Are you a?
Up until now, the industry standard (and expensive) After Effects had no contestant. There are similar open source programs.
Here arrives Advanced Effects, what aims to be the After Effects killer. A good-looking open-source animation software that couldn't be possible without Friction, Glaxnimate, and MuseScore!
This piece of software wouldn't be available without the sustained hard work and research of the authors of Friction, Glaxnimate, and MuseScore. If you are honest, you should not resell copies of this software. More details on how GNU GPL v2 works: https://choosealicense.com/
YOU came here looking for a free SVG animation alternative to propietary software. Do something good for the rest :)
The idea of developing this was born out of frustration with Friction's codebase and Glaxnimate's poor UI.
I recommend using Qt Creator to run this software as it does most things for you.
You can't install Qt through the system manager because in Ubuntu only Qt 6.4 is distributed and 6.9 is required to run this.
If you don't want to use Qt Creator, here's how to run the software:
1. Clone or download the repository: git clone https://github.com/Advanced-Effects/Advanced-Effects.git.
2. Open a terminal and enter the directory where the repository is located: cd /path/to/Advanced-Effects.
3. Setup the build environment: by getting a C++17 compiler like gcc, CMake, and Ninja.
4. Get the dependencies: by getting the Muse's framework dependencies, OpenGL and glfw3, FFmpeg, KF5 framework, and Qt 6.9.1
5. Create a build directory where the project's output files will be by executing mkdir build and then go into it using cd build.
6. Finally, compile the project by setting up the CMake environment cmake .. and compiling the project cmake --build .
✅ If everything has gone right, you now have a Debug version of the application in <your project directory>/build/src/app/AdvancedEffects
Thanks to all who made this possible ❤️ (rodlie, MaurycyLiebner, Alecadd, MuseScore team, emericg) and the Friction community.
Set these environment variables to inspect the application:
| Back | FazBrowse Home | New Git URL |