https://github.com/relintai/webp
webp module for the pandemonium engine
https://github.com/relintai/webp
Last synced: 10 months ago
JSON representation
webp module for the pandemonium engine
- Host: GitHub
- URL: https://github.com/relintai/webp
- Owner: Relintai
- License: mit
- Created: 2022-12-08T11:32:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:32:37.000Z (over 3 years ago)
- Last Synced: 2025-04-05T05:16:18.062Z (about 1 year ago)
- Language: C++
- Size: 630 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 webp.
# 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/webp.git webp
```
4. Build Pandemonium. You can use the official godot docs. [Tutorial](https://docs.godotengine.org/en/latest/development/compiling/index.html)