Re: [Visualoberon-win32] Port of XCal to new VO
Status: Beta
Brought to you by:
tteuling
From: Stewart G. <sgr...@ip...> - 2001-06-05 08:31:20
|
Tim Teulings wrote: > By the way, is anybody activly doing something on the VO Windows code? Not yet. I'm still trying to learn my way around VO. For your amusement, here a Model/View for displaying graphs. As an experiment, I ported some of my code from Blackbox. Its not finished, but you'll get the idea. To compile, put the directory in the source path and do: oo2c [ --config oo2crc ] -Mv GraphTest Drag nodes to set their position. Fixed nodes are displayed in red. Nodes can be fixed/released by clicking without dragging. Drag elsewhere to rotate the display volume. Shift-click to add edges. If the end-point is within a node the edge links to the node, otherwise it links to a new node. Have fun. It works for me under Win32. Cheers, Stewart |