<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Degrafa</title>
	<atom:link href="http://www.degrafa.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.degrafa.org/blog</link>
	<description>Degrafa is a declarative graphics framework.</description>
	<lastBuildDate>Fri, 06 Nov 2009 05:15:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Maskalicious</title>
		<link>http://www.degrafa.org/blog/2009/11/maskalicious/</link>
		<comments>http://www.degrafa.org/blog/2009/11/maskalicious/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 05:12:18 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[mask]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=274</guid>
		<description><![CDATA[Lately we&#8217;ve been posting about new features coming in Degrafa Beta 3.2, but some of these have been in the development branch codebase for a while. One of those features is masks, which have been in the codebase in various forms since late last year and were extended to cover 4 main masking modes mid-year.

Some [...]]]></description>
			<content:encoded><![CDATA[<p>Lately we&#8217;ve been posting about new features coming in Degrafa Beta 3.2, but some of these have been in the development branch codebase for a while. One of those features is masks, which have been in the codebase in various forms since late last year and were extended to cover 4 main masking modes mid-year.</p>
<p style="text-align: center;"><a href="http://degrafa.org/source/Mask/MaskModeDemo.swf"><img class="size-full wp-image-277 aligncenter" title="Degrafa Mask" src="http://www.degrafa.org/blog/wp-content/uploads/2009/11/mask.jpg" alt="Degrafa Mask" width="468" height="353" /></a></p>
<p>Some of the features of masks in Degrafa go beyond what is offered as regular masking support in the Flash Player. With masks in Degrafa you can define a shape via Degrafa MXML and mask another Degrafa object with a few interesting mask types:</p>
<p>svgMask &#8211; Luminosity+Alpha: Takes into account the color, alpha and shape of the mask shape to define the mask.</p>
<p>alpha &#8211; Uses the alpha of the mask shape to define the mask. This is equivalent to Flash Player native alpha masking</p>
<p>svgClip &#8211;  Uses the defined path of a shape of a mask shape to define the mask. Does not take into account things like strokes.</p>
<p>clip &#8211; this takes into account the filled region of the mask only to clip the maskee and is equivalent to the flash player native clipping mask</p>
<p>unMask &#8211; Removes any applied masks to show the mask fully rendered</p>
<p>You can see a <a title="Degrafa Mask" href="http://degrafa.org/source/Mask/MaskModeDemo.swf">simple example</a> of Degrafa mask <a title="Degrafa Mask" href="http://degrafa.org/source/Mask/MaskModeDemo.swf">here</a>. This feature will also be packaged as part of the Beta 3.2 release of Degrafa.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/11/maskalicious/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ready, Set, Shape Stroke</title>
		<link>http://www.degrafa.org/blog/2009/11/ready-set-shape-stroke/</link>
		<comments>http://www.degrafa.org/blog/2009/11/ready-set-shape-stroke/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 23:12:39 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[strokes]]></category>
		<category><![CDATA[svg]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=266</guid>
		<description><![CDATA[We will be introducing a couple more simple yet sophisticated decorations into Degrafa Beta 3.2 in order to show the multitude of ways this feature can be used. One of these is ShapeStrokeDecorator. This is a different type of decoration compared to the the SVGDashLine example in that in MXML it &#8220;wraps&#8221; the geometry you [...]]]></description>
			<content:encoded><![CDATA[<p>We will be introducing a couple more simple yet sophisticated decorations into Degrafa Beta 3.2 in order to show the multitude of ways this feature can be used. One of these is <a href="http://degrafa.org/source/ShapeStroke/ShapeStroke_Sample.swf" target="_blank">ShapeStrokeDecorator</a>. This is a different type of decoration compared to the the <a href="http://www.degrafa.org/source/HappyHolidays/HappyHolidays.html" target="_blank">SVGDashLine example</a> in that in MXML it &#8220;wraps&#8221; the geometry you wish to decorate rather than being a nested tag. Consider the order of composition reversed between the two types.</p>
<p>ShapeStrokeDecorator achieves results similar to advanced path tools in a vector editor that allow placement of items along a path.</p>
<p><a href="http://degrafa.org/source/ShapeStroke/ShapeStroke_Sample.swf"><img class="aligncenter size-full wp-image-270" title="ShapeStroke" src="http://www.degrafa.org/blog/wp-content/uploads/2009/11/ShapeStroke.jpg" alt="ShapeStroke" width="485" height="422" /></a></p>
<p>This decoration will be part of beta 3.2 due out this week. <a href="http://degrafa.org/source/ShapeStroke/ShapeStroke_Sample.swf" target="_blank">Here it is in action</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/11/ready-set-shape-stroke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lights, Camera, Action: VideoFill</title>
		<link>http://www.degrafa.org/blog/2009/11/lights-camera-action-videofill/</link>
		<comments>http://www.degrafa.org/blog/2009/11/lights-camera-action-videofill/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 11:51:56 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[fills]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=241</guid>
		<description><![CDATA[Greg Dove, a Degrafa core team member, and the creator of Degrafa&#8217;s VectorFill, has broken new ground with another new Degrafa paint object, VideoFill.
There have been a couple of sneak previews of VideoFill over the past few months; Juan showed a quick preview at 360&#124;Flex earlier this year and Greg showed a quick demo at [...]]]></description>
			<content:encoded><![CDATA[<p>Greg Dove, a Degrafa core team member, and the creator of Degrafa&#8217;s VectorFill, has broken new ground with another new Degrafa paint object, VideoFill.</p>
<p>There have been a couple of sneak previews of VideoFill over the past few months; Juan showed a quick preview at 360|Flex earlier this year and Greg showed a quick demo at FlashCamp in New Zealand as recently as September. Well, no more &#8217;sneaks&#8217; (<a title="VideoFill demo" href="http://interactionscript.com/degrafaTest/videofill/VFill01.html" target="_blank">apart from this one</a>!), it&#8217;s finally going to be available from beta 3.2.</p>
<p>You won&#8217;t believe all the things you can do with this, suffice to say that it makes some video effects that could be difficult to achieve &#8211; even in the Flash authoring tool &#8211; very easy to code in Flex with Degrafa.</p>
<p>To be honest, we don&#8217;t know what you <em>will </em>do with VideoFill. We can see it being used in creating custom players for specific video content or for specific vector/clipping effects for video -this is quite practical and quick to do with VideoFill. And yes&#8230;it can be used for skinning if absolutely required (&#8217;absolutely&#8217;? yeah we can&#8217;t think of when that would be either&#8230;.but hey, we&#8217;ll let someone else tell you not to do it!).</p>
<div id="attachment_242" class="wp-caption aligncenter" style="width: 460px"><a href="http://interactionscript.com/degrafaTest/videofill/VFill01.html" target="_blank"><img class="size-full wp-image-242" title="VideoFill " src="http://www.degrafa.org/blog/wp-content/uploads/2009/11/videoFillSnapshot.jpg" alt="A screen capture from the Avatar trailer being used as a VideoFill" width="450" height="439" /></a><p class="wp-caption-text">A screen capture from the Avatar trailer being used as a VideoFill</p></div>
<p>Under the hood, to make VideoFill work, a complete new custom video player class was written from the ground up, designed for the purpose of supporting the way that VideoFill does its magic internally within Degrafa. VideoFill <em>does </em>require data access permission to work with the bitmapData of the video, but that is quite straightforward if you load from a domain under your control. It handles both progressive download video and also has support for rtmp streaming video content. Greg is also planning to add in support for the Camera object to round things out in terms of capabilities/support so that it&#8217;s easy to add live webcam content as a fill.</p>
<p>Back in the realm of regular paint classes in Degrafa, VideoFill is an ITransformablePaint object, which means you can spin, skew, scale and move a VideoFilll inside its target Geometry object using Degrafa&#8217;s Transforms&#8230;all while the video is happily playing! Watch out for more VideoFill information and tutorials after additional exciting beta 3.2 announcements in the coming days. We&#8217;ll add an official VideoFill sample to the Degrafa samples page as soon as beta 3.2 is released&#8230;for now you can whet your appetite on <a title="VideoFill demo" href="http://interactionscript.com/degrafaTest/videofill/VFill01.html" target="_blank">this one</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/11/lights-camera-action-videofill/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Degrafa + HYPE Basic Example</title>
		<link>http://www.degrafa.org/blog/2009/11/degrafa-hype-basic-example/</link>
		<comments>http://www.degrafa.org/blog/2009/11/degrafa-hype-basic-example/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 10:08:43 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[samples]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[autoshape]]></category>
		<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[gear]]></category>
		<category><![CDATA[hype]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=249</guid>
		<description><![CDATA[On Halloween Branden Hall and Joshua Davis released the HYPE framework into the wild. As they describe it, the Hype framework is:
&#8230; a creative coding framework built on top of ActionScript 3. A major goal of HYPE is to allow newcomers to Flash and ActionScript to creatively play and express themselves while they are learning [...]]]></description>
			<content:encoded><![CDATA[<p>On Halloween <a title="Branden Hall on Twitter" href="http://twitter.com/waxpraxis" target="_blank">Branden Hall</a> and <a title="Joshua Davis" href="http://www.joshuadavis.com/" target="_blank">Joshua Davis</a> released the <a title="HYPE framework" href="http://hype.joshuadavis.com/" target="_blank">HYPE framework</a> into the wild. As they describe it, the Hype framework is:</p>
<blockquote><p>&#8230; a creative coding framework built on top of ActionScript 3. A major goal of HYPE is to allow newcomers to Flash and ActionScript to creatively play and express themselves while they are learning how to program.</p></blockquote>
<p><br/><br />
After seeing Joshua Davis give a talk at Adobe MAX I was excited to start playing around with the framework. Well, that and seeing how Degrafa AS3 and HYPE might work together.</p>
<p>Below is a basic example I put together that takes some of what Branden Hall walked through <a title="HYPE on Vimeo" href="http://www.vimeo.com/channels/hype" target="_blank">in a demo</a> and some of what was demoed at 360|Flex Indy. The example uses one of Degrafa&#8217;s Gear AutoShapes, which is drawn to a MovieClip and manipulated with the HYPE framework.</p>
<div style="padding:10px">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_DegrafaHYPE_210025584"
			class="flashmovie"
			width="550"
			height="400">
	<param name="movie" value="http://degrafa.org/source/DegrafaHYPE/DegrafaHYPE.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://degrafa.org/source/DegrafaHYPE/DegrafaHYPE.swf"
			name="fm_DegrafaHYPE_210025584"
			width="550"
			height="400">
	<!--<![endif]-->
		

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
<p>As I have more time I&#8217;d like put together some more complex examples. In the mean time, if anyone else has an example of Degrafa + HYPE, we&#8217;d love to see it.</p>
<p><a href="http://degrafa.org/source/DegrafaHYPE/DegrafaHYPE.zip">Download the Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/11/degrafa-hype-basic-example/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Say Hello to SuperShape2D</title>
		<link>http://www.degrafa.org/blog/2009/06/say-hello-to-supershape2d/</link>
		<comments>http://www.degrafa.org/blog/2009/06/say-hello-to-supershape2d/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 16:40:55 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[geometry]]></category>
		<category><![CDATA[autoshape]]></category>
		<category><![CDATA[morph]]></category>
		<category><![CDATA[shape]]></category>
		<category><![CDATA[supershape]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=221</guid>
		<description><![CDATA[During the Degrafa presentation at 360&#124;Flex Indianapolis, there were a number of things demoed that really seemed to peek people&#8217;s attention. One of those things was a new type of geometry called SuperShape2D.
In a sense, SuperShape2D is kind of like an AutoShape (like a Gear, Star, etc.) with properties specific to this geometry. However, behind [...]]]></description>
			<content:encoded><![CDATA[<p>During the Degrafa presentation at 360|Flex Indianapolis, there were a number of things demoed that really seemed to peek people&#8217;s attention. One of those things was a new type of geometry called SuperShape2D.</p>
<p>In a sense, SuperShape2D is kind of like an <a href="http://www.degrafa.org/blog/2009/01/introducing-degrafa-auto-shapes/" target="_blank">AutoShape</a> (like a Gear, Star, etc.) with properties specific to this geometry. However, behind the scenes each property is tied to some pretty complex math. The results of what you can accomplish by specifying a few values for each of these properties will give you a sense in why this geometry is called SuperShape2D. You can do some pretty wild stuff. Click the image to see the example.</p>
<p><a href="http://degrafa.org/source/SuperShape/SuperShape/SuperShape2D.swf" target="_blank"><img class="aligncenter size-full wp-image-222" title="SuperShape2D" src="http://www.degrafa.org/blog/wp-content/uploads/2009/05/supershape.jpg" alt="SuperShape2D" width="450" height="302" /></a></p>
<p>With this new geometry you can now make a variety of interesting shapes, but that&#8217;s just part of the utility. You can also &#8220;morph&#8221; between shapes. This functionality was something Tom Gonzalez demoed as a part of his <a href="http://www.axiis.org" target="_blank">Axiis</a> presentation at 360|Flex as a way to move from a plot chart to a bar chart. The crowd seemed to like that <img src='http://www.degrafa.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Click the image to see the example.</p>
<p><a href="http://degrafa.org/source/SuperShape/Morph/SuperShape2DMorph.swf" target="_blank"><img class="aligncenter size-full wp-image-224" title="SuperShape Morph" src="http://www.degrafa.org/blog/wp-content/uploads/2009/05/supershapemorph.jpg" alt="SuperShape Morph" width="450" height="280" /></a></p>
<p>So, how is all this possible? Well, it&#8217;s based on the way Degrafa geometry is drawn. In this case the base geometry is broken into a series of segments, which you can control. With more segments, the more detail you have to work with. Morphing shapes is achieved by gradually manipulating each segment that makes up the shape.</p>
<p>Progress is being made to wrap up the SuperShape2D and make it available for people to use. Who knows, we may even see a SuperShape3D.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/06/say-hello-to-supershape2d/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Degrafa for AS3-only Projects</title>
		<link>http://www.degrafa.org/blog/2009/05/degrafa-for-as3-only-projects/</link>
		<comments>http://www.degrafa.org/blog/2009/05/degrafa-for-as3-only-projects/#comments</comments>
		<pubDate>Thu, 21 May 2009 13:54:45 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Degrafa]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=208</guid>
		<description><![CDATA[One of the most common things we get asked about in the community is if there&#8217;s a version of Degrafa for AS3-only projects, i.e. a way to use Degrafa without having to use Flex. This was definitely on our roadmap, but working on the actual framework itself was taking priority.
A few days ago, with the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common things we get asked about in the community is if there&#8217;s a version of Degrafa for AS3-only projects, i.e. a way to use Degrafa without having to use Flex. This was definitely on our roadmap, but working on the actual framework itself was taking priority.</p>
<p>A few days ago, with the help of <a href="http://www.bobjim.com/" target="_blank">Ryan Campbell</a>, we were able to demo using Degrafa in an AS3-only project created from Flash CS4 at 360|Flex. Things are still being ironed out, but people seemed interested in taking a look at the <a href="http://www.degrafa.org/source/DegrafaFlash/DegrafaFlash.swf" target="_blank">simple example</a>. You can download the example below.</p>
<p>Our plans are to make 2 separate branches of Degrafa, one for Flex and one for AS3-only. Eventually, we hope to see the 2 branches become one. Hopefully this will allow even more people to take advantage of all the hard work that&#8217;s already been put into Degrafa.</p>
<p>Stay tuned for more details as things get a little more formalized around Degrafa in AS3-only projects.</p>
<p><a href="http://www.degrafa.org/source/DegrafaFlash/DegrafaFlash.zip" target="_blank">Download the Degrafa AS3-only Flash Sample</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/05/degrafa-for-as3-only-projects/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Slides from 360&#124;Flex Indy</title>
		<link>http://www.degrafa.org/blog/2009/05/slides-from-360flex-indy/</link>
		<comments>http://www.degrafa.org/blog/2009/05/slides-from-360flex-indy/#comments</comments>
		<pubDate>Mon, 18 May 2009 18:46:09 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[presentations]]></category>
		<category><![CDATA[360flex]]></category>
		<category><![CDATA[Degrafa]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=201</guid>
		<description><![CDATA[When John and Tom called people out for being late with their slides, well, that was me. If you went to find the slides for the Degrafa presentation on your USB thumb drive they weren&#8217;t there. So, here they are.
Degrafa : 360&#124;Flex Indianapolis

]]></description>
			<content:encoded><![CDATA[<p>When John and Tom called people out for being late with their slides, well, that was me. If you went to find the slides for the Degrafa presentation on your USB thumb drive they weren&#8217;t there. So, here they are.</p>
<div style="width:425px;text-align:left" id="__ss_1453944"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/scalenine/degrafa-360flex-indianapolis?type=powerpoint" title="Degrafa : 360|Flex Indianapolis">Degrafa : 360|Flex Indianapolis</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=degrafa360-indy-090518133705-phpapp01&#038;stripped_title=degrafa-360flex-indianapolis" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=degrafa360-indy-090518133705-phpapp01&#038;stripped_title=degrafa-360flex-indianapolis" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
<p><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/05/slides-from-360flex-indy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Degrafa at 360&#124;Flex Indy</title>
		<link>http://www.degrafa.org/blog/2009/05/degrafa-at-360flex-indy/</link>
		<comments>http://www.degrafa.org/blog/2009/05/degrafa-at-360flex-indy/#comments</comments>
		<pubDate>Sat, 16 May 2009 18:05:01 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[360flex]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=193</guid>
		<description><![CDATA[It&#8217;s been nearly 5 months since we released Degrafa 3.1 Beta and we&#8217;re steadily moving towards a 1.0 release. Since 3.1 we&#8217;ve seen the number of people using Degrafa drastically increase with download numbers at over 18,000 and that doesn&#8217;t include people using the SVN. We get daily emails from people using the framework, great [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been nearly 5 months since we released Degrafa 3.1 Beta and we&#8217;re steadily moving towards a 1.0 release. Since 3.1 we&#8217;ve seen the number of people using Degrafa drastically increase with download numbers at over 18,000 and that doesn&#8217;t include people using the SVN. We get daily emails from people using the framework, great questions on the Degrafa Group and more people eager to contribute. It&#8217;s an exciting thing to see!</p>
<p><img class="aligncenter size-full wp-image-196" title="Degrafa Shapes" src="http://www.degrafa.org/blog/wp-content/uploads/2009/05/shapes.jpg" alt="Degrafa Shapes" width="560" height="207" /></p>
<p>Great progress is being made on the framework, so we&#8217;re excited to have a presentation slot for Degrafa at 360|Flex, this time in Indianapolis. Things we hope to cover are: the current status of the framework, demoing some great apps that heavily use Degrafa, talking about future features and Degrafa 1.0, walking through code, as well as discussing some very interesting new developments that may be on the horizon. We also hope to address any questions regarding Flex Graphics/FXG and Degrafa.</p>
<p>So, if you&#8217;re interested in Degrafa, the session is on Monday the 18th at 1pm. See you at 360|Flex!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/05/degrafa-at-360flex-indy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Degrafa Top 5 Features Slides</title>
		<link>http://www.degrafa.org/blog/2009/02/degrafa-top-5-features-slides/</link>
		<comments>http://www.degrafa.org/blog/2009/02/degrafa-top-5-features-slides/#comments</comments>
		<pubDate>Sun, 08 Feb 2009 02:27:02 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[presentations]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[flex camp]]></category>
		<category><![CDATA[orange county]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[slides]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=185</guid>
		<description><![CDATA[We&#8217;re a little behind in posting these slides from Flex Camp Orange County. Tom Gonzalez and Juan Sanchez presented the &#8220;top 5&#8243; features of Degrafa. Of course, these features are debatable and really we just wanted to point out some of the features that make Degrafa stand out.
 

We chose this as the outline for the presentation [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re a little behind in posting these slides from Flex Camp Orange County. Tom Gonzalez and Juan Sanchez presented the &#8220;top 5&#8243; features of Degrafa. Of course, these features are debatable and really we just wanted to point out some of the features that make Degrafa stand out.</p>
<p> 
<div style="width:425px;text-align:left;border:solid 1px #CCC; margin: 0 auto 10px auto; padding: 10px;" id="__ss_978504"><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=degrafatop5-1233547382954382-3&#038;stripped_title=degrafa-top-5-fetures" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=degrafatop5-1233547382954382-3&#038;stripped_title=degrafa-top-5-fetures" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
<p>We chose this as the outline for the presentation because of the 40 minute time slot. Even still, we ran over in time and were able to take some of the lunch time to finish the presentation.</p>
<p>Flex Camp Orange County was a great event and are happy we had a slot to present Degrafa to the community.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/02/degrafa-top-5-features-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Degrafa Auto Shapes</title>
		<link>http://www.degrafa.org/blog/2009/01/introducing-degrafa-auto-shapes/</link>
		<comments>http://www.degrafa.org/blog/2009/01/introducing-degrafa-auto-shapes/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 20:13:14 +0000</pubDate>
		<dc:creator>juan</dc:creator>
				<category><![CDATA[beta 3]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[auto shapes]]></category>

		<guid isPermaLink="false">http://www.degrafa.org/blog/?p=179</guid>
		<description><![CDATA[People may or may not not know that the concept for Degrafa originated with something Jason Hawryluk created in Flex 2 called the Primitive Explorer. It basically allowed you to explore different primitive shapes and download the classes to be used in a project via MXML markup and CSS.
Well, nearly 2 years later Degrafa has [...]]]></description>
			<content:encoded><![CDATA[<p>People may or may not not know that the concept for Degrafa originated with something <a title="Jason Hawryluk" href="http://flexibleexperiments.wordpress.com/" target="_blank">Jason Hawryluk</a> created in Flex 2 called the <a title="Primitive Explorer" href="http://flexibleexperiments.wordpress.com/2007/03/14/flex-20-primitive-explorer/" target="_blank">Primitive Explorer</a>. It basically allowed you to explore different primitive shapes and download the classes to be used in a project via MXML markup and CSS.</p>
<p>Well, nearly 2 years later Degrafa has come full circle to now add these shapes (along with a ton of others) to the framework to be accessed via MXML markup. We&#8217;re calling these new sets of classes &#8220;Auto Shapes&#8221;. You might be familiar with the term if you use Fireworks.</p>
<p>Each of the <a title="Degrafa Code" href="http://code.google.com/p/degrafa/source/browse/#svn/branches/Origin/Degrafa/com/degrafa/geometry/autoshapes" target="_blank">Auto Shapes</a> is unique geometry that has it&#8217;s own set of properties, just like the base Degrafa geometry. For example, there is a DonutAutoShape and you can set both the inner and outer radius (along with other properties).</p>
<p>The nice thing about Auto Shapes is it cuts a lot of the work out of trying to compose multiple shapes together to get the desired final shape. Also, if you were to composite shapes together you wouldn&#8217;t have access to the properties that are unique to the shape.</p>
<p>Below is <a title="Auto Shapes" href="http://www.degrafa.org/source/AutoShapes/AutoShapes.html" target="_blank">an example</a> of some of these Auto Shapes, including a BurstAutoShape. On the BurstAutoShape ,the number of points has been specified, the size and it&#8217;s set to invert, giving the appearance of a flower. And, just like any other geometry in Degrafa, you can apply fills, strokes, transforms, decorators, etc. to make all kinds of cool stuff with very minimal code.</p>
<p><a style="text-decoration: none;" href="http://www.degrafa.org/source/AutoShapes/AutoShapes.html"><img class="aligncenter size-full wp-image-180" style="text-decoration: underline;" title="Auto Shapes" src="http://www.degrafa.org/blog/wp-content/uploads/2009/01/autoshapes.jpg" alt="Auto Shapes" width="400" height="297" /></a></p>
<p>For now, you can access the first group of AutoShapes in the <a title="Degrafa Code" href="http://code.google.com/p/degrafa/source/browse/#svn/branches/Origin" target="_blank">Origin branch</a> of the Degrafa SVN. We will be continually adding more and encourage others to create and contribute their own. For those who end up using them, we&#8217;re open to any feedback you might have.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degrafa.org/blog/2009/01/introducing-degrafa-auto-shapes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
