hylogen-0.1.0.12: an EDSL for live-coding fragment shaders

Safe HaskellNone
LanguageHaskell2010

Hylogen.CSE

Synopsis

Documentation

type Hash = Int Source

type Id = Int Source

type GLSL = (IntMap (ExprForm, GLSLType, String, [Either Expr Hash]), [(ExprForm, GLSLType, String, Hash, [Either Expr Hash])]) Source

Add if in first, variabalize!