Closed billkotsias closed 7 years ago
Just saw third_party folder in there, sorry
:) Yeah... we should definitely add some build instructions about the third party folder to avoid such confusion in the future
No build instructions needed unless you are a complete rookie, I simply wasn't paying attention :-)
BTW, I am new to GitHub and don't know if this is the right place to comment but... I intend to use spine-cpp with spine-cocos2dx. What rendering engine do you use it with?
We use our own proprietary engine,
It seems it would be easy to modify the cocos2dx plugin by Esoteric Software to use spine-cpp.
Keep in mind, though, that we haven't had much time to update spine-cpp in the last months, and although we do intend to do so towards the end of March or early April, right now the implementation has lagged somewhat in terms of features, compared to the official spine-c implementation by Esoteric.
I have just tried to compile spine-cpp, but this header is missing. I have downloaded from here: https://janbar.github.io/cppmyth/doxygen-dev-docs/html/sajson_8h_source.html
but it's a different version, the compiler is complaining that: _class "sajson::value" has no member "get_string_value"_
I also had to change every sajon::... reference with ::sajson::...