From 89fc107a4f2c89599a40736aed5819f71ed3bd55 Mon Sep 17 00:00:00 2001 From: TheConnorJohnson Date: Thu, 24 Oct 2024 23:14:56 -0700 Subject: [PATCH 1/3] 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/3] 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"] } ] } From 5ae3c719224e9c1103cce5c3b377b19acc7fd10a Mon Sep 17 00:00:00 2001 From: TheConnorJohnson Date: Sun, 10 Nov 2024 12:42:17 -0700 Subject: [PATCH 3/3] Add SwiftGodot --- contents.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 185f154a..03cf53d8 100644 --- a/contents.json +++ b/contents.json @@ -8479,6 +8479,18 @@ "animation" ] }, + { + "title":"SwiftUISkia", + "category":"ui", + "description":"Skia based 2d graphics SwiftUI rendering library, based on Rust to implement software rasterization to perform rendering", + "homepage":"https://github.com/rustq/swiftui-skia", + "tags":[ + "swift", + "swiftui", + "skia", + "rust" + ] + }, { "title": "FlagAndCountryCode", "category": "utility", @@ -8499,6 +8511,6 @@ "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"] - } + } ] }