mirror of
https://github.com/Relintai/webm.git
synced 2024-11-12 10:35:04 +01:00
527 B
527 B
webm
A c++ Pandemonium engine module that adds support for webm.
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/webm.git webm
- Build Pandemonium. You can use the official godot docs. Tutorial