mirror of
https://github.com/Relintai/webm.git
synced 2024-11-12 10:35:04 +01:00
webm module for the pandemonium engine
doc_classes | ||
thirdparty | ||
.gitignore | ||
config.py | ||
LICENSE.txt | ||
README.md | ||
register_types.cpp | ||
register_types.h | ||
SCsub | ||
video_stream_webm.cpp | ||
video_stream_webm.h |
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