Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosmicmind/samples

Sample projects using Material, Graph, and Algorithm.
https://github.com/cosmicmind/samples

algorithm cosmicmind data data-structure database graph material material-design projects swift swift-3 us

Last synced: 2 days ago
JSON representation

Sample projects using Material, Graph, and Algorithm.

Awesome Lists containing this project

README

        

![CosmicMind](http://www.cosmicmind.com/samples/github/cosmicmind-logo.png)

**Samples** is a collection of example projects that use [Material](https://github.com/CosmicMind/Material), [Motion](https://github.com/CosmicMind/Motion), [Graph](https://github.com/CosmicMind/Graph), and [Algorithm](https://github.com/CosmicMind/Algorithm).

### Photos Sample

Using Material and Motion, a dynamic photo gallery is created with dynamic animations used during transitions.

![Photos](http://www.cosmicmind.com/motion/projects/photos.gif)

* [Download Photos Sample](https://github.com/CosmicMind/Samples/tree/master/Projects/Programmatic/Photos).

### Cards & Tabs

In this sample project, Material is used to create a tabbing layout with dynamically sized Cards within a TableView.

![Cards & Tabs](http://cosmicmind.com/samples/github/page-tab-bar-controller-2.png)

* [Download Cards & Tabs Sample](https://github.com/CosmicMind/Samples/tree/master/Projects/Programmatic/CardTableView).

### Graph Search

Using the **Graph Search** API is incredibly flexible. In the following example, Search is used to create a live search on user names with a dynamic UI provided by [Material's SearchBar](http://cosmicmind.com/material/searchbar).

![Graph Search](http://www.cosmicmind.com/gifs/shared/search-bar-controller.gif)

* [Download Graph Search Sample](https://github.com/CosmicMind/Samples/tree/master/Projects/Programmatic/Search).

### Learn, Enjoy, Create

Many more sample projects are available within the Samples repository.

## Requirements

* iOS 8.0+ / Mac OS X 10.10+
* Xcode 8.0+

## Communication

- If you **need help**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/cosmicmind). (Tag 'cosmicmind')
- If you'd like to **ask a general question**, use [Stack Overflow](http://stackoverflow.com/questions/tagged/cosmicmind).
- If you **found a bug**, _and can provide steps to reliably reproduce it_, open an issue.
- If you **have a feature request**, open an issue.
- If you **want to contribute**, submit a pull request.

## Installation

> - All projects use [CocoaPods](http://cocoapods.org)
> - [Download Samples](https://github.com/CosmicMind/Samples/archive/master.zip)

Read [Material - It's time to download](https://www.cosmicmind.com/danieldahan/lesson/6) to learn how to install Material & Motion using [GitHub](http://github.com), [CocoaPods](http://cocoapods.org), and [Carthage](https://github.com/Carthage/Carthage).

To install all pods, use the following script:

```bash
$ ./install_all_pods.sh
```

## License

Copyright (C) 2015 - 2018, Daniel Dahan and CosmicMind, Inc. . All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of CosmicMind nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.