Convert glTF .glb files to SceneKit .scn files
See Releases ☝️
Write .scn to current directory
./gltf2scn my-scene.glb
Write .scn to specific path
./gltf2scn my-scene.glb /path/to/output.scn
Install carthage if you don't have it.
brew install carthage
Install deps
carthage bootstrap
Preprocess shaders
yarn
./bin/bundle_shaders.js
Develop!