https://github.com/hidefuku/AnimeEffects
2D Animation Tool
https://github.com/hidefuku/AnimeEffects
animation free-software
Last synced: 29 days ago
JSON representation
2D Animation Tool
- Host: GitHub
- URL: https://github.com/hidefuku/AnimeEffects
- Owner: hidefuku
- License: gpl-3.0
- Created: 2016-08-18T12:44:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T23:48:06.000Z (over 3 years ago)
- Last Synced: 2024-10-28T04:19:01.706Z (6 months ago)
- Topics: animation, free-software
- Language: C++
- Size: 3.86 MB
- Stars: 756
- Watchers: 59
- Forks: 101
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-acg - AnimeEffects - 2D Animation Tool. [English] (Uncategorized)
README
# AnimeEffects
A 2D animation tool which doesn't require a carefully thought-out plan.
It provides various animation functions based on deformation of polygon mesh.http://animeeffects.org/en/
Note: For the present, there may be incompatible changes without notice in advance.
## Development Environment
* Windows/Linux/Mac
* Qt5.7 or later
* MSVC2015/MinGW/GCC/Clang (32-bit or 64-bit)## Runtime Requirements
* OpenGL4.0 CoreProfile or later
* On linux, you can check whether your graphics card supports OpenGL4.0 CoreProfile or not, run `glxinfo | grep "OpenGL core profile version"` on your terminal
* FFmpeg (Please install ffmpeg on your own for video exporting, you can also place a ffmpeg executable in /tools.)