All Projects → Artanidos → Animationmaker

Artanidos / Animationmaker

Create animated presentations and export them to a video or xml file.

Projects that are alternatives of or similar to Animationmaker

Python Django For Php Nerds
A tutorial for PHP people wanting to learn Python/Django
Stars: ✭ 9 (-91.26%)
Mutual labels:  presentation
Remark Boilerplate
A boilerplate to create presentations using remark, Gulp, Stylus and more.
Stars: ✭ 41 (-60.19%)
Mutual labels:  presentation
Sozi
A "zooming" presentation editor
Stars: ✭ 1,185 (+1050.49%)
Mutual labels:  presentation
Showoff
Don't just present; interact with your audience!
Stars: ✭ 879 (+753.4%)
Mutual labels:  presentation
Ggplot Courses
👨‍🏫 ggplot2 Teaching Material
Stars: ✭ 40 (-61.17%)
Mutual labels:  presentation
Pdfpc
A presenter console with multi-monitor support for PDF files.
Stars: ✭ 1,065 (+933.98%)
Mutual labels:  presentation
Kyoto Go Nihilism
A quick and dirty Golang security talk
Stars: ✭ 26 (-74.76%)
Mutual labels:  presentation
Lightbox
🌌 A convenient and easy to use image viewer for your iOS app
Stars: ✭ 1,334 (+1195.15%)
Mutual labels:  presentation
Desktopeditors
An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
Stars: ✭ 1,008 (+878.64%)
Mutual labels:  presentation
Markdeck
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
Stars: ✭ 1,159 (+1025.24%)
Mutual labels:  presentation
Papers
Conference Papers and Appendicies (USENIX Security, BlackHat, HITBSecConf, and BeVX)
Stars: ✭ 19 (-81.55%)
Mutual labels:  presentation
Beamerpresenter
Simple dual screen pdf presentation software
Stars: ✭ 30 (-70.87%)
Mutual labels:  presentation
Documentbuilder
ONLYOFFICE Document Builder is powerful text, spreadsheet, presentation and PDF generating tool
Stars: ✭ 61 (-40.78%)
Mutual labels:  presentation
Es6 Presentation
JavaScript has updated after 6 years! Learn 25 of the best new features.
Stars: ✭ 12 (-88.35%)
Mutual labels:  presentation
Cppcon2015
Repository for the slides and the code of my CppCon 2015 talks.
Stars: ✭ 77 (-25.24%)
Mutual labels:  presentation
Theme
Beamer theme Mathz for LaTeX presentations, with a clickable progress bar
Stars: ✭ 9 (-91.26%)
Mutual labels:  presentation
Phppresentation
A pure PHP library for reading and writing presentations documents
Stars: ✭ 1,044 (+913.59%)
Mutual labels:  presentation
Nodeppt
This is probably the best web presentation tool so far!
Stars: ✭ 9,589 (+9209.71%)
Mutual labels:  presentation
Spectacle
ReactJS based Presentation Library
Stars: ✭ 9,106 (+8740.78%)
Mutual labels:  presentation
Xaringan
Presentation Ninja 幻灯忍者 · 写轮眼
Stars: ✭ 1,129 (+996.12%)
Mutual labels:  presentation

AnimationMaker

Image

AnimationMaker is a software designed to help you to quickly build presentation video which you can upload to youtube or vimeo. These presentation videos can be used as pitch videos for crowdfunding campaigns for example. It is also possible to create animated gifs. The idea for the AnimationMaker comes from Adobe Edge which is not available anymore.

See a video to see basic usage at youtube. Also see a video of the newest features youtube.

Installation

AnimationMaker can be downloaded using the release section of this repository releases, the latest release provides a .deb and a .rpm package installer.

Build

In order to build AnimationMaker you must first setup either QtCreator or install the necessary library and tools to build using the command line

Using QtCreator

First you must download and install QtCreator

  1. Download the QtCreator installer from Qt website.
  2. Run it, when choosing Qt library, choose any version above version 5.9.5. Don't forget to pick the component 'gcc' in Qt version in order to obtain the necessary libraries
  3. Start QtCreator

Then you can open the project and build it using QtCreator

  1. Go to 'File'->'Open File or Project' then open the file AnimationMaker.pro
  2. Configure the kit (aka: Qt version) you want to use to build
  3. Click on the build icon (hammer icon) on the bottom left corner
  4. Once done, click on the Run icon (green arrow icon) on the bottom left corner

Using command line

Install the necessary libraries to build AnimationMaker. We provide only build instructions for Debian/Ubuntu distribution.

sudo apt install build-essential qt5-default libqt5svg5-dev

Then you can start building AnimationMaker

cd /path/to/repository
mkdir build
cd build
qmake ../AnimationMaker.pro
make -j2 # replace 2 with the number of cores on your CPU to speed up the build
./output/AnimationMaker # to start it

Documentation

This project comes with a Doxygen source code documentation. To generate it use the following command:

doxygen ./Doxyfile

The documentation can then be accessed using the following entry page: doc/html/index.html

Contact

If you have any feature requests then just send me an email with your ideas to [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].