2D Animation Tool
  • C++ 98.8%
  • QMake 1.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
hidefuku a10d8772d9 Fixed bug about PSD with the 6 hierarchy or more.
Fixed bug to fail to load PSD which has the 6 hierarchy or more.
2017-04-30 01:45:48 +09:00
data Added pixel format and explanation for export. 2017-04-27 03:11:48 +09:00
src Fixed bug about PSD with the 6 hierarchy or more. 2017-04-30 01:45:48 +09:00
tools Restructed ffmpeg calling 2016-11-23 03:32:32 +09:00
.gitignore Restructed ffmpeg calling 2016-11-23 03:32:32 +09:00
LICENSE Initial commit 2016-08-18 21:44:02 +09:00
README.md Check it supports OpenGL4.0 CoreProfile on Linux 2017-04-13 23:13:20 +09:00

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.)