Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/capnslipp/scnviewcontroller

The Missing SCNViewController Class (a Swift µ-library)
https://github.com/capnslipp/scnviewcontroller

composition-over-inheritance configurable reusable scenekit swift-library viewcontroller

Last synced: 2 months ago
JSON representation

The Missing SCNViewController Class (a Swift µ-library)

Awesome Lists containing this project

README

        

# SCNViewController

SCNViewController is a Swift micro-library that provides a configurable/reusable `SCNViewController` class— a `UIViewController` subclass with a SceneKit `SCNView`.

## Build Overlays

The master branch is Swift ≥5.5, and build overlays (the minimal changeset to the Package.swift, xcodeproj, and other build files) of the current library version are available on the [swift-5.0](https://github.com/capnslipp/SCNViewController/tree/swift-5.0), [swift-4.2](https://github.com/capnslipp/SCNViewController/tree/swift-4.2), [swift-4](https://github.com/capnslipp/SCNViewController/tree/swift-4), and [swift-3](https://github.com/capnslipp/SCNViewController/tree/swift-3) branches. _(Note: I don't check these builds as often as I used to when Swift 4.2 or 4.0 were the latest versions, but their changes haved worked and I've merged new library versions into them since then.)_