Skip to content

magicien/VRMQuickLook

Repository files navigation

日本語

VRMQuickLook

macOS QuickLook plugin for VRM files. (.vrm)

System Requirements

  • macOS 10.13 (High Sierra) or later

ScreenShot

Install

  • Not ready for Homebrew...

Manually

  1. Download VRMQuickLook_vX.X.X.zip from Releases.
  2. Put VRMQuickLook.qlgenerator (in the zip file) into /Library/QuickLook (for all users) or ~/Library/QuickLook (only for the logged-in user).
  3. Run qlmanage -r command to reload QuickLook plugins. (or restart your Mac)

Build

It needs to install Carthage to get frameworks.

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

See also