All Projects → avdyushin → Velik

avdyushin / Velik

Licence: apache-2.0
Ride tracking app

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Velik

Avsqldebugger
A Simple Core Data Debugger that will look inside your apps DB
Stars: ✭ 30 (-82.14%)
Mutual labels:  coredata
Ios Hierarchy Viewer
iOS Hierarchy viewer - View and Coredata debugging made easy
Stars: ✭ 1,345 (+700.6%)
Mutual labels:  coredata
Cloudcore
Framework that enables syncing between iCloud (CloudKit) and Core Data
Stars: ✭ 146 (-13.1%)
Mutual labels:  coredata
Ios Sdk
AppSpector is a debugging service for mobile apps
Stars: ✭ 56 (-66.67%)
Mutual labels:  coredata
Hardchoice
有时候作抉择真的很痛苦,Swift写的生活类APP
Stars: ✭ 90 (-46.43%)
Mutual labels:  coredata
Dictionaryplusplus
Dictionary++ is a simple interface to iOS's system dictionary.
Stars: ✭ 112 (-33.33%)
Mutual labels:  coredata
Modelassistant
Elegant library to manage the interactions between view and model in Swift
Stars: ✭ 26 (-84.52%)
Mutual labels:  coredata
Upcomingmovies
Movies app written in Swift 5 using the TMDb API and demonstrating Clean Architecture, Dependency Injection, MVVM and Coordinators.
Stars: ✭ 160 (-4.76%)
Mutual labels:  coredata
Bgfmdb
BGFMDB让数据的增删改查分别只需要一行代码即可,就是这么简单任性,本库几乎支持存储ios所有基本的自带数据类型.
Stars: ✭ 1,344 (+700%)
Mutual labels:  coredata
Coredataplaygrounds
Exploring Core Data through Swift playgrounds
Stars: ✭ 139 (-17.26%)
Mutual labels:  coredata
Jotify
Sticky notes reimagined - written in Swift
Stars: ✭ 79 (-52.98%)
Mutual labels:  coredata
Shob
SwiftUI + CoreData & iCloud AutoSync Project
Stars: ✭ 90 (-46.43%)
Mutual labels:  coredata
Widgetexamples
A demo project showcasing different types of Widgets created with SwiftUI and WidgetKit.
Stars: ✭ 125 (-25.6%)
Mutual labels:  coredata
Coredatakit
CoreDataKit makes common operations on objects and importing into CoreData a breeze.
Stars: ✭ 35 (-79.17%)
Mutual labels:  coredata
Justpersist
JustPersist is the easiest and safest way to do persistence on iOS with Core Data support out of the box. It also allows you to migrate to any other persistence framework with minimal effort.
Stars: ✭ 157 (-6.55%)
Mutual labels:  coredata
Graph
Graph is a semantic database that is used to create data-driven applications.
Stars: ✭ 855 (+408.93%)
Mutual labels:  coredata
Predicateflow
Write amazing, strong-typed and easy-to-read NSPredicate.
Stars: ✭ 98 (-41.67%)
Mutual labels:  coredata
Clean Architecture Swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
Stars: ✭ 2,925 (+1641.07%)
Mutual labels:  coredata
Coredata Crud Swift 5.0 Example
Swift 5.0 Example project that exposes the usage of Core Data to create Entities and to persist to a SQLite Datastore
Stars: ✭ 157 (-6.55%)
Mutual labels:  coredata
Swiftui Core Data Test
Sample program to demonstrate how CoreData can be used with SwiftUI.
Stars: ✭ 135 (-19.64%)
Mutual labels:  coredata

Velik.app

Ride tracking iOS app

Build in SwiftUI using Combine and CoreData

Features

  • Track current location and draw path on the map
  • Show current/average speed, distance and duration of the ride
  • Adjustable size on the map and gauges view
  • Calculates estimated average power effort and weight loss
  • Imports GPX files into rides with summary
  • Exports rides as GPX
  • Light/Dark mode

Screenshots

Limitations

  1. Drag'n'drop files into iOS Simulator works only from $HOME directory
  2. Xcode location simulation works only with waypoints GPX files

GPX processing

pbpaste > debug.gpx xmllint --format input.xml > output.xml awk -f gpx_fix input.gpx > output.gpx

Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].