gif_loader/README.md

594 B

webm

A c++ Pandemonium engine module that adds support for loading gifs using https://github.com/hidefromkgb/gif_load .

Building

  1. Get the source code for the engine.

git clone https://github.com/Relintai/pandemonium_engine.git pandemonium_engine

  1. Go into Pandemonium's modules directory.
cd ./pandemonium_engine/modules/
  1. Clone this repository
git clone https://github.com/Relintai/gif_loader.git gif_loader
  1. Build Pandemonium. You can use the official godot docs. Tutorial