<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Lightning talk on hamster graphics lib @ GUADEC</title>
	<atom:link href="http://projecthamster.wordpress.com/2010/07/30/lightning-talk-on-hamster-graphics-lib-guadec/feed/" rel="self" type="application/rss+xml" />
	<link>http://projecthamster.wordpress.com/2010/07/30/lightning-talk-on-hamster-graphics-lib-guadec/</link>
	<description>The Gnome Time Tracker</description>
	<lastBuildDate>Tue, 21 May 2013 15:06:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Toms</title>
		<link>http://projecthamster.wordpress.com/2010/07/30/lightning-talk-on-hamster-graphics-lib-guadec/#comment-1616</link>
		<dc:creator><![CDATA[Toms]]></dc:creator>
		<pubDate>Thu, 02 Sep 2010 11:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://projecthamster.wordpress.com/?p=528#comment-1616</guid>
		<description><![CDATA[dropped get_pointer and put back self.mouse_x and self.mouse_y. also on-mouse-up now is also giving the mouse event from it. updated the gist accordingly]]></description>
		<content:encoded><![CDATA[<p>dropped get_pointer and put back self.mouse_x and self.mouse_y. also on-mouse-up now is also giving the mouse event from it. updated the gist accordingly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toms</title>
		<link>http://projecthamster.wordpress.com/2010/07/30/lightning-talk-on-hamster-graphics-lib-guadec/#comment-1615</link>
		<dc:creator><![CDATA[Toms]]></dc:creator>
		<pubDate>Thu, 02 Sep 2010 00:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://projecthamster.wordpress.com/?p=528#comment-1615</guid>
		<description><![CDATA[regards whether arcs should be sprites or not - i think it will be easier for you just to keep track of connections and then draw the arcs in on-enter-frame. this is what is also happening in delaunay2 - the arc is an object, but it is not a sprite.

as regards to events i just added to functions that should make life easier - one is
sprite_at_position(x,y) which returns sprite under coordinates x and y.
the other one is get_pointer, which points to the underlying get_pointer.

the idea would be to find out sprite on mouse down and connect to the other one in on mouse up.
here is a litte gist for you:
http://gist.github.com/561610

btw, if you are looking for interaction ideas, be sure to check out waypoints, which is also in my github
http://github.com/tbaugis/waypoints

it&#039;s also underconstruction.


and don&#039;t be shy to share some code when you have any. drop a mail!]]></description>
		<content:encoded><![CDATA[<p>regards whether arcs should be sprites or not &#8211; i think it will be easier for you just to keep track of connections and then draw the arcs in on-enter-frame. this is what is also happening in delaunay2 &#8211; the arc is an object, but it is not a sprite.</p>
<p>as regards to events i just added to functions that should make life easier &#8211; one is<br />
sprite_at_position(x,y) which returns sprite under coordinates x and y.<br />
the other one is get_pointer, which points to the underlying get_pointer.</p>
<p>the idea would be to find out sprite on mouse down and connect to the other one in on mouse up.<br />
here is a litte gist for you:<br />
<a href="http://gist.github.com/561610" rel="nofollow">http://gist.github.com/561610</a></p>
<p>btw, if you are looking for interaction ideas, be sure to check out waypoints, which is also in my github<br />
<a href="http://github.com/tbaugis/waypoints" rel="nofollow">http://github.com/tbaugis/waypoints</a></p>
<p>it&#8217;s also underconstruction.</p>
<p>and don&#8217;t be shy to share some code when you have any. drop a mail!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://projecthamster.wordpress.com/2010/07/30/lightning-talk-on-hamster-graphics-lib-guadec/#comment-1614</link>
		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Wed, 01 Sep 2010 21:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://projecthamster.wordpress.com/?p=528#comment-1614</guid>
		<description><![CDATA[I am trying to write a simple flowchart diagram thing.

I was able to get nodes up with text. I can select and deselect the nodes. I only allow nodes to be draggable when selected.

I thought to create the arcs by doing a mouse-down in one node and then drag to the ending node.

I can&#039;t quite figure how to capture the events to make this happen.

I also noticed that in your delaunay2 program, you create arcs as objects. If arcs can be both created and deleted, should I subclass sprite for them also?

Thanks for the great library! Hope you don&#039;t mind the questions.]]></description>
		<content:encoded><![CDATA[<p>I am trying to write a simple flowchart diagram thing.</p>
<p>I was able to get nodes up with text. I can select and deselect the nodes. I only allow nodes to be draggable when selected.</p>
<p>I thought to create the arcs by doing a mouse-down in one node and then drag to the ending node.</p>
<p>I can&#8217;t quite figure how to capture the events to make this happen.</p>
<p>I also noticed that in your delaunay2 program, you create arcs as objects. If arcs can be both created and deleted, should I subclass sprite for them also?</p>
<p>Thanks for the great library! Hope you don&#8217;t mind the questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toms</title>
		<link>http://projecthamster.wordpress.com/2010/07/30/lightning-talk-on-hamster-graphics-lib-guadec/#comment-1564</link>
		<dc:creator><![CDATA[Toms]]></dc:creator>
		<pubDate>Tue, 03 Aug 2010 19:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://projecthamster.wordpress.com/?p=528#comment-1564</guid>
		<description><![CDATA[Thanks and no worries, i won&#039;t hold my breath :)]]></description>
		<content:encoded><![CDATA[<p>Thanks and no worries, i won&#8217;t hold my breath <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mac</title>
		<link>http://projecthamster.wordpress.com/2010/07/30/lightning-talk-on-hamster-graphics-lib-guadec/#comment-1563</link>
		<dc:creator><![CDATA[mac]]></dc:creator>
		<pubDate>Tue, 03 Aug 2010 19:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://projecthamster.wordpress.com/?p=528#comment-1563</guid>
		<description><![CDATA[Consider it done! (I will however send you the link to the code repo once online, so you can also see if I used the library as they were intended to! :). I will start working again on that half-way project on the16th of August though, so don&#039;t expect questions/feedback before 3 or 4 weeks.]]></description>
		<content:encoded><![CDATA[<p>Consider it done! (I will however send you the link to the code repo once online, so you can also see if I used the library as they were intended to! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I will start working again on that half-way project on the16th of August though, so don&#8217;t expect questions/feedback before 3 or 4 weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toms</title>
		<link>http://projecthamster.wordpress.com/2010/07/30/lightning-talk-on-hamster-graphics-lib-guadec/#comment-1562</link>
		<dc:creator><![CDATA[Toms]]></dc:creator>
		<pubDate>Tue, 03 Aug 2010 16:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://projecthamster.wordpress.com/?p=528#comment-1562</guid>
		<description><![CDATA[Glad to hear! Drop a mail if you have any questions. I have yet not received any feedback about the quality of the documentation nor the tutorial - is it understandable, am i maybe jumping forward too fast? Stuff like that.]]></description>
		<content:encoded><![CDATA[<p>Glad to hear! Drop a mail if you have any questions. I have yet not received any feedback about the quality of the documentation nor the tutorial &#8211; is it understandable, am i maybe jumping forward too fast? Stuff like that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mac</title>
		<link>http://projecthamster.wordpress.com/2010/07/30/lightning-talk-on-hamster-graphics-lib-guadec/#comment-1561</link>
		<dc:creator><![CDATA[mac]]></dc:creator>
		<pubDate>Tue, 03 Aug 2010 15:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://projecthamster.wordpress.com/?p=528#comment-1561</guid>
		<description><![CDATA[Cool stuff, I&#039;m actually considering using it for a small project later this month. Great thing you provided the tutorial... thanks! :)]]></description>
		<content:encoded><![CDATA[<p>Cool stuff, I&#8217;m actually considering using it for a small project later this month. Great thing you provided the tutorial&#8230; thanks! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
