summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-02render: Add oversample argumentLars-Dominik Braun1-1/+13
2015-05-02Improve command line interfaceLars-Dominik Braun1-0/+434
Initial arguments-based cli, replacing the three tools -animate, -genome and -render with just one. Still need to get rid of most calls to getenv.