mirror of
https://github.com/hidefuku/AnimeEffects.git
synced 2026-09-11 10:47:45 +02:00
2D Animation Tool
- C++ 98.8%
- QMake 1.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| data | ||
| src | ||
| tools | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
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.
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
- On linux, you can check whether your graphics card supports OpenGL4.0 CoreProfile or not, run
- FFmpeg (Please install ffmpeg on your own for video exporting, you can also place a ffmpeg executable in /tools.)