Skip to content

Commit

Permalink
Merge pull request Lensley#2 from obviousjim/master
Browse files Browse the repository at this point in the history
007 update
  • Loading branch information
lhl committed Nov 14, 2011
2 parents 38d0bf1 + 3503ba5 commit d4906c2
Show file tree
Hide file tree
Showing 12 changed files with 644 additions and 887 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#standard gitignore for Flightphase addons

#xcode files
*.mode*
*.perspectivev3
*.pbxuser
*.xcworkspace
xcuserdata/

#builds
build/
obj/
*.o
*.app

#codeblocks files
apps/*/*/*.layout
apps/*/*/*.depend
apps/*/*/bin/clickToLaunch*
apps/*/*/bin/libs
apps/*/*/obj

#mac files
.DS_Store
17 changes: 11 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,25 @@
REQUIREMENTS
==================

ofxMSAInteractiveObject

http://code.google.com/p/ofxmsaof/wiki/ofxMSAInteractiveObject
ofxMSAInteractiveObject is hosted on github here

https://github.com/Flightphase/ofxMSAInteractiveObject

EXAMPLE
==================

Move example/softKeyboardExample to apps/addonsExamples

Just shows keyboard

TO DO
==============
- Padding doesn't work for top/bottom stuff. only right and left.
- ofxSoftKey::onPress should use ofNotifyEvent so that all registered listeners will get events
- key click action (click color, etc) SOUND?
- SHIFT key
- SHIFT key

HISTORY
==============

originally by Jeff Crouse for Lensley.

Updated to 007 by James George
Binary file added example/.DS_Store
Binary file not shown.
9 changes: 9 additions & 0 deletions example/Project.xcconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//THE PATH TO THE ROOT OF OUR OF PATH RELATIVE TO THIS PROJECT.
//THIS NEEDS TO BE DEFINED BEFORE CoreOF.xcconfig IS INCLUDED
OF_PATH = ../../..

//THIS HAS ALL THE HEADER AND LIBS FOR OF CORE
#include "../../../libs/openFrameworksCompiled/project/osx/CoreOF.xcconfig"

OTHER_LDFLAGS = $(OF_CORE_LIBS)
HEADER_SEARCH_PATHS = $(OF_CORE_HEADERS)
File renamed without changes.
File renamed without changes.
600 changes: 600 additions & 0 deletions example/softKeyboardExample.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d4906c2

Please sign in to comment.