{"width":"100%","author_name":"aa_debdeb","version":"1.0","blog_title":"Daily Creative Coding","image_url":null,"author_url":"https://blog.hatena.ne.jp/aa_debdeb/","blog_url":"https://30min-processing.hatenablog.com/","height":"190","provider_url":"https://hatena.blog","description":"/** * Hex * * @autor aa_debdeb * @date 2015/11/30 */ Hex[][] hexs; void setup(){ size(500, 500); background(255); hexs = new Hex[21][21]; for(int x = 0; x <= 20; x++){ for(int y = 0; y <= 20; y++){ hexs[x][y] = new Hex(12.5); } } noStroke(); fill(255, 20, 147); for(int x = 0; x <= 20; x++){ for(int \u2026","title":"\u64ec\u4f3c\u30d8\u30c3\u30af\u30b9","provider_name":"Hatena Blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2F30min-processing.hatenablog.com%2Fentry%2F2015%2F11%2F30%2F000000\" title=\"\u64ec\u4f3c\u30d8\u30c3\u30af\u30b9 - 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>","published":"2015-11-30 00:00:00","url":"https://30min-processing.hatenablog.com/entry/2015/11/30/000000","type":"rich","categories":["\u9759\u753b"]}