Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 379 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 379 Bytes

Bubbles

OS X SpriteKit demo that recreates the iOS 7 dynamic wallpaper effect. Includes an NSColorWell control that uses KVO to dynamically change the background color. Demonstrates use of SKEffectNode and SKShapeNode to programmatically create a visually interesting effect. Number of draw calls could be optimized further by making SKShapeNodes into textured sprites.