diff --git a/src/content/blog-metas/2024-09-28-drawing-impossible-figure-with-siv3d.json b/src/content/blog-metas/2024-09-28-drawing-impossible-figure-with-siv3d.json new file mode 100644 index 0000000..db1a2fc --- /dev/null +++ b/src/content/blog-metas/2024-09-28-drawing-impossible-figure-with-siv3d.json @@ -0,0 +1,3 @@ +{ + "postDate": "2024-09-28T10:46:55.980Z" +} diff --git a/src/content/tags/siv3d.json b/src/content/tags/siv3d.json index 6cc36f3..89f68a5 100644 --- a/src/content/tags/siv3d.json +++ b/src/content/tags/siv3d.json @@ -1,16 +1,16 @@ -{ - "name": "Siv3D", - "description": "Siv3D(シブスリーディー)は、音や画像、AI を使ったゲームやアプリを、モダンな C++ コードで楽しく簡単にプログラミングできるオープンソースのフレームワークです。", - "image": "./siv3d.jpg", - "fullSizeImage": true, - "links": [ - { - "url": "https://siv3d.github.io/ja-jp/", - "text": "Siv3D 公式サイト" - }, - { - "url": "https://github.com/Siv3D/OpenSiv3D", - "text": "GitHub" - } - ] -} \ No newline at end of file +{ + "name": "Siv3D", + "description": "Siv3D(シブスリーディー)は、音や画像、AI を使ったゲームやアプリを、モダンな C++ コードで楽しく簡単にプログラミングできるオープンソースのフレームワークです。", + "image": "./siv3d.jpg", + "fullSizeImage": true, + "links": [ + { + "url": "https://siv3d.github.io/ja-jp/", + "text": "Siv3D 公式サイト" + }, + { + "url": "https://github.com/Siv3D/OpenSiv3D", + "text": "GitHub" + } + ] +}