https://github.com/relintai/webm
webm module for the pandemonium engine
https://github.com/relintai/webm
Last synced: about 1 year ago
JSON representation
webm module for the pandemonium engine
- Host: GitHub
- URL: https://github.com/relintai/webm
- Owner: Relintai
- License: mit
- Created: 2022-12-08T11:33:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:32:24.000Z (over 3 years ago)
- Last Synced: 2025-02-10T13:14:05.995Z (over 1 year ago)
- Language: C++
- Size: 654 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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 ```
2. Go into Pandemonium's modules directory.
```
cd ./pandemonium_engine/modules/
```
3. Clone this repository
```
git clone https://github.com/Relintai/webm.git webm
```
4. Build Pandemonium. You can use the official godot docs. [Tutorial](https://docs.godotengine.org/en/latest/development/compiling/index.html)