<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: wiki-javascript</title>
    <description>The latest articles on DEV Community by wiki-javascript (@wikijavascript).</description>
    <link>https://dev.to/wikijavascript</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F221572%2F2fec771e-d0cc-43ea-8251-c6bb6f7d8fe0.png</url>
      <title>DEV Community: wiki-javascript</title>
      <link>https://dev.to/wikijavascript</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wikijavascript"/>
    <language>en</language>
    <item>
      <title>Image transition effect in 16 lines of pure JS </title>
      <dc:creator>wiki-javascript</dc:creator>
      <pubDate>Sun, 28 Jun 2020 05:22:53 +0000</pubDate>
      <link>https://dev.to/wikijavascript/image-transition-effect-in-16-lines-of-pure-js-1j3</link>
      <guid>https://dev.to/wikijavascript/image-transition-effect-in-16-lines-of-pure-js-1j3</guid>
      <description>&lt;p&gt;Floodfill - easy tutorial:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://slicker.me/javascript/image_transition_effect.htm"&gt;https://slicker.me/javascript/image_transition_effect.htm&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
      <category>html</category>
      <category>canvas</category>
    </item>
    <item>
      <title>Turtle graphics in JavaScript the goofball way</title>
      <dc:creator>wiki-javascript</dc:creator>
      <pubDate>Sat, 31 Aug 2019 15:36:05 +0000</pubDate>
      <link>https://dev.to/wikijavascript/turtle-graphics-in-javascript-the-goofball-way-43a</link>
      <guid>https://dev.to/wikijavascript/turtle-graphics-in-javascript-the-goofball-way-43a</guid>
      <description>&lt;p&gt;&lt;a href="http://slicker.me/javascript/turtle.htm"&gt;http://slicker.me/javascript/turtle.htm&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Turtle graphics is available for example in Logo (since 1960s) and Python, but not in JavaScript.&lt;br&gt;
Or is it? It dawned on me that context.rotate basically emulates 'turn left/right' and context.translate combined with moveTo/drawTo behaves just like 'move forward/back'.&lt;br&gt;
This is definitely not an elegant or scalable way of programming graphics - kind of like tying your shoe with an earthworm: it looks cool, but only works in certain conditions. Just another gizmo in my collection of weird code. If you to play with real turtle graphics, I suggest you use one of the many available JS libraries, Python or Logo. Or at least create actual functions that move and rotate the turtle to make your code readable.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>coding</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
