Sean Lee
Sean Lee
hmmm..... bug is that we need matricies!
possibly write lenses?
Hylide uses ghci under the hood, which does not acknowledge global stack installations of Hylogen and Hylide (`stack install hylogen hylide`). If `cabal install hylogen hylide` was run at some...
Right now OSC only works when running the node server *in conjunction with hylide*. To do this is way too complicated to ask of any user. Instead, OSC should be...
- **custom uniforms** - **GLSL functions**
With haddock building integration hackage/stackage deployment integration aka bee good engineer
- Export Pattern synonyms for construction - Use singletons to demote types to type tags and just clean things up in general, now that I'm better at Haskell :p
eg ``` haskell vec4 1 vec4 (vec3 0, 1) ``` instead of ``` haskell 1 :: Vec4 vec4 (0 :: Vec3, 1) ``` where the type of the non-tupled constructor...
basic executable using runHaskell
Have hylogen the language generate programs other than those for the hylogen server