Skip to content

Commit 1eabb0f

Browse files
committed
Add iOS app to README
1 parent f244e80 commit 1eabb0f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ The k-means algorithm has a worst case runtime that is super-polynomial in the i
3838

3939
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).
4040

41-
### Mac App
41+
### Apps
4242

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

45-
![screenshot](screenshot.png)
45+
![Mac app](mac.png)
46+
![iOS app](ios.png)
4647

4748
### Contact
4849

ios.png

676 KB
Loading

screenshot.png renamed to mac.png

File renamed without changes.

0 commit comments

Comments
 (0)