<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Graphite for WPF</title>
	<atom:link href="http://visualizationtools.net/default/graphite-for-wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualizationtools.net/default/graphite-for-wpf/</link>
	<description>Think. Visualize. Understand.</description>
	<lastBuildDate>Wed, 28 Dec 2011 13:39:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Some graph libraries at BVN Usyd</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-976</link>
		<dc:creator>Some graph libraries at BVN Usyd</dc:creator>
		<pubDate>Mon, 08 Aug 2011 05:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-976</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-227</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sun, 29 Nov 2009 08:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-227</guid>
		<description>HI,Francois Vanderseypen.I &#039;m using your library in my project.It is so brilliant but the restriction that the maximun amount of 10 nodes stops me going ahead.Could you help me write the library supporting 100 nodes.Thanks for offering us these library and I&#039;m looking fowards your reply.
my mail:mazhiyuan850126@gmail.com</description>
		<content:encoded><![CDATA[<p>HI,Francois Vanderseypen.I &#8216;m using your library in my project.It is so brilliant but the restriction that the maximun amount of 10 nodes stops me going ahead.Could you help me write the library supporting 100 nodes.Thanks for offering us these library and I&#8217;m looking fowards your reply.<br />
my mail:mazhiyuan850126@gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois Vanderseypen</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-226</link>
		<dc:creator>Francois Vanderseypen</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-226</guid>
		<description>Alex, I don&#039;t think anything based on WPF or Silverlight can handle a large amount of nodes and at the same time offer all the advantages of WPF/SL, simply because there is a lot of infrastructure underneath the control class (databinding, styling...). I suppose one could write a library specifically to scale into the thousands but it would amount to low-level approaches (overriding the OnRender of the FrameworkElement for instance) and sacrifice things like databinding. In any case, no, the Graphite library will not scale to 10k nodes from a rendering point of view and even if it would then the layout algorithm would crunch and not be responsive. I could write the library you are looking for but the demand is rather low and I&#039;m sure there are excellent open source C++ or C libraries out there which scale to the million nodes.</description>
		<content:encoded><![CDATA[<p>Alex, I don&#8217;t think anything based on WPF or Silverlight can handle a large amount of nodes and at the same time offer all the advantages of WPF/SL, simply because there is a lot of infrastructure underneath the control class (databinding, styling&#8230;). I suppose one could write a library specifically to scale into the thousands but it would amount to low-level approaches (overriding the OnRender of the FrameworkElement for instance) and sacrifice things like databinding. In any case, no, the Graphite library will not scale to 10k nodes from a rendering point of view and even if it would then the layout algorithm would crunch and not be responsive. I could write the library you are looking for but the demand is rather low and I&#8217;m sure there are excellent open source C++ or C libraries out there which scale to the million nodes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-225</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 25 Jun 2009 18:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-225</guid>
		<description>Hello,

I checked the Graphite demo and it looks really awesome. I&#039;m working on a project and I need to represent a large number of nodes (about 10000). Can you tell me how well will Graphite behave in such circumstances? Like I said, it looks great but my gut feeling is that performance will degrade a lot.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I checked the Graphite demo and it looks really awesome. I&#8217;m working on a project and I need to represent a large number of nodes (about 10000). Can you tell me how well will Graphite behave in such circumstances? Like I said, it looks great but my gut feeling is that performance will degrade a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Webb</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-224</link>
		<dc:creator>Paul Webb</dc:creator>
		<pubDate>Wed, 20 May 2009 20:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-224</guid>
		<description>Hi there. I am very interested in Graphite and G2 for some commercial work. Firstly is it possible to show arrows on the edges in a directed graph? This would be very important for us. Is there a code snippet you could send me to show how this is done? When is G2 likely to be available commercially?  Can you also send me pricing info on both products. Thanks, Paul.</description>
		<content:encoded><![CDATA[<p>Hi there. I am very interested in Graphite and G2 for some commercial work. Firstly is it possible to show arrows on the edges in a directed graph? This would be very important for us. Is there a code snippet you could send me to show how this is done? When is G2 likely to be available commercially?  Can you also send me pricing info on both products. Thanks, Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois Vanderseypen</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-223</link>
		<dc:creator>Francois Vanderseypen</dc:creator>
		<pubDate>Sun, 26 Apr 2009 05:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-223</guid>
		<description>The API of Graphite is very simple and the XML or flat-file data repositories are just the most convenient ones to ship with a demo, there is no inherent restriction inside Graphite related to XML or flat file. If you can access your data through a data access layer of some kind you can add nodes and links with just one API call.</description>
		<content:encoded><![CDATA[<p>The API of Graphite is very simple and the XML or flat-file data repositories are just the most convenient ones to ship with a demo, there is no inherent restriction inside Graphite related to XML or flat file. If you can access your data through a data access layer of some kind you can add nodes and links with just one API call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamer</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-222</link>
		<dc:creator>Tamer</dc:creator>
		<pubDate>Sun, 26 Apr 2009 01:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-222</guid>
		<description>First, i wanted to congratulate you on the great work that is done here i always wanted to have something like this to use it in my graph applications

my Question though does it only support XML and Flat TXT Files?

i have SQLite applications i wanted to use Graphite with it but do not know if it will import the data from SQLite or not ?


Thank you</description>
		<content:encoded><![CDATA[<p>First, i wanted to congratulate you on the great work that is done here i always wanted to have something like this to use it in my graph applications</p>
<p>my Question though does it only support XML and Flat TXT Files?</p>
<p>i have SQLite applications i wanted to use Graphite with it but do not know if it will import the data from SQLite or not ?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-221</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Mon, 08 Dec 2008 11:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-221</guid>
		<description>Dag FranÃ§ois,

Ik had Graphite graag gebruikt om een visuele voorstelling te maken van network topologie. Kan je uitleggen hoe de licensing werkt? Het is voor 1 development en 1 productiemachine, waarop kan gevolgd worden hoe de topologie (netwerkje van ongeveer 20 nodes) eruit ziet. Het gaat om een R&amp;D projectje m.b.t. ad hoc routing.

Alvast bedankt en met vriendelijke groeten,

Benny</description>
		<content:encoded><![CDATA[<p>Dag FranÃ§ois,</p>
<p>Ik had Graphite graag gebruikt om een visuele voorstelling te maken van network topologie. Kan je uitleggen hoe de licensing werkt? Het is voor 1 development en 1 productiemachine, waarop kan gevolgd worden hoe de topologie (netwerkje van ongeveer 20 nodes) eruit ziet. Het gaat om een R&amp;D projectje m.b.t. ad hoc routing.</p>
<p>Alvast bedankt en met vriendelijke groeten,</p>
<p>Benny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois Vanderseypen</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-220</link>
		<dc:creator>Francois Vanderseypen</dc:creator>
		<pubDate>Tue, 02 Dec 2008 16:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-220</guid>
		<description>Thanks Ido, the code as it stands now is production-ready and is in fact already in use by a few companies (i.e. reald-world applications).
I think there are many ways to apply the panel. For example, I created for myself a kind of blog/wiki graphic browser to visualize categories and postings. It&#039;s a fun piece of code and not at all difficult to integrate or to extend.</description>
		<content:encoded><![CDATA[<p>Thanks Ido, the code as it stands now is production-ready and is in fact already in use by a few companies (i.e. reald-world applications).<br />
I think there are many ways to apply the panel. For example, I created for myself a kind of blog/wiki graphic browser to visualize categories and postings. It&#8217;s a fun piece of code and not at all difficult to integrate or to extend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ido Ran</title>
		<link>http://visualizationtools.net/default/graphite-for-wpf/#comment-219</link>
		<dc:creator>Ido Ran</dc:creator>
		<pubDate>Tue, 02 Dec 2008 10:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.orbifold.net/default/?p=1326#comment-219</guid>
		<description>Hi, The sample application looks great and behave very good.
I have checked what happen when I leave some nodes disconnected, without any links to other nodes. I thought it will drift apart from the cluster of connected node, like GoDiagram auto-layout algorithm do.
I want to say that the control behave perfectly in that situation! Much better than GoDiagram. The disconnected nodes stay close to the cluster of connected nodes, just beautiful.
Can&#039;t wait for the final version!</description>
		<content:encoded><![CDATA[<p>Hi, The sample application looks great and behave very good.<br />
I have checked what happen when I leave some nodes disconnected, without any links to other nodes. I thought it will drift apart from the cluster of connected node, like GoDiagram auto-layout algorithm do.<br />
I want to say that the control behave perfectly in that situation! Much better than GoDiagram. The disconnected nodes stay close to the cluster of connected nodes, just beautiful.<br />
Can&#8217;t wait for the final version!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.visualizationtools.net/default/graphite-for-wpf/feed/ ) in 0.89228 seconds, on Feb 4th, 2012 at 1:27 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 4th, 2012 at 2:27 pm UTC -->
