Awesome
<a href="https://exyte.com/"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/exyte/media/master/common/header-dark.png"><img src="https://raw.githubusercontent.com/exyte/media/master/common/header-light.png"></picture></a>
<a href="https://exyte.com/"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/exyte/media/master/common/our-site-dark.png" width="80" height="16"><img src="https://raw.githubusercontent.com/exyte/media/master/common/our-site-light.png" width="80" height="16"></picture></a> <a href="https://twitter.com/exyteHQ"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/exyte/media/master/common/twitter-dark.png" width="74" height="16"><img src="https://raw.githubusercontent.com/exyte/media/master/common/twitter-light.png" width="74" height="16"> </picture></a> <a href="https://exyte.com/contacts"><picture><source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/exyte/media/master/common/get-in-touch-dark.png" width="128" height="24" align="right"><img src="https://raw.githubusercontent.com/exyte/media/master/common/get-in-touch-light.png" width="128" height="24" align="right"></picture></a>
<img align="right" src="https://raw.githubusercontent.com/exyte/Macaw-Examples/master/demo.gif" width="480" /> <p><h1 align="left">Macaw-Examples</h1></p> <p><h4>Macaw Examples is a place where you can find various usages of the <a href="https://github.com/exyte/macaw">Macaw</a> library. </h4></p>Launching Example
- clone the repo
git@github.com:exyte/Macaw-Examples.git
- open terminal and run
cd <MacawExamplesRepo>/{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 wiki page.
<img src="http://i.imgur.com/z61fCY3.gif" width="460">HealthStat
Activity Monitor app concept shows number of steps, running level and daily summary.
<img src="http://i.imgur.com/rQIh3qD.gif" width="600">PeriodicTable
Do you like chemistry? This iPad application shows full power of Macaw: affine transformations, user events, animation and various effects.
<img src="http://i.imgur.com/pjmxrDI.gif" width="600">DesignAwardedApps
Recreating Auxy, Streaks and Zova interfaces with Macaw.
<img src="http://i.imgur.com/NiBT2rv.gif" width="160"> <img src="http://i.imgur.com/bIgHtzt.gif" width="160"> <img src="http://i.imgur.com/Un8TJKc.gif" width="160">
LiquidSwipe
Liquid Swipe concept showing amination with smooth tranformation for forward and backward swiping. Inspired with Cuberto's framework.
<img src="http://i.imgur.com/H3q2jE2.gif" width="200">FanMenu
FanMenu – an animated circular menu control.
<img src="http://i.imgur.com/o6tBKW6.gif" width="160"> <img src="http://i.imgur.com/Hg0GWAz.gif" width="160"> <img src="http://i.imgur.com/erRavyB.gif" width="160"> <img src="http://i.imgur.com/1JXF60f.gif" width="160">
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.