Gantt Chart Generator

This week I created a Gantt chart generator in C++. It uses cairo for the drawing and can optionally be linked with SDL for the GUI, it can also save a png or pdf file. The chart is generated from a file with a custom syntax.

I think the result is looks quite preety!