macOS QuickLook plugin for glTF files. (.gltf/.glb)
- macOS 10.13 (High Sierra) or later
Note for macOS 10.15+ and Apple Silicon: Apple has deprecated
.qlgeneratorplugins and they are fully unsupported in macOS 15 (Sequoia). There are now two versions of this project available:
- Legacy (
.qlgenerator): For macOS 10.13 and 10.14 (see instructions below).- Modern (App Extension): For macOS 10.15+, including native Apple Silicon support. See the ModernAppExtension folder for details.
- Download the latest
GLTFQuickLook.apprelease from Releases. - Drag and drop
GLTFQuickLook.appinto your/Applicationsfolder. - Open the app once (it will casually launch and exit, registering the extension with macOS).
- Run
qlmanage -rto reload QuickLook plugins.
Using Homebrew Cask
- Run
brew install gltfquicklook - Run
xattr -r -d com.apple.quarantine ~/Library/QuickLook/GLTFQuickLook.qlgeneratorto allow GLTFQuickLook.qlgenerator to run.
- 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
sudo xattr -r -d com.apple.quarantine /Library/QuickLook/GLTFQuickLook.qlgeneratororxattr -r -d com.apple.quarantine ~/Library/QuickLook/GLTFQuickLook.qlgeneratorto allow GLTFQuickLook.qlgenerator to run. - Run
qlmanage -rcommand to reload QuickLook plugins.
See the ModernAppExtension/README.md for build instructions using xcodegen and Swift Package Manager.
It needs to install Carthage to get frameworks.
$ git clone https://github.com/magicien/GLTFQuickLook.git
$ cd GLTFQuickLook
$ carthage bootstrap --platform mac
$ xcodebuild
- GLTFSceneKit - glTF loader for SceneKit

