aboutsummaryrefslogtreecommitdiff
path: root/src/render.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-04-11Move output specific code out of rootIsaac Freund1-8/+5
This is in preperation of proper output event handling and eventual multi output support.
2020-04-10Move rendering out of output to a new namespaceIsaac Freund1-0/+348
2020-03-23Move rendering functions to output.zigIsaac Freund1-63/+0
2020-03-22WIP massive refactorIsaac Freund1-0/+63