项目作者: chriszelazo

项目描述 :
iOS GLSL fragment shader playground
高级语言: Swift
项目地址: git://github.com/chriszelazo/DarthShader.git
创建时间: 2019-02-19T18:35:39Z
项目社区:https://github.com/chriszelazo/DarthShader

开源协议:

下载


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