-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SwiftUI and SceneKit games (#82)
* Add SwiftUI and SceneKit games * Update README.md
- Loading branch information
1 parent
81001ae
commit 058467c
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ Example-iOS-Apps is an amazing list for people who are beginners and learning iO | |
- Ask for help on our [Twitter](https://twitter.com/jogendrafx) or drop us a mail on [email protected] | ||
- Simply press <kbd>command</kbd> + <kbd>F</kbd> to search for a keyword | ||
- Go through our *Content Menu* | ||
|
||
## iOS Apps that Take Part in Google Summer of Code | ||
* [Rocket.Chat.iOS](https://github.com/imjog/Rocket.Chat.iOS) - Rocket.Chat Native iOS Application. | ||
* [SUSI iOS](https://github.com/fossasia/susi_iOS) - SUSI AI iOS app by FOSSASIA. | ||
|
@@ -39,7 +40,10 @@ Example-iOS-Apps is an amazing list for people who are beginners and learning iO | |
* [swiftui-notes](https://github.com/heckj/swiftui-notes) - A collection of notes, project pieces, playgrounds and ideas on learning and using SwiftUI and Combine. | ||
* [Harvest-SwiftUI-Gallery](https://github.com/inamiy/Harvest-SwiftUI-Gallery) - Gallery App for Harvest (Elm Architecture + Optics) + SwiftUI + Combine. | ||
* [SwiftWebUI](https://github.com/SwiftWebUI/SwiftWebUI) - A demo implementation of SwiftUI for the Web | ||
* [8 Ball](https://github.com/fulldecent/8-ball) - A fully working iOS + watchOS game to make life choices | ||
|
||
## iOS Apps written with SceneKit | ||
* [Pizza Man](https://github.com/fulldecent/pizzaman) - A simple game where you eat flying pepperoni | ||
|
||
## Content | ||
* [Calculator-iOS](https://github.com/imjog/Calculator-iOS) - Basic calculator app for iOS devices using Swift3. Created for learning purpose. | ||
|