All Projects → younatics → Motionbook Source

younatics / Motionbook Source

Licence: apache-2.0
Official MotionBook Source Code

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Motionbook Source

Motion Animator Objc
A Motion Animator creates performant, interruptible iOS animations from motion specs.
Stars: ✭ 33 (-78.85%)
Mutual labels:  motion
Vue Tweezing
💃 Easy, customizable and automatic tweening nicely served in scoped slots
Stars: ✭ 101 (-35.26%)
Mutual labels:  motion
Propose
Android Motion Library
Stars: ✭ 134 (-14.1%)
Mutual labels:  motion
Antragsgruen
Managing motions and amendments for political conventions
Stars: ✭ 56 (-64.1%)
Mutual labels:  motion
Rpicam
Raspberry PI Surveillance Automation
Stars: ✭ 77 (-50.64%)
Mutual labels:  motion
Motionbook
📖 Awesome iOS UI/UX Application (Open Source)
Stars: ✭ 1,424 (+812.82%)
Mutual labels:  motion
Moto.js
A light motion library with curvilinear support.
Stars: ✭ 24 (-84.62%)
Mutual labels:  motion
Interactive Repulsive Effect
🍫 An interactive repulsion effect of grid items as seen in BestServedBold's Dribbble shot "Holographic-Interactions".
Stars: ✭ 141 (-9.62%)
Mutual labels:  motion
Ios Coremotion Example
Core Motion in iOS using Swift
Stars: ✭ 77 (-50.64%)
Mutual labels:  motion
Addon Motioneye
motionEye - Home Assistant Community Add-ons
Stars: ✭ 122 (-21.79%)
Mutual labels:  motion
Amcparser
Parse and visualize asf/amc files from CMU MoCap dataset.
Stars: ✭ 70 (-55.13%)
Mutual labels:  motion
3d Reconstruction
two view structure from motion
Stars: ✭ 76 (-51.28%)
Mutual labels:  motion
Material Motion Swift
A toolkit for building responsive motion using Core Animation.
Stars: ✭ 1,417 (+808.33%)
Mutual labels:  motion
Material Motion
Starmap and team docs
Stars: ✭ 44 (-71.79%)
Mutual labels:  motion
Cyclicgen
Deep Video Frame Interpolation using Cyclic Frame Generation
Stars: ✭ 135 (-13.46%)
Mutual labels:  motion
Modosc
A set of Max abstractions designed for computing motion descriptors from raw motion capture data in real time.
Stars: ✭ 24 (-84.62%)
Mutual labels:  motion
Smart Security Camera
A Pi Zero and Motion based webcamera that forwards images to Amazon Web Services for Image Processing
Stars: ✭ 103 (-33.97%)
Mutual labels:  motion
Awesome Biomechanics
A curated, public list collecting resources for biomechanics and human motion: datasets, processing tools, software for simulation, educational videos, lectures, etc.
Stars: ✭ 154 (-1.28%)
Mutual labels:  motion
Backboard
A motion-driven animation framework for Android.
Stars: ✭ 1,690 (+983.33%)
Mutual labels:  motion
Naturalmousemotion
This library provides a way to move cursor to specified coordinates on screen reliably, while being randomly arced to look like real hand moved it there by using a mouse. The default settings should look good enough for most cases, but if user wishes, they can heavily customize the settings and implementations responsible for the trajectory of the cursor for specific use cases.
Stars: ✭ 117 (-25%)
Mutual labels:  motion

Official MotionBook Source Code

iOS 9.0+ Swift 4.0 Donate title

Welocome to MotionBook!

Before start, MotionBook source is complicated and little bit messy. Please help us to develop this source much better than before! MotionBook is an open source based project. Because of that, I decided to open MotionBook source.

Hopes this repo help someone :)

Contributing to MotionBook

Contributions to MotionBook are welcomed and encouraged! Please see the Contribution Guide

We welcome code refactor or any other changes. Please do not hesitate.

Getting Started

Installation is needed befor you start. please see the Installation Guide

Add Github Personal access token and user Id in Key.swift

enum Key: String {
    case gitHubId = "younatics"
    case githubToken = ""
    case firbaseKey = ""
}

Basic Logic

1. Get data from MotionBook README.md

Get basic data and store in RealmSwift

2. Update latest data from GitHub Api

Once a week, MotionBook will check date and update Github data(Stars, Issues, Forks) using GitHub Api.

3. Use On-Demand Resources for faster download speed

On-Demand Resources make faster download speed.

4. Update Gif data to Realm

Update Gif data to Realm and store.

Author

younatics Twitter

License

MotionBook-Source is available under the Apache License 2.0. See the LICENSE file for more info.

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].