Page 1 of 1
development GUI-server v.0.96
Posted: Mon Jul 02, 2007 9:38 pm
by Lutz
Posted: Tue Jul 03, 2007 4:54 am
by didi
It's hard to follow Lutz speed :-) I haven't tried all new commands, yet . Only a short comment :
cursor-demo.lsp works fine - rotation-demo and image-demo seems nearly the same , the rotation-demo shows "imag" in the header .
Thinking loud : Would it be possible to have a polyline-command ? ( not bad for the xy-graph )
How will we be able to export our art-work ? :-) , will there be a possibility to print or to export it as a png-file ?
ok - now i'll be quiet and try to finish my first real gui-application :-)
Posted: Tue Jul 03, 2007 11:52 am
by Lutz
How will we be able to export our art-work
allthough there will be printing, for anything art you are much better off using the newLISP Postsrcipt module, as it lets you generate output, which doesn't rasterize your art but leaves GUI-server's vector graphics resolution independent. Postscript can also easily be formatted into PDF and rasterized to any .png, .jpg or .gif size you want. On the Mac all this is already built into the OS. On Windows you can use Ghostscript for conversion.
http://newlisp.org/index.cgi?Postscript
Lutz
ps: somebody could cadd a Postscript output module to GUI-server ;-), shouldn't be too hard.
Posted: Tue Jul 03, 2007 4:53 pm
by didi
Please excuse my bad english . For me everything we do in newLISP is ART-WORK :-)
I just want to print out my xy-graph later . I hope the experts here understood the slight hint to the postscriptmodule for the gui-server.
Thankyou :-)
BTW: Your link leads to nice graphics !
Posted: Tue Jul 03, 2007 5:00 pm
by HPW