mirror of
https://github.com/Relintai/webp.git
synced 2025-02-04 16:06:01 +01:00
527 B
527 B
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