robrix / ui-effects

An experiment towards a UI programming model inspired by algebraic effects.
BSD 3-Clause "New" or "Revised" License
30 stars 1 forks source link

Shader language rework #6

Closed robrix closed 8 years ago

robrix commented 8 years ago

Rework the shader language to build on the experiments in #5. This PR is small compared to some others; it applies a lot of what I learned in #5 from the DrawingF & LayoutF languages to the ShaderF language. In that sense it’s a consolidation of a lot of the recent experience.