1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-21 21:13:59 +01:00

Add SkyWizard by @hishd (#1685)

This commit is contained in:
Hishara Weerasinghe 2024-12-02 19:54:37 +00:00 committed by GitHub
parent 46bdf1d5db
commit 9f0716807b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32253,6 +32253,33 @@
"suggested_by": "@dkhamsing"
},
{
"title": "Sky Wizard",
"category-ids": ["weather"],
"tags": [
"swiftui",
"weather",
"spritekit",
"scenekit",
"openmetro",
"geocoding"
],
"description": "Interactive 3D models, animated forecasts and a wizard guide for real-time updates",
"source": "https://github.com/hishd/SkyWizard-SwiftUI",
"itunes": "https://apps.apple.com/app/sky-wizard/id6738307790",
"homepage": "https://hishd.github.io/SkyWizard/",
"stars": 0,
"license": "apache-2.0",
"date_added": "Nov 29 2024",
"suggested_by": "@hishd",
"screenshots": [
"https://github.com/hishd/SkyWizard-SwiftUI/blob/master/banners/iphone1.jpg",
"https://github.com/hishd/SkyWizard-SwiftUI/blob/master/banners/iphone2.jpg",
"https://github.com/hishd/SkyWizard-SwiftUI/blob/master/banners/iphone3.jpg",
"https://github.com/hishd/SkyWizard-SwiftUI/blob/master/banners/iphone4.jpg",
"https://github.com/hishd/SkyWizard-SwiftUI/blob/master/banners/iphone5.jpg",
"https://github.com/hishd/SkyWizard-SwiftUI/blob/master/banners/iphone6.jpg"
]
}, {
"title": "SKTetris",
"category-ids": ["spritekit"],
"description": "SKTetris is an educational project for developers learning how to use Apple's SpriteKit 2D framework. This is a partial recreation of the Tetris game",