/2020-September-30ish-Swift-Projects

The projects done as part of Deep Fried Neurons 2020

Primary LanguageSwiftOtherNOASSERTION

2020-September-30ish-Swift-Projects

The projects done as the "September 30 Day Project" of Deep Fried Neurons 2020. I had to take a short break to attend a virtual conference in the middle, so I'm including some of the scratch pads to fill out the set. The code here in is uncommented, undocumented, has no tests and is not refactored.

It's a swamp.

Wear bug spray.

DFN Links

Reference Links

There are other places/articles that were very helpful but these are the majors.

The 30

  1. What Day Is It (Command Line)
  2. What Day Is It iOS
  3. What Day Is It - iOS a little prettier
  4. Ting - logs it when you do a thing, any thing
  5. Suspense - plays the system sound "Suspense" when a button is pressed
  6. Call of the Wild - Plays the Call of the Wild system sound when a button is pressed. Does not stop until a second button is pressed
  7. Play Me Out - Plays a sound file in the bundle on button press (no media uploaded)
  8. Toggle Me Out (No Truth) - A badly written way to play a song with a toggled play/stop button (no media uploaded)
  9. Toggle Me Out - An improved way to implement a play/pause button (no media uploaded)
  10. Metros - Play either an intro or an outro, single play button (no media uploaded)
  11. Metros - Play either an intro or an outro, but each has their own play button (no media uploaded)
  12. Artwork by Carmen Herrera implemented in SwiftUI
  13. Artwork by Carmen Herrera implemented in SwiftUI
  14. Artwork by Carmen Herrera implemented in SwiftUI
  15. Artwork by Carmen Herrera implemented in SwiftUI
  16. Artwork by Carmen Herrera implemented in SwiftUI
  17. Artwork by Carmen Herrera in a Detail view with information about the work
  18. Move through work by Carmen Herrera with Tabs
  19. Move through work by Carmen Herrera with a Scroll View
  20. Move through work by Carmen Herrera with a Scroll View 2
  21. Basic Quote Server - raywenderlich.com Simple Guide to Async example pretty much verbatim
  22. MQTT Hello World
  23. MQTT 2 Sliders and a Text Box

22 and 23 also live as tagged releases at https://github.com/carlynorama/MQTT-Companions

The Scratch Pads

  1. Buttons and Styles - lots of button / button style examples
  2. Drawing Palooza - swift UI for drawing
  3. Fancy Scrolls - Learning how to build horizontally scrolling views