Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/magicien/vrmquicklook
- Owner: magicien
- License: mit
- Created: 2018-08-05T06:26:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T03:15:33.000Z (about 5 years ago)
- Last Synced: 2024-11-02T11:05:44.158Z (12 days ago)
- Topics: macos-quicklook-plugin, quicklook-plugin, vrm
- Language: C
- Size: 10.5 MB
- Stars: 38
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.