PDA

View Full Version : Graph Paper Designer



tpg
September 14th, 2007, 08:45 PM
Hi all! A while ago I was looking for a graph paper printer on linux that supported several different graph paper types (e.g. linear, polar, logarithmic etc.) but failed to find anything. So I've decided to write one.

I'm using Qt 4.3 with C++ to write the program, so it ought to be cross platform, although at the moment i've only tested it on Kubuntu Feisty.

At the moment it's still in the early stages of development, but the basic framework's there. The interface is a bit clunky in my opinion, but it does the job, and so far there is a significant amount of functionality missing (read: some buttons won't do anything when pressed).

However, I would like to know so far what does work, what doesn't, what you like, and what you don't. Same goes for the state of my coding. :)

I've uploaded an archive of the current source code - you'll need qt4 dev files, and build-essential to build it. Follow instructions in the README!

Thanks in advance everyone, and I look forward to your comments!