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

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