Skip to content

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

javl added 3 commits February 23, 2016 16:26
* 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.

1 participant