-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from bakercp/master
Cleanup.
- Loading branch information
Showing
37 changed files
with
166 additions
and
6,432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,13 @@ | ||
# ofxJSON | ||
======= | ||
By Jeff Crouse | ||
jefftimesten at gmail dot com | ||
http://www.jeffcrouse.info | ||
|
||
A simple [openFrameworks](http://openframeworks.cc/) addon for [jsoncpp](https://github.com/open-source-parsers/jsoncpp). | ||
|
||
## Notes | ||
Developed by | ||
- Jeff Crouse _jefftimesten at gmail dot com_ (http://www.jeffcrouse.info) | ||
- Christopher Baker : http://christopherbaker.net | ||
- Andreas Müller : http://www.nanikawa.com | ||
|
||
This addon uses the jsoncpp library: http://jsoncpp.sourceforge.net/ | ||
======= | ||
Updates by: | ||
Christopher Baker : http://christopherbaker.net | ||
Andreas Müller : http://www.nanikawa.com | ||
|
||
USING ofxJSON | ||
============================================ | ||
## To Use | ||
|
||
- Use the openFrameworks `projectGenerator` to generate project files for your project. | ||
|
||
OR | ||
|
||
- Add all of the files in `ofxJSON/src` and `ofxJSON/libs/` to your project. | ||
- Add `./ofxJSON/lib/jsoncpp/include` to your Header Search Paths. If you are using OSX, you can do this easily by updating your project's `Project.xcconfig` file. See the examples for an example. | ||
|
||
RUNNING THE EXAMPLES | ||
============================================ | ||
|
||
- If you don't find project files for your platform, use the openFrameworks `projectGenerator` to update the project files for your platform. | ||
- Run the examples. | ||
- Use the openFrameworks `projectGenerator` to generate the example files or add the addon for your project. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.