Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magicien/GLTFQuickLook
macOS QuickLook plugin for glTF files
https://github.com/magicien/GLTFQuickLook
gltf macos-quicklook-plugin quicklook-plugin
Last synced: 3 months ago
JSON representation
macOS QuickLook plugin for glTF files
- Host: GitHub
- URL: https://github.com/magicien/GLTFQuickLook
- Owner: magicien
- License: mit
- Created: 2017-11-17T23:11:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T13:26:25.000Z (almost 2 years ago)
- Last Synced: 2024-05-13T16:33:32.087Z (6 months ago)
- Topics: gltf, macos-quicklook-plugin, quicklook-plugin
- Language: C
- Size: 2.02 MB
- Stars: 222
- Watchers: 9
- Forks: 9
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- Mac-QuickLook - GLTFQuickLook
README
# GLTFQuickLook
macOS QuickLook plugin for glTF files. (.gltf/.glb)![ScreenShot](https://github.com/magicien/GLTFQuickLook/blob/master/screenshot.png)
![ScreenShot2](https://github.com/magicien/GLTFQuickLook/blob/master/screenshot2.gif)
## System Requirements
- macOS 10.13 (High Sierra) or later
## Install
### Using [Homebrew Cask](https://github.com/phinze/homebrew-cask)
- Run `brew install gltfquicklook`
- Run `xattr -r -d com.apple.quarantine ~/Library/QuickLook/GLTFQuickLook.qlgenerator` to allow GLTFQuickLook.qlgenerator to run.### Manually
1. Download **GLTFQuickLook_vX.X.X.zip** from [Releases](https://github.com/magicien/GLTFQuickLook/releases/latest).
2. Put **GLTFQuickLook.qlgenerator** (in the zip file) into `/Library/QuickLook` (for all users) or `~/Library/QuickLook` (only for the logged-in user).
3. Run `sudo xattr -r -d com.apple.quarantine /Library/QuickLook/GLTFQuickLook.qlgenerator` or `xattr -r -d com.apple.quarantine ~/Library/QuickLook/GLTFQuickLook.qlgenerator` to allow GLTFQuickLook.qlgenerator to run.
4. Run `qlmanage -r` command to reload QuickLook plugins.## Build
It needs to install [Carthage](https://github.com/Carthage/Carthage) to get frameworks.
```
$ git clone https://github.com/magicien/GLTFQuickLook.git
$ cd GLTFQuickLook
$ carthage bootstrap --platform mac
$ xcodebuild
```## See also
- [GLTFSceneKit](https://github.com/magicien/GLTFSceneKit/) - glTF loader for SceneKit