Git Product home page Git Product logo

animeeffects's Introduction

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.

Official Website:
http://animeeffects.org/en/

Unofficial AnimeEffects boards (but run by developers still has interest in AE.)

Discord: AnimeEffects Community Server (courtesy of @Jose-Moreno)
IRC: #animeeffects-dev on freenode (courtesy of @Larpon)

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

Linux

Installing Dependencies

Debian / Ubuntu

  • first update and install dependencies:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git gcc libglib2.0-0 qt5-default make

Arch / Manjaro

  • first update and install dependencies:
sudo pacman -Syu
sudo pacman -S git gcc glib2 qt5 make

Clone / Building

  • clone AnimeEffects git repo and go to the "src" folder:
git clone https://github.com/herace/AnimeEffects  
cd AnimeEffects/src
qmake AnimeEffects.pro
make
  • When building is done, run AnimeEffects:
./AnimeEffects  

If you have any issues feel free to ask questions on our Discord!

animeeffects's People

Contributors

aki017 avatar azagaya avatar foxyhawk avatar freddii avatar henrich avatar herace avatar hidefuku avatar larpon avatar nanashia avatar picohz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.