An open API service indexing awesome lists of open source software.

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

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
```