Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined commit to use with v0.9.2 #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

javl
Copy link

@javl javl commented Feb 23, 2016

Note: ofxProjectorBlend doesn't seem to work with OF 0.9.0 but works again with the current 0.9.2 (I think it was fixed in in 0.9.1).

Note 2: This commits break compatability with OF < 0.9.1 by using the new function names ofDrawRectangle, ofDrawLine, etc. So you might want to tag the current version as a release for older version of OF.

This combined commit:

  • Moves examples to separate folder
  • Renames project files to the new ofApp instead of testApp
  • Converts all indents to tabs and removes unneeded whitespace
  • Applies new functions names; ofRect -> ofDrawRectangle, etc.
  • Adds makefiles for building on commandline

* Moves examples to separate folder
* Renamed project files to the new ofApp instead of testApp
* Converts all indents to tabs and removes unneeded whitespace
* Applies new functions names; ofRect -> ofDrawRectangle, etc.
* Adds makefiles for building on commandline
Fixes Xcode example projects using project generator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant