• Stars
    star
    230
  • Rank 173,088 (Top 4 %)
  • Language
    C
  • License
    MIT License
  • Created almost 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

macOS QuickLook plugin for glTF files

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

More Repositories

1

GLTFSceneKit

glTF loader for SceneKit
Swift
284
star
2

JoyKeyMapper

Nintendo Joy-Con/ProController Key mapper for macOS
Swift
135
star
3

JSceneKit

Port of SceneKit framework to JavaScript
JavaScript
78
star
4

JoyConSwift

IOKit wrapper for Nintendo Joy-Con and ProController (macOS, Swift)
Swift
50
star
5

VRMQuickLook

macOS QuickLook plugin for VRM files
C
37
star
6

MMDSceneKit

SceneKit expansion for MikuMikuDance
RPC
36
star
7

undo-canvas

Add undo/redo functions to CanvasRenderingContext2D
JavaScript
35
star
8

MikuMikuDanceQuickLook

macOS QuickLook plugin for MikuMikuDance files
Objective-C
28
star
9

SceneKitBoundingBoxOnScreen

Xcode Playground to show how to calculate the size of the bounding box in screen space
Swift
14
star
10

OBSOutlineFilterJP

OBS用スクリプト:縁取りフィルタ(簡易版、日本語)
Lua
11
star
11

DH3DLibrary

JavaScript Libary for WebGL
JavaScript
10
star
12

JSceneKitExample

Online examples of JSceneKit
JavaScript
8
star
13

JMMDSceneKit

JavaScript framework for JSceneKit and MikuMikuDance
JavaScript
8
star
14

JoyfulPlayer

MIDI Player for Nintendo Joy-Con and ProController (macOS, Swift)
Swift
8
star
15

OBSTeyvatPicnicKit

OBS用スクリプト:原神っぽいフィルタ5種(+1)
Lua
6
star
16

VRMPreview

VRM Viewer for macOS
Swift
5
star
17

ElectronMMDSample

Sample application for Electron + JMMDSceneKit
JavaScript
4
star
18

TGAImage

TGA Image Loader for Web browsers
JavaScript
3
star
19

mennakuMaker

Men's Knuckle like image maker
JavaScript
2
star
20

ARKitWithMMDUsingPlaneDetection

Test project for ARKit and MikuMikuDance using PlaneDetection
Logos
1
star
21

IQRevenge

WebGL game using DH3DLibrary
JavaScript
1
star
22

ARKitWithMMD

Test project for ARKit and MikuMikuDance using PlaneDetection
Logos
1
star
23

react-native-marked-text

Test app for react-native TextInput bugfix.
Objective-C
1
star
24

JMMDSceneKitExample

Online examples of JMMDSceneKit
JavaScript
1
star