Skip to content
View visskiss's full-sized avatar
  • Spin Solitaire

Block or report visskiss

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
visskiss/README.md
  • 👋 Hi, I’m @visskiss

  • 👀 My latest app is Open Water Swim for Apple Watch and iPhone. It's an open water swim tracker with a gorgeous swiftUi interface. You can find it at https://apps.apple.com/us/app/open-water-swim/id6444587873 * Specifically, I noticed my open water swims were neither precise nor accurate, with a typical mile long swim usually measuring between .6 and .7 of the actual distance. So I built my own tracker based on GPS. This built somewhat on the knowledge I gained building my first GPS app.

  • The first app I built in SwiftUI is GPX workout pro, available at - https://apps.apple.com/us/app/gpx-workout-pro/id6443549018 - The main aim behind this app was to be able to doublecheck the GPS data linked to workouts. When I started digging, I noticed iOS only lets you export the entirety of your health data atomically, which is less than ideal. Enter GPX Workout Pro. Another impetus for this project was my desire to really learn SwiftUI. And I did! Now I love @EnvironmentObjects, @State, and even $bindings! SwiftUI is also reactive, so the design patterns are really completely different. (isPresenting anyone?)

  • 🌱 I’m currently learning .... SwiftUI! I am also thinking of doing my first NodeJS backend.

  • 💞️ I’m looking to collaborate on ... I would love to collaborate on building a nodejs backend for a community site for open water swimmers. If you'd like to do that, let me know!

  • 📫 How to reach me ... Can't you send messages on Github?

Popular repositories Loading

  1. pig pig Public

    P2P Infrastructure Group

    8 3

  2. CLLocation-Codable CLLocation-Codable Public

    A simple-to-use wrapper for CLLocation for encoding and decoding CLLocation.

    Swift 2 1

  3. Solitaire Solitaire Public

    Forked from daniilmartyn/Solitaire

    This is a simple Klondike Solitaire game that is compatible with any iOS device. After pulling or cloning this git repository, the project should be able to be run on an iOS simulator off of xCode.…

    Swift 1

  4. SpriteKitBugTesterOld SpriteKitBugTesterOld Public

    There is an iOS 9 bug in Sprite Kit. When you add a node inside a block, the parent is nil and touches are not transferred. This will detect that bug.

    Swift

  5. SpriteKitBugTester SpriteKitBugTester Public

    There is an iOS 9 bug in Sprite Kit. When you add a node inside a block, the parent is nil and touches are not transferred. This will detect that bug.

    Swift

  6. SoundEffect SoundEffect Public

    This is a sound effect framework that can load series of sounds for each "effect" and playback a random sound at a requested volume.

    Swift