webm module for the pandemonium engine
Go to file
Relintai 59c664139c Now the module works. 2022-12-08 13:32:22 +01:00
doc_classes Initial commit. 2022-12-08 12:42:44 +01:00
thirdparty Now the module works. 2022-12-08 13:32:22 +01:00
.gitignore Now the module works. 2022-12-08 13:32:22 +01:00
LICENSE.txt Initial commit. 2022-12-08 12:42:44 +01:00
README.md Initial commit. 2022-12-08 12:42:44 +01:00
SCsub Now the module works. 2022-12-08 13:32:22 +01:00
config.py Initial commit. 2022-12-08 12:42:44 +01:00
register_types.cpp Initial commit. 2022-12-08 12:42:44 +01:00
register_types.h Initial commit. 2022-12-08 12:42:44 +01:00
video_stream_webm.cpp Now the module works. 2022-12-08 13:32:22 +01:00
video_stream_webm.h Initial commit. 2022-12-08 12:42:44 +01:00

README.md

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