mirror of
https://github.com/Relintai/webp.git
synced 2025-02-04 16:06:01 +01:00
webp module for the pandemonium engine
thirdparty | ||
.gitignore | ||
config.py | ||
image_loader_webp.cpp | ||
image_loader_webp.h | ||
LICENSE.txt | ||
README.md | ||
register_types.cpp | ||
register_types.h | ||
SCsub |
webm
A c++ Pandemonium engine module that adds support for webp.
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/webp.git webp
- Build Pandemonium. You can use the official godot docs. Tutorial