gif loader module for the pandemonium engine
Go to file
Relintai 299a810e4f Fix potential ambigous variant conversion. 2022-12-10 21:27:17 +01:00
thirdparty/gif_load Initial commit. 2022-12-10 17:06:57 +01:00
.gitignore Initial commit. 2022-12-10 17:06:57 +01:00
LICENSE Initial commit. 2022-12-10 17:06:57 +01:00
README.md Initial commit. 2022-12-10 17:06:57 +01:00
SCsub Fix the SCSub file. 2022-12-10 17:10:58 +01:00
config.py Initial commit. 2022-12-10 17:06:57 +01:00
gif_loader.cpp Fix potential ambigous variant conversion. 2022-12-10 21:27:17 +01:00
gif_loader.h Added create_texture helper method. 2022-12-10 19:25:06 +01:00
register_types.cpp Implement loading. 2022-12-10 18:34:58 +01:00
register_types.h Initial commit. 2022-12-10 17:06:57 +01:00

README.md

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