graphics - C/D line drawing package -


I'm getting myself to require a line drawing package. I have to pop a window and draw lines and points. The text would be fine, but I can live without it. Most importantly, I need something that is easy for dirt, I have no time to roam with Libs (if I have time, but I am already behind).

I could be using a solution (Windows XP, D 1.0, Phobos) but I use anything with C linkage and source

I use the process out of solution I can also: Input file generated, Call program.

Any thoughts?

Using another option is learning this API is very easy, quite powerful, and Can write out PNG, PS, PDF and SVG. It also supports drawing for GDI, X and quartz windows.

An old (written with some talent) that can still work. If nothing else, it's D. Will show the way to link and use Cairo.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -