|
From: <tim...@en...> - 2005-06-28 22:39:01
|
Hi ! Here some news about the wxwidgets terminal I'm writing. Most of the=20 drawing functions are implemented, as you can see in the two following=20 screenshots : http://tipote.free.fr/wxt3.png http://tipote.free.fr/wxt4.png Mouse support is partially implemented : rotation, scaling (3D) and zoom=20 (2D) work. Thanks to our discussion about setjmp/longjmp, I have got a working=20 terminal-to-gnuplot communication for commands which may raise errors.=20 In particular, it allows me to rescale the plot properly when the size=20 of the window changes. This is not really impressive compared to x11, windows, or OS/2=20 functionnalities, but for me it's already huge : it's the first time I=20 write more than 50 lines for a program (currently 1200 in the terminal) ! The next step : complete mouse capabilities (based on the behaviour of=20 the x11 terminal) : ruler, zoombox, etc. And then : either enhanced text, or cleanup, or (the most attractive to=20 me) a modified mouse behaviour based on a toolbar plus menus for some=20 properties (labels to begin). Please feel free to give me your ideas ! Greetings, Timoth=E9e |