Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

johnbintz/Papagayo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Papagayo

Lipsync tool for animators

Papagayo 2.0b1

This is a beta release of Papagayo - please excuse the lack of documentation. (Documentation is provided for using the application, but not much about building it.)

Papagayo is a lip-sync application for animators. Please see the manual inside the installer folder.

What you've downloaded here is the source code to Papagayo. You can modify and build it as you wish, as long as you follow the terms in the License.txt file.

Papagayo is currently built as a Qt application. To build it you need Qt 5.2.1 installed. I have built Papagayo for Windows and MacOS X, but I expect it will build for Linux as well. If anyone wants to try out a Linux build, go for it.

To build Papagayo, open up the file Papagayo.pro in Qt Creator and press the Build Project button.

Papagayo is currently in active development, so please check back for newer versions.

The current version of Papagayo can always be found here:

http://www.lostmarble.com/papagayo/index.shtml

Mike Clifton July 8, 2014

Building

Ubuntu

sudo apt install qmake-qt5 build-essential qtmultimedia5-dev libsndfile1-dev
mkdir build
cd build
qmake -h # make sure you are using the qt5 qmake
         # the help output will tell you if you are or not
qmake ../Papagayo.pro
make -j3

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.2%
  • HTML 16.4%
  • C 5.1%
  • QMake 1.7%
  • CSS 0.6%