{"provider_name":"Hatena Blog","blog_title":"Daily Creative Coding","type":"rich","height":"190","url":"https://30min-processing.hatenablog.com/entry/2015/11/12/000000","image_url":null,"description":"/** * Untouchable Dots * * @author aa_debdeb * @date 2015/11/12 */ void setup(){ size(500, 500); smooth(); frameRate(30); } void draw(){ background(255); noStroke(); fill(0); for(int x = 0; x < 50; x++){ for(int y = 0; y < 50; y++){ PVector pos = new PVector(x * 10 + 5, y * 10 + 5); PVector mouse = \u2026","version":"1.0","categories":["\u30a4\u30f3\u30bf\u30e9\u30af\u30b7\u30e7\u30f3"],"html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2F30min-processing.hatenablog.com%2Fentry%2F2015%2F11%2F12%2F000000\" title=\"\u30de\u30a6\u30b9\u3092\u907f\u3051\u308b\u30c9\u30c3\u30c8 - Daily Creative Coding\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","width":"100%","published":"2015-11-12 00:00:00","author_url":"https://blog.hatena.ne.jp/aa_debdeb/","blog_url":"https://30min-processing.hatenablog.com/","title":"\u30de\u30a6\u30b9\u3092\u907f\u3051\u308b\u30c9\u30c3\u30c8","author_name":"aa_debdeb","provider_url":"https://hatena.blog"}