fulldecent / pud-quicklook

QuickLook plugin for PUD files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pud-quicklook

Pud-Quicklook is a Quicklook 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.

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

Build

Basically:

make
sudo make install

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

sudo make uninstall

License

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

About

QuickLook plugin for PUD files

License:MIT License


Languages

Language:C 84.4%Language:Makefile 13.0%Language:Objective-C 2.6%