Giter Club home page Giter Club logo

animeeffects's Introduction

AnimeEffects

๐Ÿ‡ฏ๐Ÿ‡ต ๆ—ฅๆœฌ่ชž

A 2D animation tool which doesn't require a carefully thought-out plan, it simplifies animation by providing various functions based on the deformation of polygon meshes.
Originally developed by hidefuku, it is now being developed and maintained by its community.

Note: For the present there may be incompatible changes made, these will be made known in the release affected should they occur.
If you have any issues or wish to suggest new features, feel reach out to us on our socials!

Downloads

  • The latest AnimeEffects release is available here, to use it just extract its contents to a folder of your choosing, and then simply run the executable.

Requirements

  • Windows/Linux/Mac
    • See compatible versions bellow.
  • OpenGl 3.3 or higher
    • On linux, you can check whether your graphics card supports OpenGL3.3 CoreProfile or not, run glxinfo | grep "OpenGL core profile version" on your terminal.
  • FFmpeg (Necessary for video exporting, you can place it on your path or copy it to the "/tools" folder.)

OS Targets

This is what we are compiling and testing the software on, it may work on older versions but this is discouraged.

  • Windows 10 or newer.
  • Ubuntu LTS or newer.
    • The provided AppImage will not work on older versions due to glibc.
  • macOS Big Sur or newer.
    • None of our contributors actually has a Mac to test AnimeEffects on, but we do keep track of compilation errors and artifacts.

Development requirements

  • Qt 5.14 or later.
  • MSVC2015/MinGW/GCC/Clang (32-bit or 64-bit)

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  

Windows

  • It is recommended that you use QtCreator for compilation:
If you're not using QtCreator, it is adviced that you add the bin folder of your compiler of choice and of its tooling to your path, and then check out the powershell scripts available for building and deploying (MinGW is recommended) 
Clone the project and open "AnimeEffects.pro" using QtCreator
Compile the project on the release profile 
Open your console of preference
Run "windeployqt.exe --release "path_to_the_executable""
  • When deployment is done, you may just run AnimeEffects.exe

animeeffects's People

Contributors

aki017 avatar aodaruma avatar azagaya avatar foxyhawk avatar freddii avatar gbothq avatar henrich avatar herace avatar hidefuku avatar juliandroske avatar larpon avatar mcddx330 avatar nanashia avatar p-yukusai avatar pablo7f 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.