Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/war2/pud-quicklook

QuickLook plugin for PUD files
https://github.com/war2/pud-quicklook

warcraft2

Last synced: 28 days ago
JSON representation

QuickLook plugin for PUD files

Awesome Lists containing this project

README

        

# pud-quicklook

Pud-Quicklook is a [Quicklook](https://en.wikipedia.org/wiki/Quick_Look) plug-in to preview PUD files.
PUD files are Warcraft II custom maps, that can be created via editors such as Blizzard's default World Map Editor or [war2edit](https://war2.github.io/war2edit/).

Pud-Quicklook relies on the `libpud`. More details can be found there: https://github.com/war2/war2tools.

## Build

Basically:

```bash
make
sudo make install
```

To uninstall, you can manually remove the `pud-quicklook` Plugin from the Finder (in `/Library/QuickLook`) or run:

```bash
sudo make uninstall
```

## License

The Pud quicklook plugin in under the MIT license. See `LICENSE` for mode details.