[REBOL] Re: Graph Drawing /View Performance

2002-05-17 Thread Etienne ALAURENT
Hi, Gabriele yes, I have Holger's post about transparency. It's interesting. I tested some stuff, and it runs. But I would like some examples to understand in depth how to make a clean script. See you on elite. Gabriele Santilli wrote: Hi Etienne, On Sunday, May 12, 2002, 3:14:49 AM, you

[REBOL] Re: Graph Drawing /View Performance

2002-05-12 Thread Gabriele Santilli
Hi Etienne, On Sunday, May 12, 2002, 3:14:49 AM, you wrote: EA The transparency is hard to understand without doc. The first difference Do you have Holger's post about this? I think it explained almost all that is needed, but maybe I'm wrong. http://www.escribe.com/internet/rebol/m15951.html

[REBOL] Re: Graph Drawing /View Performance

2002-05-12 Thread pat665
code will be appreciated. You could make it available for the list or email it to me privately. Patrick - Original Message - From: Etienne ALAURENT [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 12, 2002 3:14 AM Subject: [REBOL] Re: Graph Drawing /View Performance Hi, Pat, I

[REBOL] Re: Graph Drawing /View Performance

2002-05-11 Thread pat665
: [REBOL] Re: Graph Drawing /View Performance Hi, Patrick, I know these problems. I think the new View engine is the same as the Link one. So, I made many changes for Link, and it seems to be ok. But I want to test it before publishing it. So, as soon as the official View version is online, I'll

[REBOL] Re: Graph Drawing /View Performance

2002-05-11 Thread Etienne ALAURENT
- Original Message - From: Etienne ALAURENT [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 10, 2002 5:18 PM Subject: [REBOL] Re: Graph Drawing /View Performance Hi, Patrick, I know these problems. I think the new View engine is the same as the Link one. So, I made many changes for Link

[REBOL] Re: Graph Drawing /View Performance

2002-05-10 Thread Cyphre
Hi Etienne, - Original Message - From: Etienne ALAURENT [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 09, 2002 10:15 PM Subject: [REBOL] Re: Graph Drawing /View Performance Hi, Richard, I don't see any difference about exec speed between your 2 scripts. But, it's

[REBOL] Re: Graph Drawing /View Performance

2002-05-10 Thread pat665
] To: [EMAIL PROTECTED] Sent: Thursday, May 09, 2002 10:15 PM Subject: [REBOL] Re: Graph Drawing /View Performance Hi, Richard, I don't see any difference about exec speed between your 2 scripts. But, it's very interesting to know it's better to use one 'show for whole window than a 'show

[REBOL] Re: Graph Drawing /View Performance

2002-05-10 Thread Etienne ALAURENT
Hi, Patrick, I know these problems. I think the new View engine is the same as the Link one. So, I made many changes for Link, and it seems to be ok. But I want to test it before publishing it. So, as soon as the official View version is online, I'll put the new skins version online too.

[REBOL] Re: Graph Drawing /View Performance

2002-05-09 Thread Cyphre
method of one global 'show of the whole window area regards, Cyphre - Original Message - From: Romano Paolo Tenca [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 08, 2002 9:46 PM Subject: [REBOL] Re: Graph Drawing /View Performance Hi Christian, (The lapse I made before

[REBOL] Re: Graph Drawing /View Performance

2002-05-09 Thread Etienne ALAURENT
Message - From: Romano Paolo Tenca [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 08, 2002 9:46 PM Subject: [REBOL] Re: Graph Drawing /View Performance Hi Christian, (The lapse I made before was that I had an show f in the node-face!'s engage function - there none was due. I

[REBOL] Re: Graph Drawing /View Performance

2002-05-07 Thread Cyphre
Hi Christian, Nice script ;-) I haven't time to look into its guts but I'll try to find some improvements for better performance(if it will be possible) during the weekend... I thought that Rebol has slow math but while doing some speed tests I noticed that the most CPU power takes

[REBOL] Re: Graph Drawing /View Performance

2002-05-06 Thread Petr Krenzelok
Hello Christian, Christian Langreiter wrote: I've spent most of today with porting the algorithm behind the fantastic TouchGraph applet (http://www.touchgraph.com) to REBOL/View. Originally I intended only to output the node coordinates after, say, 1000 iterations to handle final display to

[REBOL] Re: Graph Drawing /View Performance

2002-05-06 Thread Larry Palmiter
The best thing I can come up with is creating and setting images as often as needed, but there _must_ be a better (i.e. faster) way ... Some way that allows me to directly act upon an existing image. f/image/clear f/image/line 200x200 150x300 Hi Christian, You might be able to