Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heptal/VoxQL
QuickLook Generator for MagicaVoxel files
https://github.com/heptal/VoxQL
Last synced: 3 months ago
JSON representation
QuickLook Generator for MagicaVoxel files
- Host: GitHub
- URL: https://github.com/heptal/VoxQL
- Owner: heptal
- License: mit
- Created: 2015-11-08T18:51:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T01:23:45.000Z (almost 9 years ago)
- Last Synced: 2024-05-14T03:07:15.843Z (6 months ago)
- Language: C
- Size: 0 Bytes
- Stars: 37
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-QuickLook - VoxQL
README
# VoxQL
QuickLook generator for [MagicaVoxel](https://ephtracy.github.io) .vox filesWork in progress due to a known bug in [`SCNSceneSource initWithData`](https://developer.apple.com/library/prerelease/mac/documentation/SceneKit/Reference/SCNSceneSource_Class/index.html#//apple_ref/occ/instm/SCNSceneSource/initWithData:options:), which may cause timeouts for very large scenes
![](http://i.imgur.com/WNvUez3.gif)
## Installation
If you have [Homebrew Cask](http://caskroom.io) installed:
```bash
$ brew update
$ brew cask install voxql
```To uninstall:
```bash
$ brew cask uninstall voxql
```
Otherwise, either build the VoxQL target or download the [latest release](https://github.com/heptal/VoxQL/releases/download/0.1.0/VoxQL.qlgenerator.zip). Move `VoxQL.qlgenerator` into `~/Library/QuickLook/` or `/Library/QuickLook/` for all users. To uninstall, simply delete `VoxQL.qlgenerator`.Reload QuickLook generators with `qlmanage -r` if necessary.
## Todo
Thumbnail generation
Provide scene data directly once Apple releases bugfix
Support more voxel file formats such as .qb?