jexe / ARShaderLab

A small proof of concept app meant for quick AR shader experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARShaderLab

ARShaderLab is a simple skeleton project for rapidly creating, testing, and learning about shaders in ARKit and SceneKit.

Demo

The demo uses two simple shaders:

  • surface.shader is a simple surface shader modifier that scrolls the UV and shifts the color in a sinewavey plasma
  • geom.shader is a geometry shader modifier that will bend the sphere according to sine/cosine waves shifted over time

About

A small proof of concept app meant for quick AR shader experiments


Languages

Language:Swift 73.6%Language:GLSL 26.4%