Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new indentation rule to .dir-locals.el. | David Thompson | 2015-11-09 | 1 | -0/+1 |
| | |||||
* | render: Reimplement rendering engine using functional combinators. | David Thompson | 2015-09-21 | 1 | -0/+20 |
Warning: This is a huge commit. I completely gutted the old scene graph and replaced it with a somewhat monadic rendering combinator module instead. The interface remains purely functional, but replaces the <model> data type with procedures in the rendering monad instead. This opens the door for rendering *anything*, not just meshes. Now I can implement particle systems and other non-static things. |