GFXLiquid
- Example using a custom
CIFilter
withSpriteKit
(for physics), filter consists of aCIGaussianBlur
andCIColorMap
(for thresholding the blur, hard egdes) to giveSKShapeNode
's a fluid effect.
Example using a custom CIFilter with SpriteKit (for physics), filter consists of a CIGaussianBlur and CIColorMap (for thresholding the blur, hard edges) to give SKShapeNode's a fluid effect.
Swift