Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually updated readme
  • Loading branch information
wyndwarrior committed Aug 20, 2014
1 parent 66b6756 commit 06b484a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
@@ -1,21 +1,23 @@
![iSwipe](img/preview.png)

OS7 is an immersive Windows Phone 7 based theme for Dreamboard on iOS.

iSwipe is the first gesture-based keyboard for iOS (pre-8.0)

Features
---------
- Customizable start menu
- Live tiles with html widgets
- Hassle-free installation through DreamBoard
- Uses objc-runtime to hook onto system keyboard methods and extend functionality
- Converts input points into vector angles
- Implements both a dynamic programming and greedy algorithm to match input to words
- Best match is entered, remaining options are ranked in the suggestions box

![iSwipe](img/animate.gif)

Building
----------
Requires Xcode and Xcode Command Line Tools.

```sh
git clone 'https://github.com/wyndwarrior/OS7.git'
cd OS7
git clone 'https://github.com/wyndwarrior/iSwipe.git'
cd iSwipe
git submodule update --init --recursive
make
```
Expand Down

1 comment on commit 06b484a

@patriksharma
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One Question:

I tried to build this app for the Iphone. But Unable to build . can you please tell me steps to create xcode project from this code?

Please sign in to comment.