webp module for the pandemonium engine
Go to file
Relintai 5083fcb045 Now the module works. 2022-12-08 13:32:35 +01:00
thirdparty
.gitignore Now the module works. 2022-12-08 13:32:35 +01:00
LICENSE.txt
README.md
SCsub Now the module works. 2022-12-08 13:32:35 +01:00
config.py
image_loader_webp.cpp Now the module works. 2022-12-08 13:32:35 +01:00
image_loader_webp.h
register_types.cpp
register_types.h

README.md

webm

A c++ Pandemonium engine module that adds support for webp.

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/webp.git webp
  1. Build Pandemonium. You can use the official godot docs. Tutorial