Hey all,
I have created an exporter that allows Papagayo lip sync animations to be attached to Spine(http://esotericsoftware.com/) JSON files.
Here is the fork on git: https://github.com/JakeAtSeven2/Papagayo
It's not as fully featured as I'd like, but it seems to work pretty well.
Let me know what you think.
Papagayo and Spine
Moderators: Víctor Paredes, slowtiger
-
- Posts: 1
- Joined: Tue Nov 10, 2015 5:38 am
Re: Papagayo and Spine
Hi,
I am doing one project with Spine at the moment and I noticed your exporter.
As an idea, this sounds like perfect solution!
But I haven't been able to build it without errors:
warning: extra_libs.path is not defined: install target not created
As I am purely animator, not coder, this building process is bit confusing.
I am using Win10, if that brings some extra trouble...
My 2 cents.
I am doing one project with Spine at the moment and I noticed your exporter.
As an idea, this sounds like perfect solution!
But I haven't been able to build it without errors:
As I am purely animator, not coder, this building process is bit confusing.
I am using Win10, if that brings some extra trouble...
My 2 cents.

Re: Papagayo and Spine
I too get this error. Not sure if I forked this exact version of Papagayo.
I am a developer but not a C++ one so this is all French to me. But I was hoping I could figure some of it out.
I am using Windows 10 as well.
now in the Papagayo.pro file you will have to change these lines to point to the place where you put them on your computer I figured that part out.
LIBS += -LC:\Users\mclifton\Documents\QtDevelopment\Papagayo\libsndfile_1.0.25\Win32\lib -llibsndfile-1
#LIBS += -Llibsndfile_1.0.25\Win32\lib -llibsndfile-1
MY_DLL_FILES += LC:\Users\mclifton\Documents\QtDevelopment\Papagayo\libsndfile_1.0.25\Win32\bin\libsndfile-1.dll
I noticed at the bottom of the file ther is a line maybe we have to define DESTDIR somewhere
extra_libs.path = $$DESTDIR
Ok by defining DESTDIR as something I did DESTDIR += g:\devtest
I got another error
LINK : fatal error LNK1104: cannot open file 'libsndfile-1.lib'
I am a developer but not a C++ one so this is all French to me. But I was hoping I could figure some of it out.
I am using Windows 10 as well.
now in the Papagayo.pro file you will have to change these lines to point to the place where you put them on your computer I figured that part out.
LIBS += -LC:\Users\mclifton\Documents\QtDevelopment\Papagayo\libsndfile_1.0.25\Win32\lib -llibsndfile-1
#LIBS += -Llibsndfile_1.0.25\Win32\lib -llibsndfile-1
MY_DLL_FILES += LC:\Users\mclifton\Documents\QtDevelopment\Papagayo\libsndfile_1.0.25\Win32\bin\libsndfile-1.dll
I noticed at the bottom of the file ther is a line maybe we have to define DESTDIR somewhere
extra_libs.path = $$DESTDIR
Ok by defining DESTDIR as something I did DESTDIR += g:\devtest
I got another error
LINK : fatal error LNK1104: cannot open file 'libsndfile-1.lib'
Re: Papagayo and Spine
I now have QT building in Windows 10. Now can I totally remember how I did this NO.
I am working on deploying the Papagayo app currently. Once I know how to successfully deploy the app I will do a YouTube tutorial.
I am also thinking of making a PHP web app that can take the .pgo file and export it with the mods I have added to the build.
Even though this seems a little less fluid it wouldn't rely on an operating system as it would be on the web.
I may ask for how you converted the .pgo file to spine so I can include it in my web app (whenever that happens
)
I am working on deploying the Papagayo app currently. Once I know how to successfully deploy the app I will do a YouTube tutorial.
I am also thinking of making a PHP web app that can take the .pgo file and export it with the mods I have added to the build.
Even though this seems a little less fluid it wouldn't rely on an operating system as it would be on the web.
I may ask for how you converted the .pgo file to spine so I can include it in my web app (whenever that happens
