Skip to content

Commit

Permalink
Add iOS app to README
Browse files Browse the repository at this point in the history
  • Loading branch information
indragiek committed Dec 23, 2014
1 parent f244e80 commit 1eabb0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ The k-means algorithm has a worst case runtime that is super-polynomial in the i

Everything is implemented in Swift except for the functions that convert between color spaces, which use GLKit and thus must be written in C (since Swift doesn't support C unions at this time).

### Mac App
### Apps

The project includes a Mac app that can be used to see the results of the algorithm and to run a simple benchmark.
The project includes Mac and iOS apps that can be used to see the results of the algorithm and to run a simple benchmark.

![screenshot](screenshot.png)
![Mac app](mac.png)
![iOS app](ios.png)

### Contact

Expand Down
Binary file added ios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 1eabb0f

Please sign in to comment.