Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/capnslipp/scnviewcontroller
- Owner: capnslipp
- License: unlicense
- Created: 2017-02-16T23:24:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T21:44:09.000Z (about 2 years ago)
- Last Synced: 2024-10-29T00:48:28.413Z (3 months ago)
- Topics: composition-over-inheritance, configurable, reusable, scenekit, swift-library, viewcontroller
- Language: Swift
- Size: 53.7 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.)_