Skip to content

Commit

Permalink
Merge pull request #1854 from TheConnorJohnson/master
Browse files Browse the repository at this point in the history
Add SwiftGodot
  • Loading branch information
matteocrippa authored Nov 10, 2024
2 parents b45d84e + 5ae3c71 commit 750f6bb
Showing 1 changed file with 20 additions and 22 deletions.
42 changes: 20 additions & 22 deletions contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -8479,18 +8479,6 @@
"animation"
]
},
{
"title":"FlagAndCountryCode",
"category":"utility",
"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":"SwiftUISkia",
"category":"ui",
Expand All @@ -8504,15 +8492,25 @@
]
},
{
"title":"SwiftFiddle",
"category":"repl",
"description":"Playground for making, sharing, and embedding Swift code.",
"homepage":"https://swiftfiddle.com",
"tags":[
"swift",
"repl",
"playground"
]
}
"title": "FlagAndCountryCode",
"category": "utility",
"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"]
},
{
"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"]
}
]
}

0 comments on commit 750f6bb

Please sign in to comment.