https://github.com/dfranx/plugingifcapture
Capture GIFs in SHADERed
https://github.com/dfranx/plugingifcapture
gif gifcapture shadered-plugin shaders
Last synced: 8 months ago
JSON representation
Capture GIFs in SHADERed
- Host: GitHub
- URL: https://github.com/dfranx/plugingifcapture
- Owner: dfranx
- License: mit
- Created: 2020-07-11T18:40:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T12:20:36.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T03:35:08.020Z (about 1 year ago)
- Topics: gif, gifcapture, shadered-plugin, shaders
- Language: C++
- Homepage: https://shadered.org/plugin?id=gifcapture
- Size: 1.86 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GIFCapture
SHADERed plugin that adds the ability to capture GIF

You can change output path, width and height + hide the SHADERed logo in the properties/options.
## How to build
Clone the project:
```bash
git clone https://github.com/dfranx/PluginGIFCapture.git
git submodule init
git submodule update
```
Build:
```bash
cmake .
make
```
## How to install
Minimum requirements: SHADERed v1.3.5
Copy the .dll/.so file to plugins/GIFCapture in SHADERed's installation directory.