Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,7 +1,7 @@
=========================
 Deprecated! This list will no longer be updated due to my focus shift.
 Deprecated! This list will no longer be updated due to my focus shift.
=========================
!Build Status (https://travis-ci.org/yenchenlin1994/awesome-watchos.svg?branch=master) (https://travis-ci.org/yenchenlin1994/awesome-watchos)
@@ -22,11 +22,10 @@
- Contributing (#contributing)
 Getting Started
 ⟡ Apple Watch Programming Guide
 (https://developer.apple.com/library/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/index.html) - Official apple watch programming guide by Apple.
 Getting Started
 ⟡ Apple Watch Programming Guide (https://developer.apple.com/library/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/index.html) - Official apple watch programming guide by Apple.
 Libraries And Frameworks
 Libraries And Frameworks
Connectivity
 ⟡ MMWormhole (https://github.com/mutualmobile/MMWormhole) - A powerful toolkit for synthesizing, processing, and analyzing sounds.
@@ -50,37 +49,33 @@
 
 Design
 Design
Design Guidelines
 ⟡ Designing for Apple Watch (https://developer.apple.com/videos/wwdc/2015/?id=802) - Official WWDC 2015 session by Apple about how to design for apple watch.
 ⟡  Watch Human Interface Guidelines (https://developer.apple.com/watch/human-interface-guidelines/) - Official human interface guidelines by Apple.
 ⟡ 11 Tips For Designing Apps for Apple Watch
 (https://medium.com/design-idea/11-tips-for-designing-apps-for-apple-watch-4b6cc2cb11d3) - Some quick tips that will help you to build better watch apps.
 ⟡ 11 Tips For Designing Apps for Apple Watch (https://medium.com/design-idea/11-tips-for-designing-apps-for-apple-watch-4b6cc2cb11d3) - Some quick tips that will help you to build better watch apps.
 ⟡ Icons for Apple Watch The Definitive Guide (http://blog.iconfinder.com/icons-apple-watch-definitive-guide/) - A guide to help you create your own watch app icon.
Design Resources
 ⟡  Watch Design Resources
 (https://developer.apple.com/watch/human-interface-guidelines/resources/) - Official design resources provided by Apple, including Apple Watch Bezels, Guides, Templates, Typeface.
 ⟡  Watch Design Resources (https://developer.apple.com/watch/human-interface-guidelines/resources/) - Official design resources provided by Apple, including Apple Watch Bezels, Guides, Templates, Typeface.
 ⟡ Chart of Apple Watch Complication Types and Layouts (http://i.imgur.com/4Thz881.jpg) - An useful chart of all the possible combinations of Complications.
 Tools
 Tools
Prototyping
 ⟡ thinkapps for watch (http://thinkapps.com/watch-apps) - A website help you create your free Apple Watch App prototype in just 10 minutes.
Images Generator
 ⟡ RadialChartImageGenerator (https://github.com/hmaidasani/RadialChartImageGenerator) - A radial bar chart generator for apple watch.
 ⟡ KFWatchKitAnimations
 (https://github.com/kiavashfaisali/KFWatchKitAnimations) - An image generator that creates beautiful 60 FPS animations for  Watch by recording animations from the iOS Simulator.
 ⟡ KFWatchKitAnimations (https://github.com/kiavashfaisali/KFWatchKitAnimations) - An image generator that creates beautiful 60 FPS animations for  Watch by recording animations from the iOS Simulator.
 Sample Apps
 Sample Apps
 ⟡ Lister (https://developer.apple.com/library/ios/samplecode/Lister/Introduction/Intro.html) - An official sample app demonstrates Apple Watch integration.
 
 ⟡ WatchKit Catalog (https://developer.apple.com/library/ios/samplecode/WKInterfaceCatalog/Introduction/Intro.html) - An official sample app demonstrates how to use UI elements available in 
the WatchKit framework.
 ⟡ WatchKit Catalog (https://developer.apple.com/library/ios/samplecode/WKInterfaceCatalog/Introduction/Intro.html) - An official sample app demonstrates how to use UI elements available in the WatchKit framework.
 ⟡ Cherry (https://github.com/kenshin03/Cherry) - A mini pomodoro timer app designed for the  Watch.
 
@@ -125,7 +120,7 @@

 Books
 Books
 ⟡ watchOS 2 by Tutorials (http://www.raywenderlich.com/store/watchos-2-by-tutorials)

@@ -135,7 +130,7 @@

 Tutorials
 Tutorials
WatchKit Introduction
 ⟡ WatchKit Tutorial with Swift Part 1: Getting Started (http://www.raywenderlich.com/89562/watchkit-tutorial-with-swift-getting-started)
@@ -149,23 +144,21 @@
 ⟡ WatchKit 2 Hardware Bits: The Accelerometer (https://www.bignerdranch.com/blog/watchkit-2-hardware-bits-the-accelerometer/?utm_campaign=WatchKit%2BResources&utm_medium=web)
Animations
 ⟡ The Power of Animations 
(http://code.tutsplus.com/tutorials/watchos-2-the-power-of-animations--cms-24302?utm_campaign=This%2BWeek%2Bin%2BSwift&utm_medium=email&utm_source=This_Week_in_Swift_47) - A tutorial 
demonstrates how to animate the user interface by changing layout properties.
 ⟡ The Power of Animations (http://code.tutsplus.com/tutorials/watchos-2-the-power-of-animations--cms-24302?utm_campaign=This%2BWeek%2Bin%2BSwift&utm_medium=email&utm_source=This_Week_in_Swift_47) - A tutorial demonstrates how to 
animate the user interface by changing layout properties.
ClockKit
 ⟡ Writing a WatchKit Complication in watchOS 2 (http://www.sneakycrab.com/blog/2015/6/10/writing-your-own-watchkit-complications?utm_campaign=WatchKit%2BResources&utm_medium=web) - A 
tutorial about how to add custom Complications to your watch app.
 ⟡ Writing a WatchKit Complication in watchOS 2
 (http://www.sneakycrab.com/blog/2015/6/10/writing-your-own-watchkit-complications?utm_campaign=WatchKit%2BResources&utm_medium=web) - A tutorial about how to add custom Complications to your watch app.
Connectivity
 ⟡ How to communicate between devices using Watch Connectivity 
(http://www.kristinathai.com/watchos-2-tutorial-using-sendmessage-for-instantaneous-data-transfer-watch-connectivity-1/?utm_campaign=WatchKit%2BResources) - A tutorial about how to use Watch
Connectivity framework to communicate between devices.
 ⟡ How to communicate between devices using Watch Connectivity (http://www.kristinathai.com/watchos-2-tutorial-using-sendmessage-for-instantaneous-data-transfer-watch-connectivity-1/?utm_campaign=WatchKit%2BResources) - A tutorial about
how to use Watch Connectivity framework to communicate between devices.
 Twitters
 Twitters
⟡ WatchKit Resources (https://twitter.com/WatchKitSources)
 Other Awesome Lists
 Other Awesome Lists
Other amazingly awesome lists can be found in the
 ⟡ awesome-awesomeness (https://github.com/bayandin/awesome-awesomeness) list.
 ⟡ Open Source apps (https://github.com/dkhamsing/open-source-ios-apps) list of open source ios apps
@@ -180,12 +173,12 @@
 ⟡ awesome-ios-ui (https://github.com/cjwirth/awesome-ios-ui) - A curated list of awesome iOS UI/UX libraries.
 ⟡ iOS App Development on Medium (https://medium.com/ios-os-x-development) - Stories and technical tips about building apps for iOS, Apple Watch, and iPad/iPhone
 Contributing
 Contributing
Contributions welcome! Read the contribution guidelines (contributing.md) first.
Feel free to contribute & Thank you very much!
 License
 License
!CC0 (http://i.creativecommons.org/p/zero/1.0/88x31.png) (http://creativecommons.org/publicdomain/zero/1.0/)