From b56edd82fd94b9d2ece52d277fa3fb4c6489018e Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Sat, 3 Jun 2023 10:31:03 +0200 Subject: [PATCH 1/2] Add f3d --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1de..2ebd653 100644 --- a/data.json +++ b/data.json @@ -157,6 +157,15 @@ ], "description": "Easy-to-use open source robotics manipulation platform for developing commercial applications, prototyping designs, and benchmarking algorithms." }, + { + "name": "F3D", + "link": "https://github.com/f3d-app/f3d", + "label": "good-first-issue", + "technologies": [ + "C++" + ], + "description": "Fast and minimalist 3D viewer." + }, { "name": "Alda", "link": "https://github.com/alda-lang/alda", From 8f74c5d77a26ee5101954af96f0c81279ff8202e Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Sat, 19 Oct 2024 21:44:35 +0100 Subject: [PATCH 2/2] Removed dashes in good-first-issue on F3D --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 2ebd653..8230002 100644 --- a/data.json +++ b/data.json @@ -160,7 +160,7 @@ { "name": "F3D", "link": "https://github.com/f3d-app/f3d", - "label": "good-first-issue", + "label": "good first issue", "technologies": [ "C++" ],