Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magicien/vrmquicklook

macOS QuickLook plugin for VRM files
https://github.com/magicien/vrmquicklook

macos-quicklook-plugin quicklook-plugin vrm

Last synced: 12 days ago
JSON representation

macOS QuickLook plugin for VRM files

Awesome Lists containing this project

README

        

[日本語](https://github.com/magicien/VRMQuickLook/blob/master/lang/README.ja.md)

# VRMQuickLook
macOS QuickLook plugin for VRM files. (.vrm)

## System Requirements

- macOS 10.13 (High Sierra) or later

![ScreenShot](https://github.com/magicien/VRMQuickLook/blob/master/screenshot.gif)

## Install

### Using [Homebrew Cask](https://github.com/phinze/homebrew-cask)

- Not ready for Homebrew...

### Manually

1. Download **VRMQuickLook_vX.X.X.zip** from [Releases](https://github.com/magicien/VRMQuickLook/releases/latest).
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](https://github.com/Carthage/Carthage) to get frameworks.
```
$ git clone https://github.com/magicien/VRMQuickLook.git
$ cd VRMQuickLook
$ carthage bootstrap --platform mac
$ xcodebuild
```

## See also

- [GLTFSceneKit](https://github.com/magicien/GLTFSceneKit/) - glTF loader for SceneKit
- [GLTFQuickLook](https://github.com/magicien/GLTFQuickLook/) - macOS QuickLook plugin for glTF files.