<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gin_graphic</author_name>
  <author_url>https://blog.hatena.ne.jp/gin_graphic/</author_url>
  <blog_title>ギンの備忘録</blog_title>
  <blog_url>https://gin-graphic.hatenablog.com/</blog_url>
  <categories>
    <anon>p5.js</anon>
    <anon>作品</anon>
  </categories>
  <description>ランダムウォークの軌跡 透明度を変えたランダムウォーク 多数の図形をランダムウォーク 作例 まとめ ランダムウォークの軌跡 ランダムウォークというのは進む方向をランダムに決めて動いた時の軌跡のことです。 黒い四角形をランダムウォークさせてみます。 動く方向を上下左右にランダムに決めて動かしていきます。 すると下のような線になります。これがランダムウォークさせた軌跡です。 ソースコードを表示する function setup() { const w = 720; createCanvas(w, w); rectMode(CENTER); colorMode(HSB); noStroke(); c…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgin-graphic.hatenablog.com%2Fentry%2F2021%2F04%2F02%2F212742&quot; title=&quot;ランダムウォークで作るGenerativArt - ギンの備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/g/gin_graphic/20210331/20210331210559.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-04-02 21:27:42</published>
  <title>ランダムウォークで作るGenerativArt</title>
  <type>rich</type>
  <url>https://gin-graphic.hatenablog.com/entry/2021/04/02/212742</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
