/DarthShader

iOS GLSL fragment shader playground

Primary LanguageSwift

DarthShader

DarthShader is a simple fragment shader playground for iOS. A live version of the fragment shader code runs behind the edit view and is running on a SceneKit plane. 2-finger tapping will toggle the edit view and enable interaction with the SceneKit plane. The fragment shader is saved to the disk as it is edited and persists between sessions.

Features

Live editing

Collapsable Code

Different Geometries

Installation

Clone project and initialize submodules: git submodule update --init --recursive

Thanks