<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://potatoland.net">
<channel>
 <title>potatoland.net - Java</title>
 <link>http://potatoland.net/taxonomy/term/1/0</link>
 <description>The Java programming language</description>
 <language>en</language>
<item>
 <title>Bezier Vessel 1</title>
 <link>http://potatoland.net/node/43</link>
 <description>&lt;a href=&quot;node/43&quot;&gt;&lt;span class=&quot;image-thumbnail&quot;&gt;&lt;img src=&quot;http://potatoland.net/files/images/bezier_vessel_2c_blue_g_s.thumbnail.png&quot; width=&quot;86&quot; height=&quot;100&quot;  alt=&quot;Bezier Vessel 1&quot; title=&quot;Bezier Vessel 1&quot; /&gt;&lt;/span&gt;
&lt;/a&gt;&lt;p&gt;Vessel created with bezier curves, rendered using OpenGL and Java.&lt;/p&gt;
</description>
 <category domain="http://potatoland.net/taxonomy/term/4">art</category>
 <category domain="http://potatoland.net/taxonomy/term/2">OpenGL</category>
 <category domain="http://potatoland.net/taxonomy/term/1">Java</category>
 <pubDate>Mon, 10 Dec 2007 23:41:43 -0500</pubDate>
</item>
<item>
 <title>Excerpt from &quot;Smoke&quot; on YouTube</title>
 <link>http://potatoland.net/node/28</link>
 <description>&lt;p&gt;
&lt;p&gt;&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/0aaV9U_QyNs&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/0aaV9U_QyNs&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Excerpt from &lt;I&gt;Smoke&lt;/I&gt; (2007), computer artwork&lt;/A&gt;
&lt;/p&gt;
</description>
 <category domain="http://potatoland.net/taxonomy/term/4">art</category>
 <category domain="http://potatoland.net/taxonomy/term/2">OpenGL</category>
 <category domain="http://potatoland.net/taxonomy/term/1">Java</category>
 <pubDate>Sat, 21 Apr 2007 18:08:21 -0400</pubDate>
</item>
<item>
 <title>Cyclops</title>
 <link>http://potatoland.net/node/22</link>
 <description>&lt;p&gt;&lt;br&gt;
&lt;p&gt;&lt;a href=&quot;http://potatoland.com/kk3/cyclops&quot;&gt;&lt;img src=&quot;http://potatoland.com/kk3/cyclops/Thumbnails/kk3_sculpt_dark_7.png&quot; border=&quot;0&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br&gt;&lt;br /&gt;
&lt;a href=&quot;http://potatoland.com/kk3/cyclops&quot;&gt;Screenshot from the Cyclops series&lt;/A&gt;, in which the building&#039;s motion is frozen&lt;/p&gt;
</description>
 <category domain="http://potatoland.net/taxonomy/term/4">art</category>
 <category domain="http://potatoland.net/taxonomy/term/2">OpenGL</category>
 <category domain="http://potatoland.net/taxonomy/term/1">Java</category>
 <pubDate>Sat, 22 Jul 2006 22:05:07 -0400</pubDate>
</item>
<item>
 <title>OpenGL Intro course: Student work</title>
 <link>http://potatoland.net/node/15</link>
 <description>&lt;p&gt;Finished teaching GLArt, the intro to opengl course that I created for the ITP program at NYU.  Good class, great input from the students.  Here&#039;s some student projects:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.sensescape.com/itp/glart&quot;&gt;L-Systems by Geraldine Sarmiento&lt;/A&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://itp.nyu.edu/~lpm248/GLART/final/index.html&quot;&gt;Forces Applied to L-Systems by Leif Krinkle&lt;/A&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://homepage.mac.com/oto_s/GLART/GLArtFinal.htm&quot;&gt;“time line draw” by Sawako Kato &lt;/A&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.funnydata.com/GL&quot;&gt;video mirrors by Chris Kairalla&lt;/A&gt;&lt;/p&gt;
&lt;p&gt;More at the course page:  &lt;a href=&quot;http://potatoland.com/glart&quot;&gt;http://potatoland.com/glart/&lt;/A&gt;&lt;/p&gt;
</description>
 <category domain="http://potatoland.net/taxonomy/term/4">art</category>
 <category domain="http://potatoland.net/taxonomy/term/2">OpenGL</category>
 <category domain="http://potatoland.net/taxonomy/term/1">Java</category>
 <category domain="http://potatoland.net/taxonomy/term/7">GLART</category>
 <pubDate>Tue, 09 May 2006 12:33:47 -0400</pubDate>
</item>
<item>
 <title>OpenGL Java Demos with Source Code</title>
 <link>http://potatoland.net/node/2</link>
 <description>&lt;p&gt;The foundation code for my OpenGL projects is available online in a set of &lt;A href=&quot;http://potatoland.org/code/gl&quot;&gt;Java OpenGL demos&lt;/A&gt; that use the LWJGL library. These applications demonstrate many valuable features of the &lt;A href=&quot;http://opengl.org&quot;&gt;OpenGL&lt;/A&gt; graphics api, using the &lt;A href=&quot;http://lwjgl.org&quot;&gt;LWJGL Java/Opengl binding&lt;/A&gt;.  &lt;/p&gt;
&lt;p&gt;OpenGL Java demos and source code:  &lt;A href=&quot;http://potatoland.com/code/gl&quot;&gt;http://potatoland.com/code/gl&lt;/A&gt;&lt;/p&gt;
</description>
 <category domain="http://potatoland.net/taxonomy/term/6">code</category>
 <category domain="http://potatoland.net/taxonomy/term/2">OpenGL</category>
 <category domain="http://potatoland.net/taxonomy/term/1">Java</category>
 <pubDate>Mon, 30 Jan 2006 11:34:08 -0500</pubDate>
</item>
<item>
 <title>Son of Blog (potatoland blog redux)</title>
 <link>http://potatoland.net/node/1</link>
 <description>&lt;p&gt;Thus begins the potatoland blog, reincarnated as a Drupal site at potatoland.net.  My old blog fell victim to a server reorganization, and now lives only as an &lt;A href=&quot;http://culturekitchen.com/potatoland/index.html&quot;&gt;archive&lt;/A&gt;.  &lt;/p&gt;
&lt;p&gt;This site will shortly be filled with examples of OpenGL in Java, as well as samples of work from &lt;a href=&quot;http://potatoland.org/glart&quot;&gt;&quot;GLART&quot;&lt;/A&gt;, the OpenGL class I&#039;m teachining at &lt;A href=&quot;http://itp.nyu.edu&quot;&gt;ITP&lt;/a&gt;.&lt;/p&gt;
</description>
 <category domain="http://potatoland.net/taxonomy/term/5">news</category>
 <category domain="http://potatoland.net/taxonomy/term/2">OpenGL</category>
 <category domain="http://potatoland.net/taxonomy/term/1">Java</category>
 <category domain="http://potatoland.net/taxonomy/term/7">GLART</category>
 <pubDate>Sat, 28 Jan 2006 22:06:56 -0500</pubDate>
</item>
</channel>
</rss>
