Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exyte/Macaw-Examples
Various usages of the Macaw library
https://github.com/exyte/Macaw-Examples
animation ios macaw swift
Last synced: about 1 month ago
JSON representation
Various usages of the Macaw library
- Host: GitHub
- URL: https://github.com/exyte/Macaw-Examples
- Owner: exyte
- License: mit
- Created: 2016-11-01T12:01:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T02:56:01.000Z (over 1 year ago)
- Last Synced: 2024-11-22T12:03:46.383Z (about 2 months ago)
- Topics: animation, ios, macaw, swift
- Language: Swift
- Homepage:
- Size: 8.68 MB
- Stars: 355
- Watchers: 23
- Forks: 51
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios-star - Macaw-Examples - Various usages of the Macaw library. (UI / Font)
- awesome-ios - Macaw-Examples - Various usages of the Macaw library. (UI / Font)
README
Macaw-Examples
Macaw Examples is a place where you can find various usages of the Macaw library.
## Launching Example
* clone the repo `[email protected]:exyte/Macaw-Examples.git`
* open terminal and run `cd /{ExampleName}/`
* run `pod install` to install all dependencies
* run `open {ExampleName}.xcworkspace/` to open project in the Xcode## Examples
### GettingStarted
A simple application with animated bar charts. Step by step tutorial is presented on the [Getting Started](https://github.com/exyte/Macaw/wiki/Getting-started) wiki page.
### HealthStat
Activity Monitor app concept shows number of steps, running level and daily summary.
### PeriodicTable
Do you like chemistry? This iPad application shows full power of Macaw: affine transformations, user events, animation and various effects.
### DesignAwardedApps
Recreating Auxy, Streaks and Zova interfaces with Macaw.
### LiquidSwipe
Liquid Swipe concept showing amination with smooth tranformation for forward and backward swiping. Inspired with [Cuberto's framework](https://github.com/Cuberto/liquid-swipe).
### FanMenu
[FanMenu](https://github.com/exyte/fan-menu) – an animated circular menu control.
## Requirements
* iOS 8.0+ / Mac OS X 10.9+
* Xcode 8.0+## License
Macaw Examples are available under the MIT license. See the LICENSE file for more info.