Skip to content

BenjaminHalko/ThorVG-GameMaker

Repository files navigation

ThorVG GameMaker

Lottie and SVG support for GameMaker using ThorVG

Development

ThorVG has already been included in the plugin, but in case you want to build it yourself, here's how:

  • Install Meson and Ninja

    • Windows: pip install meson ninja
    • MacOS: brew install meson
    • Linux: sudo apt install meson
  • Compile ThorVG:

cd ThorVG-GM
meson setup build -Dbuildtype=release
meson compile -C build
  • Copy the shared library from ThorVG-GM/build/src to extensions/ThorVG