EvanBacon / Cel-ShaderLinks
SceneKit Cel Shader Example
☆21Updated 8 years ago
Alternatives and similar repositories for Cel-Shader
Users that are interested in Cel-Shader are comparing it to the libraries listed below
Sorting:
- The included playground is a SceneKit (3D) version of Apple's "Pathfinder" demo, which was originally developed using SpriteKit (2D)☆30Updated 2 years ago
- Working example of SCNTechnique and Metal☆58Updated 7 years ago
- Basic examples of shaders in SceneKit + ARKit☆37Updated 6 years ago
- 🎮 Easily add, changed and combine Vertex and Fragment shaders for SceneKit objects. Perfect tool for prototyping shaders in the context…☆57Updated 5 years ago
- Example of utilising SceneKit's SCNTechnique with Metal.☆12Updated 7 years ago
- Math extensions for SCNVector3, SCNQuaternion, SCNMatrix4☆36Updated 8 months ago
- Create animations over Bezier curves of any number of points☆51Updated 4 years ago
- A translation of Apple's sample code SceneKit State of the Union Demo into Swift☆15Updated 7 years ago
- Basic wave simulation using Metal compute shaders☆21Updated 9 years ago
- Volumetric realtime graphics☆54Updated 3 years ago
- SwiftShaders presents Shaders in Swift on iOS with GLSL, Metal and SceneKit frameworks☆43Updated 5 years ago
- A recreation of the last example from my objc.io SceneKit article, using SCNTechnique.☆26Updated 8 years ago
- Scale-invariant highlight effect for SCNNodes based on SCNTechnique☆27Updated 6 years ago
- CIFilter / CIKernel based fluid dynamics☆28Updated 6 years ago
- SceneKit mesh deformed by a Metal compute shader☆85Updated 7 years ago
- A 'playground' project for rendering metaball-like graphics in metal.☆49Updated 8 years ago
- Rendering text in SceneKit using SDF fonts.☆14Updated 5 years ago
- A demonstration of using SCNProgram for custom rendering and animation of a time-of-day skydome☆21Updated 6 years ago
- 👾 Collection of custom effects for SpriteKit implemented using GLSL/Metal shaders.☆94Updated 2 years ago
- A simple Swift SceneKit class for loading rigged models exported from Blender and handling animations☆38Updated 4 years ago
- Metal text rendering example app that uses MetalRenderingTools under the hood.☆15Updated 3 years ago
- A sample demonstrating offscreen rendering and recording of Metal content with AVFoundation☆34Updated 6 years ago
- Tiny UIView subclass that acts like UIImageView but for MTLTextures☆18Updated 4 years ago
- An app created to explorer the features of SceneKit iOS framework. Assets load (Model I/O), interaction, animation, classical rendering …