https://github.com/relintai/gif_loader
gif loader module for the pandemonium engine
https://github.com/relintai/gif_loader
Last synced: 7 months ago
JSON representation
gif loader module for the pandemonium engine
- Host: GitHub
- URL: https://github.com/relintai/gif_loader
- Owner: Relintai
- License: mit
- Created: 2022-12-10T16:00:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:27:19.000Z (over 3 years ago)
- Last Synced: 2025-02-10T13:14:13.875Z (over 1 year ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 ```
2. Go into Pandemonium's modules directory.
```
cd ./pandemonium_engine/modules/
```
3. Clone this repository
```
git clone https://github.com/Relintai/gif_loader.git gif_loader
```
4. Build Pandemonium. You can use the official godot docs. [Tutorial](https://docs.godotengine.org/en/latest/development/compiling/index.html)