Skip to content

Commit

Permalink
Update README with example apps in production
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolsthoorn committed Jun 23, 2013
1 parent 1476ef8 commit af94950
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ See `/Examples/NVDSPExample` for a simple iOS XCodeProject example.
### A thing to note
The NVDSP class is written in C++, so the classes that use it will have to be Objective-C++. Change all the files that use NVDSP from MyClass.m to MyClass.mm.

### NVDSP powered apps in the wild
[iHearYou](https://itunes.apple.com/us/app/ihearyou/id634880747)
[Swarmy](http://jmoore.me/swarmy/)
Send a pull request and add your app to this list!

### Interested in the story behind this project?
Check [this post at Medium](https://medium.com/what-i-learned-building/1964521efbc7)

Expand Down

0 comments on commit af94950

Please sign in to comment.