]> git.cworth.org Git - acre/commit
Add preliminary implementation of acre
authorCarl Worth <cworth@cworth.org>
Sun, 25 Jan 2009 07:18:49 +0000 (18:18 +1100)
committerCarl Worth <cworth@cworth.org>
Thu, 16 Apr 2009 18:55:43 +0000 (11:55 -0700)
commitab7c095ffc2e9d6409fd2983b5462bb3d4609e60
tree301c662d1fdd98380470d4e2ea491ca26fe46363
parent1ff8bd96610d697c0c93b3d7d27c82bed9198884
Add preliminary implementation of acre

This is a simple chart-drawing library using cairo. We will use
this to replace the image-magick and perl-using csv2png script,
(and then also use this to do interactive charts within a GUI).
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile [new file with mode: 0644]
README
acre-test.c [new file with mode: 0644]
acre.c [new file with mode: 0644]
acre.h [new file with mode: 0644]
xmalloc.c [new file with mode: 0644]
xmalloc.h [new file with mode: 0644]