webm module for the pandemonium engine
Go to file
2022-12-08 12:42:44 +01:00
doc_classes Initial commit. 2022-12-08 12:42:44 +01:00
libvpx Initial commit. 2022-12-08 12:42:44 +01:00
thirdparty Initial commit. 2022-12-08 12:42:44 +01:00
config.py Initial commit. 2022-12-08 12:42:44 +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
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
SCsub Initial commit. 2022-12-08 12:42:44 +01:00
video_stream_webm.cpp Initial commit. 2022-12-08 12:42:44 +01:00
video_stream_webm.h Initial commit. 2022-12-08 12:42:44 +01:00

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