webm/README.md

527 B

webm

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

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