SkillAgentSearch skills...

GLTFQuickLook

macOS QuickLook plugin for glTF files

Install / Use

/learn @magicien/GLTFQuickLook
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

GLTFQuickLook

macOS QuickLook plugin for glTF files. (.gltf/.glb)

ScreenShot

ScreenShot2

System Requirements

  • macOS 10.13 (High Sierra) or later

Install

Using 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.
  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 to get frameworks.

$ git clone https://github.com/magicien/GLTFQuickLook.git
$ cd GLTFQuickLook
$ carthage bootstrap --platform mac
$ xcodebuild

See also

Related Skills

View on GitHub
GitHub Stars267
CategoryDevelopment
Updated2d ago
Forks11

Languages

C

Security Score

100/100

Audited on Apr 1, 2026

No findings