Lottie and SVG support for GameMaker using ThorVG
ThorVG has already been included in the plugin, but in case you want to build it yourself, here's how:
-
- Windows:
pip install meson ninja - MacOS:
brew install meson - Linux:
sudo apt install meson
- Windows:
-
Compile ThorVG:
cd ThorVG-GM
meson setup build -Dbuildtype=release
meson compile -C build- Copy the shared library from
ThorVG-GM/build/srctoextensions/ThorVG