Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 968 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 968 Bytes

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