From 89fc107a4f2c89599a40736aed5819f71ed3bd55 Mon Sep 17 00:00:00 2001 From: TheConnorJohnson Date: Thu, 24 Oct 2024 23:14:56 -0700 Subject: [PATCH 1/2] Add SwiftFiddle --- contents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contents.json b/contents.json index 2917142c..031aad74 100644 --- a/contents.json +++ b/contents.json @@ -7723,6 +7723,13 @@ "description": "FlagAndCountryCode provides phone codes and flags for every country. Works on UIKit and SwiftUI", "homepage": "https://github.com/exyte/FlagAndCountryCode", "tags": ["swift", "flag", "phone", "country-code"] + }, + { + "title": "SwiftFiddle", + "category": "repl", + "description": "Playground for making, sharing, and embedding Swift code.", + "homepage": "https://swiftfiddle.com", + "tags": ["swift", "repl", "playground"] } ] } From 04d8d420f9c2cc76eb10710ec0f74888d967345a Mon Sep 17 00:00:00 2001 From: TheConnorJohnson Date: Sun, 10 Nov 2024 12:02:08 -0700 Subject: [PATCH 2/2] Add SwiftGodot --- contents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contents.json b/contents.json index 031aad74..cc34ffbc 100644 --- a/contents.json +++ b/contents.json @@ -7730,6 +7730,13 @@ "description": "Playground for making, sharing, and embedding Swift code.", "homepage": "https://swiftfiddle.com", "tags": ["swift", "repl", "playground"] + }, + { + "title": "SwiftGodot", + "category": "game-engine", + "description": "Swift bindings for the Godot game engine to build extensions or act as an api with SwiftGodotKit.", + "homepage": "https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/", + "tags":["swift", "game-engine", "bindings"] } ] }