mirror of
https://github.com/Relintai/gif_loader.git
synced 2024-11-12 10:25:04 +01:00
gif loader module for the pandemonium engine
thirdparty/gif_load | ||
.gitignore | ||
config.py | ||
gif_loader.cpp | ||
gif_loader.h | ||
LICENSE | ||
README.md | ||
register_types.cpp | ||
register_types.h | ||
SCsub |
webm
A c++ Pandemonium engine module that adds support for loading gifs using https://github.com/hidefromkgb/gif_load .
Building
- Get the source code for the engine.
git clone https://github.com/Relintai/pandemonium_engine.git pandemonium_engine
- Go into Pandemonium's modules directory.
cd ./pandemonium_engine/modules/
- Clone this repository
git clone https://github.com/Relintai/gif_loader.git gif_loader
- Build Pandemonium. You can use the official godot docs. Tutorial