GLTFQuickLook
macOS QuickLook plugin for glTF files. (.gltf/.glb)
System Requirements
- macOS 10.13 (High Sierra) or later
Install
Homebrew Cask
Using- Run
brew cask install gltfquicklook
Manually
- Download GLTFQuickLook_vX.X.X.zip from Releases.
- Put GLTFQuickLook.qlgenerator (in the zip file) into
/Library/QuickLook
(for all users) or~/Library/QuickLook
(only for the logged-in user). - Run
qlmanage -r
command to reload QuickLook plugins.
Build
It needs to install Carthage to get frameworks.
$ git clone https://github.com/magicien/GLTFQuickLook.git
$ cd GLTFQuickLook
$ carthage bootstrap --platform mac
$ xcodebuild
See also
- GLTFSceneKit - glTF loader for SceneKit