https://github.com/liquidev/mesadump
because dumping vram into pngs and sound is something we all need in our lives
https://github.com/liquidev/mesadump
Last synced: about 2 months ago
JSON representation
because dumping vram into pngs and sound is something we all need in our lives
- Host: GitHub
- URL: https://github.com/liquidev/mesadump
- Owner: liquidev
- License: gpl-3.0
- Created: 2019-07-20T00:17:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T13:45:38.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T14:39:45.828Z (3 months ago)
- Language: Nim
- Size: 26.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mesadump
> because dumping vram into pngs and sound is something we all need in our lives
## Usage
```
mesadump --help
```When no arguments are provided, mesadump will create a 256×256 RGB file called
`mesadump.png`.## Note
This only works on Mesa graphics drivers on Linux (or generally any drivers that
don't clear textures and renderbuffers upon creation). Nvidia drivers are not
supported, since they clear new textures with zeroes.## Compiling
```
git clone https://github.com/liquid600pgm/mesadump
nimble install
```