Hi, thanks for your cool project 馃憤
I'm not entirely certain about the accuracy of my findings, so I'm opting to leave an issue instead of a direct PR.
I confirmed that this is compatible with Live2D Cubism 4 SDK, with some tweaks needed:
- In the cmake file, I had to disable
add_subdirectory("live2d/Core"), as Core no longer provides a cmakefile.
- Copy the
CubismSdkForNative-4-r.7/Core/Live2dCubismCore.h file to live2d/framework/src
- Add
#include <stdexcept> in Live2LOVE.h as std doesn't provide runtime_error by default?
I've only tested this with Linux, so I can't speak for its functionality with MSVC.
Hi, thanks for your cool project 馃憤
I'm not entirely certain about the accuracy of my findings, so I'm opting to leave an issue instead of a direct PR.
I confirmed that this is compatible with Live2D Cubism 4 SDK, with some tweaks needed:
add_subdirectory("live2d/Core"), as Core no longer provides a cmakefile.CubismSdkForNative-4-r.7/Core/Live2dCubismCore.hfile tolive2d/framework/src#include <stdexcept>inLive2LOVE.hasstddoesn't provide runtime_error by default?I've only tested this with Linux, so I can't speak for its functionality with MSVC.