Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UCh/swift-scene-kit-playgrounds
Experiment with scene kit and swift
https://github.com/UCh/swift-scene-kit-playgrounds
Last synced: 25 days ago
JSON representation
Experiment with scene kit and swift
- Host: GitHub
- URL: https://github.com/UCh/swift-scene-kit-playgrounds
- Owner: UCh
- Created: 2014-06-27T13:59:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T10:30:24.000Z (over 9 years ago)
- Last Synced: 2024-08-04T00:05:46.639Z (4 months ago)
- Language: Swift
- Size: 901 KB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - SceneKit Examples - Experiment with SceneKit and Swift. ⏳ (UIKit And Graphics / SpriteKit)
README
SceneKit Swift Playground examples
=========Playgrounds used on the Skill Matters talk [Making noise in the playground]
Updated to XCode 6 Beta 4This playgrounds are used as snippeds of basic ussage of Scene Kit in Swift languaje.
HandsDirtyCompleted.playground
-->Create a scene kit view, add a camera, some geogetry and apply basic animation to it
ClassyCompleted.playground
-->Move the code of the previous playground to a class, and animate it using Scene Kit transaction, been able to use the timeline scrubber on the playground view
PaleBlueDotComplete
--->Add lights and textures to a scene creating a earth globe with day/night cycle
BringToysCompleted
-->Replace build in materials by a custom [Simplex Noise] shader
License
----MIT
[Making noise in the playground]:https://skillsmatter.com/skillscasts/5462-making-noise-in-the-playground-scene-kit-for-the-casual-coder
[Simplex Noise]:https://github.com/hughsk/glsl-noise