Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/war2/pud-quicklook
- Owner: war2
- License: mit
- Created: 2016-10-25T09:02:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-29T15:13:40.000Z (about 8 years ago)
- Last Synced: 2024-08-04T03:03:30.898Z (4 months ago)
- Topics: warcraft2
- Language: C
- Size: 126 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- Mac-QuickLook - pud-quicklook
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.