ConCat.Graphics.GLSL
Contents
Description
Generate GLSL code from a circuit graph
genHtml :: GenBuses a => String -> Widgets a -> (a :> ImageC) -> IO () Source #
runHtml :: GenBuses a => String -> Widgets a -> (a :> ImageC) -> IO () Source #
data Widgets :: * -> * Source #
Defined in ConCat.Graphics.GLSL
Methods
showsPrec :: Int -> Widgets a -> ShowS Source #
show :: Widgets a -> String Source #
showList :: [Widgets a] -> ShowS Source #
unitW :: Widgets () Source #
timeW :: Widgets R Source #
sliderW :: String -> (R, R) -> R -> Widgets R Source #
pairW :: Widgets a -> Widgets b -> Widgets (a :* b) Source #
toJSON :: Ty -> Value Source #
toEncoding :: Ty -> Encoding Source #
toJSONList :: [Ty] -> Value Source #
toEncodingList :: [Ty] -> Encoding Source #
toJSON :: ExternalDeclaration -> Value Source #
toEncoding :: ExternalDeclaration -> Encoding Source #
toJSONList :: [ExternalDeclaration] -> Value Source #
toEncodingList :: [ExternalDeclaration] -> Encoding Source #
toJSON :: TypeSpecifierNonArray -> Value Source #
toEncoding :: TypeSpecifierNonArray -> Encoding Source #
toJSONList :: [TypeSpecifierNonArray] -> Value Source #
toEncodingList :: [TypeSpecifierNonArray] -> Encoding Source #