Skip to content

Latest commit

 

History

History
3475 lines (2812 loc) · 165 KB

CHANGELOG.md

File metadata and controls

3475 lines (2812 loc) · 165 KB
     __                  _     _                 __     
   /'__`\              /' \  /' \              /'__`\   
  /\ \/\ \            /\_, \/\_, \            /\ \/\ \  
  \ \ \ \ \           \/_/\ \/_/\ \           \ \ \ \ \ 
   \ \ \_\ \      __     \ \ \ \ \ \      __   \ \ \_\ \
    \ \____/     /\_\     \ \_\ \ \_\    /\_\   \ \____/
     \/___/      \/_/      \/_/  \/_/    \/_/    \/___/    

CORE

3d

  • Add handling of double precision position data in PLY model loader (#6292) commit
  • Bugfix ofEasyCam (#6284) commit
  • ofEasyCam: setPosition actually sets the position no matter what other settings (#6265) commit
  • Implement ofMesh .save() of triangle strips commit

core

  • Make ofSystemTextBoxDialog return empty string on cancel. (#6155) commit
  • fix conflicting declaration OpenGL and just include glew (#6187) commit
  • remove line break from ofGetVersionInfo() end (#6107) commit
  • fix conflicting declaration OpenGL and just include glew (#6187) commit
  • replace std::ptr_fun to std::function (#6243) commit
  • making the default background color 60 (#6339) commit

examples

  • Fixed OpenGL ES2 shader example 08 (#6439) commit
  • update multi window example to draw w/2, h/2 instead of w/2, w/2. (#6442) commit
  • Updated examples to glm (#6389) commit
  • Example fixes (#6431) commit
  • Example fixes2 (#6433) commit

gl

  • fix data type on texture load from int32_t* and uint32_t* (#6257) commit
  • phong.frag: v_transformedNormal and eye should be re-normalized (#6221) (#6225) commit

graphics

  • Remove radial line from ofpath::arc and ofPath::arcNegative (#6224) commit
  • fixes ofPolyline to prepare oF for glm 0.9.9.5 (#6366) commit
  • ofTruetypeFont: fix kerning calculation (#6464) commit
  • ofPixels.h/cpp remove move on return to allow copy ellision (#6407) commit
  • ofPolyline::removeVertex( ... ) added.
  • fix setSpaceSize and getStringTexture (#6282) commit
  • ofColor: fix float scaling when copying different types commit
  • Fix missing const in ofPath (#6341) commit
  • Included missing header in ofImage.h required for instantination of ofImage_::clone() (#6314) commit
  • Add default values for ofPath::Command members. (#6344) commit
  • small improovement for getResampledBySpacing (#6361) commit
  • Add ofPolyline::removeVertex(...) (#6400) commit
  • bugfix ofPolyline::getSmoothed missing glm initialization. closes #6414 (#6421) commit

math

  • single pr for glm fixes. closes #6397 (#6402) commit
  • bugfix glm regression when not passing argument to constructor. closes #6397 (#6409) commit
  • bugfix:missing glm initialization (#6430) commit
  • add default member initialiser for position (#6444) commit
  • bugfix. fixes errors if legacy vector math is enabled. closes #6463 (#6468) commit
  • added GLM define to default to intiailizing objects with good values (#6450) commit

sound

  • ofSoundBuffer: copying tick count and device id when calling copyTo (#6321) commit
  • fix buffer overflow in linear interpolation of audio buffer with loop (#6217) commit
  • ofSoundBuffer getChannel fix (#6117) commit
  • ofSoundBuffer::copy from was not being set properly (#6312) commit

utils

  • ofXML - provided access to the underlying pugi::xml_node method "getParent()"
  • ofTime: fix overflow when adding more than 2 seconds commit

video

  • set speed, frame/position when beeing ready to play commit
  • set frame/positionBeforeRead to 0 on load commit
  • add init for grabber was not init. (#6405) commit

PLATFORM/IDE SPECIFIC

android

  • Improvements in life cycle of Android Activity. (#6291) commit
  • Android fixes (#6446) commit
  • Update the android ndk version to 21. (#6318) commit

emscripten

  • emscripten: fix problems with latest versions commit
  • ofxEmscripten: audio context start after reloading page (#6233) commit
  • ofVbo: emscripten: just set vao support to false instead of trying to dynamic load commit
  • Emscripten ci docker (#6260) commit
  • Fix Uncaught TypeError: Runtime.dynCall (#6347) commit

ios

  • add multitouch settings to iOS template (#6210) commit
  • ofxiOS: fix FBO for GLK view (#6248) commit
  • bugfix fixes reversed touches when not using hardware orientation. closes #6317 (#6363) commit
  • bugfix changes iOS template to allow simulator/device linking. (#6364) commit
  • fix: can not make fullscreen on external display. (#6406) commit

linux

  • better install_dependencies support for linuxmint. (#6263) commit
  • Add jack-audio-connection-kit-dbus as Fedora dep (#6213) commit
  • Linux: Default to poco from system commit
  • Added missing ROOT variable to fedora install_dependencies.sh (#6286) commit
  • Update install_dependencies.sh Ubuntu libgconf-2-4 (#6477) commit

linuxarm

  • ofAppEGLWindow: Add control of udev input device attached/detached (#6215) commit
  • Update buildAllRPIExamples.sh commit
  • supports the Rpi 4 with EGL and GLFW. Closes #6436 (#6438) commit
  • fix tabs and spaces with rpi makefiles. change permissions for install_dependcies.sh (#6455) commit
  • bugfix fixes fullscreen issues on RPI. closes #6445 (#6456) commit

makefiles

  • makefiles: addon data not being copied(#2903).
  • bugfix #2903 Addon data copy (#6244) commit
  • Fix makefile errors when MAKEFILE_DEBUG is defined. (#6304) commit
  • Fix Makefile Verbosity level (#6307) commit
  • replace erroneous tabs in makefiles (#6229) commit

macos

  • bugfix. adds 32bit stripping to AppStore configuration for libfmodex.dylib (#6475) commit
  • Fix case of rtaudio.a (#6184) commit
  • bugfix for mojave permissions issues with camera. closes #6193 commit
  • bugfix AppStore configuration for osx - strips 32bit from dylibs and frameworks. closes #6358 (#6365) commit
  • added flag to xcode template to fix code signing errors. Closes #6383 (#6390) commit
  • bugfix. fixes error with Xcode build due to depracted function error. (#6394) commit

msys2

  • Mingw64 support (#6413) commit
  • MSYS2 installation and compilation enhancements (#6408) commit
  • add 64 bits support.
  • setup : removed automatic setup of PATH environment variable(#5740). Move instructions to setup PATH to documentation.
  • documentation : fix typo (#6211) and insist on the use of MINGW32 shell.
  • fixed 'copy_dlls' target to work woth both Debug and Release executables.
  • define APPNAME earlier to fix msys2 copy dlls failing (#6166) commit
  • MSYS2 : Remove setup of PATH env var in install_dependencies (#6349) commit
  • Msys2 icon (#6415) commit
  • improved msys2 install detection (#6417) commit
  • MSYS2 : Copy dlls (#6416) commit

opengles

  • fix shaders examples for OpenGL ES (#6223) commit

qtcreator

  • Correctly parse escaped linker flags in addons for QTCreator. (#6323) commit
  • bugfix for qtcreator wizard. closes #6461 (#6462) commit
  • bugfix fixes dylibs not working in qtcreator if consoleApplication is true. (#6458) commit
  • not prefixing frameworks with the global addons path (#6424) commit

vs

  • no console on windows for release targets (#6242) commit

vscode

  • add Makefile to /templates/vscode (Windows PG does not copy Makefile by default) (#6369) commit

LIBS

  • glm updated to 0.9.9.6. NOTE: all glm types are not intitialized by default now. Do glm::vec3(0) instead of glm::vec3() or set this define in ofConstants.h to default to the old initializtion method: #define GLM_FORCE_CTOR_INIT 1
  • Fix. Added openCv C++ headers. (#6222) commit
  • Opencv4. windows, osx, ios, android and emscripten (#6256) commit
  • prepare glm 0.9.9 branch (#6338) commit

ADDONS

ofxOpenCv

  • added support for OpenCV4 : deprecated C functions replaced by their C++ counterpart. Also fix issue due to incorrect pkg-config package commit
  • Check for !bAllocated on assignment of ofxCvImage (fixes #6115) (#6116) commit
  • opencv4 support for msys2 and all linux platforms where available (#6252) commit
  • bugfix findHaarObjects. fixes constant push back to blobs every frame. (#6432) commit

ofxSVG

  • added support for the SVG "use" command, a common feature that allows multiple instances of the same graphic elements. Also fixed an issue where line weights less that 1 unit would not render. This increased compatibility can be disabled if required by using the ofxSVG::setImprovedCompatibilityMode(bool mode) method. commit
  • ofxSvg improved compatibility (#6303) commit

ofxOsc

  • ofxOscSender.setup() fix (#6287) commit

ofxGui

  • Added check to update header color when color is changed from external source (fixes #6381)
  • update text color to changing bg colour to ofxGui as well (#6440) commit
  • ofxGui: Changed instances of ofVec*f and ofPoint into GLM (#6207) commit
  • Fix ofx gui events propagation (#6203) commit
  • update method for drawing slider bars (#6297) commit
  • Feature ofxRectangleSlider (#5793) commit
  • ofxGui: slider scrolling (#6144) commit
  • ofxGui scaled for retina displays + group header enable/disable feature (#6179) commit
  • fixed ofxColorPicker glitch (#6426) commit
  • Fixes #6381 based on @LYHSH code snippet (#6423) commit

ofxNetwork

  • Bugfix ofx tcp manager (#6201) commit
  • Add SO_REUSEADDR option to ofxTCPManager and ofxTCPServer. (#5011) commit
  • add missing explicit cast commit

CI

  • appveyor: fix ssl dependencies (#6170) commit
  • create_package: pull OF from github instead of local commit
  • linuxarmv7: fix ci install phase commit
  • linuxarmv7: fix install ci commit
  • travis: fix ccache install in linux tests commit
  • fix cache install in ubuntu commit
  • travis: fixing ccache install in linux commit
  • travis: fixing ccache commit
  • linuxarmv7: add -lm since tests are now failing on some missing math symbols commit
  • Trying to fix linuxarmv7 ci commit
  • Upgrade MSYS2 packages in appveyor (including GCC) (#6331) commit
  • Bugfix - last commit hash written before build successful. (#6355) commit
  • bugfix changes the create_package script to call the project generator executable generated by DebugNoOF commit
  • bugfix needs to cd back to the dev/scripts folder to write lasthash.txt to the correct location (#6359) commit
  • add maven url to comply with v4:25 (#6373) commit
  • download_libs: add double quotes to allow for folder names with spaces (#6374) commit
  • Readme ci status per platform (#6391) commit
  • fixes junest for linuxarmv7 -u argument isnt valid anymore (#6422) commit

PROJECT GENERATOR

  • update template.config files (#6368) commit
  • Feature add vscode template (#6298) commit
  • add props support (#196) commit
  • ignores comments in addons.make after an addon, commit
  • Typo on string #31? (#200) commit
  • Search Addons for partial match & update semantic.min.js (#201) commit
  • fix Windows folder drop feature (#207) commit
  • Support ADDON_DATA in addon_config.mk (#190) commit
  • fix verbose logging about defines on xcodeProject (#179) commit
  • fix: call ofGetElapsedTimef after initutils() (#178) commit
  • Feature show hidden folder (#205) commit
  • Feature add template dropdown to frontend PG (#206) commit
  • update shrinkwrap from Windows (#219) commit
  • adds _runMeFirst.command to macOS packages to escape translocation. closes #220 commit
  • 10.12 translocation message instructions commit
  • added the -r flag for xattr quarantine closes #220 commit
  • change node version in package.json to 6.11.0 commit
  • fix for linux not finding pg binary. closes #209 (#227) commit

DOCUMENTATION

  • fixed documentation commit
  • Add inline documentation for ofBaseGLRenderer commit
  • Fix params doxygen error commit
  • THANKS.md commit
  • fixed thanks format commit
  • changelog and thanks scripts commit
  • ubuntu install dependencies: add libraries needed by the project generator commit
  • [Docs] - openframeworks/openframeworks - openframeworks/CONTRIBUTING.md - minor tweaks [grammar, etc al] (#5846) commit
  • A collection of fixes for invalid doxygen comments. (#5799) commit
  • Update CONTRIBUTING.md commit
  • Broken Link Fix (#6261) commit
  • Fix url for issue tracker (#6275) commit
  • Fix typos (#6324) commit
  • Fix doc (#6371) commit
  • Re-merge spaces. commit
  • @digitalcoleman 's work! commit
  • Whitespace. commit
  • Whitespace, punctuation and removing docs on deprecated functions. commit
  • Capitalization. commit
  • Whitespace. commit
  • Update main.cpp (#6037) commit
  • fix: Fix the indent (#6281) commit
  • Docs of3d graphics (#6385) commit
  • Add inline documentation to UTF8 string functions. commit
  • Add inline documentation of ofUTF8Iterator. commit
  • Documentation spacing. commit
  • INSTALL_FROM_GITHUB: Include how-to-update section (#6474) commit

  .----.                  .---.  .----.                  .---.
 /  ..  \                /_   | /  ..  \                /_   |
.  /  \  .                |   |.  /  \  .                |   |
|  |  '  |                |   ||  |  '  |                |   |
'  \  /  '                |   |'  \  /  '                |   |
 \  `'  /       .-.       |   | \  `'  /       .-.       |   |
  `---''        `-'       `---'  `---''        `-'       `---'

CORE

3d

  • Fix order of quaternion multiplication in ofNode. commit
  • Fixing LookAt method on ofNode (#6069). commit
  • Bugfix ofnode orientation with scale (#6093). commit
  • More efficient way for ofNode::getGlobalOrientation (3x~ faster) (#6094). commit
  • ofCamera with ortho enabled will respect a lensOffset by translating the projection matrix (#6138). commit
  • fix drawArrow internal matrix calculation (#6164). commit

gl

  • Fix error message legibility. (#6013). commit
  • ofGetImageTypeFromGLType: fix missing GL_R8. commit

types

  • ofParameterGroup: fix some issues with parameter removal. commit
  • ofParameterGroup: when removing use escaped name to lookup parameter. commit
  • ofParameterGroup: used escaped name to delete. commit

app

  • ofAppGLFWWindow: close as private. commit
  • ofAppGLFWWindow: query screen size to set w/h in setup on fullscreen. commit
  • ofAppGLFWWindow: use ofGetWindowSize() when storing current window rect as windowW & windowH may already reflect the fullscreen size, fixes #6074 (#6092). commit
  • ofAppGLFWWindow: refactor & fix size on fullscreen + position. commit

graphics

  • ofTTF: add latin and latinA ranges to latin alphabet. commit
  • ofPixels: Fixed int division that needs to be floating point (#6033). commit
  • ofTTF: fix custom letter space. commit
  • ofPixels.h: CLAMP -> ofClamp and include ofMath. commit
  • ofTtf: Fix some problems with outlines. commit
  • Speed up image loading (#6035). commit
  • Fix ttf font bounding box calculations (#6109). commit
  • Fix ttf kerning factor (#6136). commit

sound

  • ofSoundBuffer getChannel fix (#6117). commit

video

  • Fix for ofAVFoundationGrabber.mm setDevice(...) after close(). commit

utils

  • fix const about ofSerialize in ofJson.h (#6096). commit
  • ofXml: add methods to remove child through a reference or move. commit
  • ofXml: add missing methods to remove attributes. commit
  • ofXml::Attribute: add getName. commit
  • ofXml: fix attribute iterator. commit
  • ofXml: add clear method which clears the xml doc. commit
  • ofConstants: version to 0.10.1 stable

ADDONS

ofxOpenCv

  • ofxCvImage: remove old macro not present on some versions.. commit

ofxGui

  • Bugfix ofxSliderGroup division by zero (#6034). commit
  • ofxGuiGroup: fix ofVecf / glm::vec. commit
  • ofxGui: slider scrolling (#6144). commit

ofxKinect

  • update addons/.gitignore to ignore libs in ofxKinect (#6030). commit
  • update libfreenect to fix ofxKinect on raspberry pi (#6123). commit

ofxOsc

  • ofxOsc: add const for getter method returns constant. (#6018). commit

PLATFORM/IDE SPECIFIC

qtcreator

  • fix qbs project file for commandline PG (#6010). commit
  • fix linux project templates for QtCreator (#6011). commit
  • Add option to create console window in QtCreator wizards (#6105). commit

linux

  • linux: if ubuntu 18.04 or more install poco on the system. commit
  • Fix Arch Linux install_dependencies.sh (#6051). commit

makefiles

  • makefiles: only add src as a source folder. commit

android

  • Fixed selection of GLES version on android. (#6088). commit
  • android multi activity example: add manifest (#6036). commit
  • ofxAndroidGrabber: when changing camera ID close device if it was open. commit
  • Android camera optimizations (#6097). commit

osx

  • use correct macOS key event modifier masks, fixes #6070 (#6087). commit
  • Fix compilation on Xcode 10 (#6131). commit
  • fixes xcode template to not have OF as a dependcy but as a pre-build script. related to #6139. commit
  • remove i386 architecture from macos projects (#6159). commit
  • added camera and microphone permissions for mojave. commit
  • workspace files for xcode template to enable legacy build in Xcode 10. commit
  • fix for xcode template file to allow PG to add frameworks and fix broken projects. closes #6172. commit

emscripten

  • Fixes for html5 audio and video with emscripten (#6039). commit

msys2

  • fix copy_dlls make target when there's only a debug build, (#6046). commit

vs

  • Bugfix VS project template (#6122). commit
  • Bugfix vs project template (pt.2) (#6130). commit
  • Bugfix VS buildscript (#6121). commit

EXAMPLES

  • fix gui parameter group example (#6079). commit
  • fix iOS / tvOS examples broken during docs sprint. commit
  • parameter examples: binding the listener method to the vSync param (#6098). commit

DOCS

  • ofEnabledDepthTesting() to ofEnableDepthTest() (#6040). commit

CONTINUOUS INTEGRATION

  • create_package: change osx -> ios for PG in the ios download. commit
  • rename macros in ofxUnitTests (#6017). commit
  • parameters: add parameters tests. commit
  • don't cache firmware-master. commit
  • create_pacakge: remove projectGenerator from apps. commit
  • nightlies template: use https for css and fonts. commit
  • Xcode 9.4 Default Travis (#6104). commit
  • appveyor: fix ssl dependencies (#6170). commit

  .----.        .---.   .----.         .----.
 /  ..  \      /_   |  /  ..  \       /  ..  \
.  /  \  .      |   | .  /  \  .     .  /  \  .
|  |  '  |      |   | |  |  '  |     |  |  '  |
'  \  /  '      |   | '  \  /  '     '  \  /  '
 \  `'  /  .-.  |   |  \  `'  /  .-.  \  `'  /
  `---''   `-'  `---'   `---''   `-'   `---''

CORE

general

/ load* std::string -> std::fs::path
/ no return is an error instead of warning
- external dependencies moved out of git repositiory
+ added download_libs scripts to download external dependencies
/ optimized includes for faster compilation & autocomplete
- export folder with shared libs is gone, now live in libs
/ many functions and classes ported to use size_t instead of int for indices and sizes
- completely removed Poco from core into it's own addon
/ Const corrections
+ implemented move constructor for classes that needed them
+ Add Rad/Deg versions for everything accepting angles
- Deprecated all functions that accept angles without Deg/Rad suffix
/ remove some unnecessary casts, convert some casts to c++ style, convert some MAX & MIN to std::max & std::min
/ makefiles: filter repeated flags when parsing addons
/ makefiles: better addons parsing
/ qtcreator updated to work with at least 4.6.1
/ qtcreator uses probes to parse filesystem to avoid warnings and increase compile speed
/ qtcreator: option to precompile ofMain.h

app

/ fixed teardown order
+ added some facilities to create new windows when the app is running
/ several fixes for glfw and main loop
/ main loop: fix logic for destroying app and windows in that order
/ Unregister GLFW callbacks before closing
/ handle negative framerate requests
+ ofMainLoop: notify exit before destroying applications
+ Global time modes (ofSetTimeModeFiltered, ofSetTimeModeSystem, ofSetTimeModeFixedRate)
/ ofAppGLFWWindow: the size reported on setup was wrong in some cases
/ ofAppGLFWWindow: calculate pixel scale even in fullscreen
/ ofAppGLFWWindow: don't reposition window if in fullscren or gamemode
- ofWindowSettings width and height made private now settable through setSize

communication

/ Update to newest firmata protocol
/ ofSerial: fixes for firmata servos in linux + better type handling
+ Add 12mb/s communication over ofSerial.cpp
/ ofSerial: only check filenames, not full paths, in buildDeviceList()
/ ofSerial: fix port name vs. path parsing on Windows

utils

/ moved using std from ofConstants into ofMain so including it is optional
+ ofTime to work with unit independent time
/ ofXml ported to use pugixml instead of poco, old version lives as ofxPocoXml in the ofxPoco addon
+ utf8 utility functions
/ fix for crash on close due to ofThread::waitForThread - fixed by specifying a timeout value
/ several fixes for ofThreadChannel
+ ofThreadChannel: allow multiple consumers (not broadcasting)
/ catch exceptions in ofJsonLoad/Save
/ ofThread uses std::thread instead of Poco::Thread
+ ofURLFileLoader: add basic post support
/ ofURLFileLoader uses curl instead of Poco
/ ofBuffer: faster + reserve, resize and setall
/ ofBuffer: better implementation of ofBuffer without insert
+ templated ofTo that converts string to anything that implements >>
+ add ofGetLogLevel for specific module
/ ofThread: check if joinable before trying to join
/ ofFileUtils: set all binary defaults to true
/ ofFileUtils: setReadOnly deprecated
+ ofFileUtils added setReadable
+ ofFileUtils: added ofFile::create(path)
/ url loader: uniformize api for request handling
/ bugfix for static ofFile and ofDirectory calls not working if data path is set false
+ ofBuffer: add getReversedLines
+ ofURLFileLoader: done callback per request
+ ofURLFileLoader: add timeout to request
/ ofSystemUtils: allow to set the current forlder in linux
/ ofSystemUtils: fix locale changed when opening gtk dialog
/ ofSystemUtils: fix exclusive folder/files selection on osx
/ ofLog: use a function for static channel so it can be used from static variables

3d

+ ofCamera::drawFrustum
/ fix box primitive winding order
/ fix ofNode destructor when parented
/ fixed a regression issue in ofNode orbit
/ implement more robust loading of ply meshes
/ ofEasyCam: FIX. fixed drift when moving mouse
/ ofEasyCam: fix y axis for interative rotation for more stable movement
+ ofEasyCam: enable/disable inertia
+ ofEasyCam: up axis setter
/ ofEasyCam: fix unitialized values
/ ofEasyCam: disable inertia by default
+ ofEasyCam: Added custom control area. Defaults to viewport if not set.
/ ofEasyCam Ortho zoom via scroll
/ ofEasyCam: When ortho is enabled the far and near clip are set to -10000 and 10000
/ ofEasyCam: Added code that allows to set  different mouse and key interactions.
/ ofCamera: fixed coordinate system transform functions so these take into account the cameras V flip

gl

/ fix issue with ofLight segfaulting during app exit
+ added support for transform feedback in ofShader
+ added support for custom behaviour to ofMaterial
+ GL debug logs
/ Make ofTexture::loadData with different glFormat/glType public
+ Added uniform block support to ofShader.
/ Swappd glewGetExtension() by glewIsSupported()
- ofGLProgrammableRenderer: in GLES remove enable/disable client state
+ ofGLUtils: support for more GL formats and internals
+ ofTexture: load methods for more types
+ ofBufferObject: invalidate method
/ ofFbo: use enum to set begin mode
+ ofShaderSettings
/ ofMaterial: allow diffuse color from color coordinates in mesh
/ ofMaterial: better shader cache handling
/ ofMaterial: shader cache per renderer to allow multiwindow
+ ofShader: add methods to change constant and defines values
/ ofShader: report absolute path when not able to load
+`ofFbo: add methods to clear the different buffers + allow no color
+ ofTexture: set r->rgb swizzles for depth formats
+ ofBufferObject: add copyTo with offset and size
/ ofBufferObject: fix DSA check
+ ofGLUtils: support for half floats
/ fix issue with ofLight segfaulting during app exit
/ Medium P to High P for Shader Floating Point Precision in default shaders

graphics

+ ttf full support for utf8 glyphs and right to left text orientation
/ fix save screen
/ fix ortho projection matrix calc
/ fix ofPolyLine::calcData returning invalid values
/ fixes to ofBackgroundGradient
+ ofImageLoadSettings
/ Bug Fix for "ofPixels mirrorTo horizontal"
/ Return bounding box of size 0 at coordinates (x,y) when attempting to draw an empty text at (x,y)
/ Corrected the initial value of maxX/maxY in getStringBoundingBox()
/ ofPixels: make some utility functions public
+ ofTexture: Added convenience method to draw subsection using ofRectangle parameters.
/ ofTTF: fix winding mode.
- deprecated ofSetBackground
+ ofSetBackgroundColor
/ Fixes for ofBitmapFont getBoundingBox()
/ ofPath: stroked circle started from center so it had a line
- deprecated ofTtfCharacter and just use ofPath instead
/ ofImage: fix save image returning false after some correct cases
/ Added translate, scale and rotate to ofPolyline
/ ofMesh: have*Changed made private
/ ofTTF: check max supported texture size and report if bigger than needed

events

+ key events with utf8 codepoints + modifiers
+ mouse events with modifiers
+ ofEventListener
+ ofEventListeners
+ ofEvent::newListener
+ ofParameter::newListener
+ lambda support as listener when using ofEventListener
+ events: return true in notify if event is attended
+ ofFastEvent

types

/ fixed some problems with read only parameters
+ added ofParameterGroup::remove and ofParameter::isReferenceTo
/ compare Parameters by their internal objects
+ ofParameter: implement castGroup
/ ofParameterGroup_: preserve name on clear
/ ofParameter: escape # to _

sound

+ ofSoundStreamSettings
+ ofSoundStream: ability to specify API
/ ofSoundStream: fix fmod buffer setting
/ rtaudio stream: fix problem with old linux versions
/ ofSoundBuffer: getChannel, setChannel weren't correct
/ ofSoundBuffer: fixed wrong interpolation that was only iterpolating the first channel

video

/ ofGstUtils: don't use SKIP on setSpeed seems to slow down some videos a lot
/ ofAVFoundationGrabber was not unlocking image buffer causing logging issue.

LIBS

+ added glm and ported whole core to work with it
+ added https://github.com/nlohmann/json as default OF json
/ most libraries updated to their most recent versions

EXAMPLES

/ reorganized
+ added readme explaining the example for a lot of them
+ json example
+ remove ofxVectorGraphics from all addons example, won't compile in GLES
+ threadExample: use locks and shared memory in a way that shows the effects of not doing so
+ threadExample: adds keyboard shortcuts to set or remove lock
/ advanced3dExample: fix Swarm so it works with programmable renderer too
/ cameraParenting  example: explicit up vector on lookAt
/ 3dprimitiveexample: fix wireframe offset
+ added an example using the regular expression library from std
+ transformFeedbackExample
/ fboAlphaMask example fix. -Fixed issue where blending gave darker edges. -Moved all the masking into the shader. -Removed one fbo so it is easier to understand.
/ glParticleSystemExample: fixed segfault at startup
/ regularExpressionExample: change from Poco::RegularExpression to std::regex
/ Updated ofEasyCam example. -Now it shows the ortho mode interaction
/ Fixed polylineBlobExample type mismatch
/ fonstShapesExample: remove deprecated ofTtfCharacter and just use ofPath instead
/ soundBufferExample: use a sound stream object instead of global
/ ofNodeExample: fix starting pov
/ openCV Example and common-functions cleanup
/ removed osxRecordingVideoExample not working anymore cause AVFoundation
/ modernise advanced3DExample
/ fix systemSpeakExample and add linux version
/ shader/gaussianBlueExample: fix gaussian kernel
/ fftExample: used fixed array instead of over allocating to 8192
/ networkTcpExample: use proper utf8 append + full key events to create the string to send
/ svgExample: some syntax fixes

ADDONS

ofxGui

+ color picker
+ text field
+ sliders text field on right click
+ support for any numeric type on sliders
+ `ofParameterReadOnly<string>` adds a label
+ `ofParameter<void>` adds a button
+ ofxPanel: load save/load icons locally (wouldn't work on multiwindow)
+ ofxGui/ofxPanel: capture save/load events to allow to customize behaviour
/ ofxGui: refresh render on name change
+ ofxGui: allow to load fonts with ofTtfSettings
/ ofxGui: cut overflowing text
+ ofxGui: custom events priority

ofxPoco

/ poco and ofXml moved from core to addon with ofXml becomming ofxXmlPoco

ofxKinect

/ fix for tilting triggering reconnect.
/ bugfix for ofxKinect fixes reconnection timing issues and reopening wrong kinect id

ofxNetwork

+ ofxTCPSettings
+ ofxUDPSettings
/ ofxTCPClient::receive: try to receive untill buffer is empty

ofxOsc

/ catch unknown osc parameter addresses
/ ofxOscMessage: fix return value warning
/ ofxOscMessage: cleaned up argument getters with consistent type conversion
+ ofxOscSender & ofxOscReceiver: added hostname & port getters
+ ofxOscSender & ofxOscReceiver: added clear() functions
/ standardized host/port member function naming
+ added ofxOscArgNone for N nil type tag
/ ofxOscSender: sending message arguments to oscpack requires specific types or wrong typetags may be set
+ ofxOscReceiver: added isListening() and ability to restart with current port value;
/ sender & receiver no longer clear port & host when cleared
/ ofxOscReceiver: slightly improved setup error print
+ ofxOscMessage: added getTypeString()
/ changed midi message, timetag, and rgba color types to use unsigned values
/ fixed signed/unsigned conversion issues when passing between oscpack
- ofxOsc: removed bad arg type asserts in favor of better error messages
+ ofxOscReceiverSettings
+ ofxOscSenderSettings
+ ofxOscSender: added setHost() & setPort()
+ added ostream operators for sender, receiver, & bundle
+ ofxOscSender: handle socket creation exceptions

ofxSvg

/ use original svgtiny instead of patched poco version

PLATFORM SPECIFIC

linux

- removed linux 32bits
+ added support for gcc4, 5 and 6 or greater
+ ubuntu install script: added support for ubuntu based OSes like Elementary.
/ use gold linker for faster linking

android

- removed support for eclipse
+ added full support for android studio
+ fixed ofxandroidsoundstream
+ ofxGPS - GPS addon for iOS & Android
+ full refactor of android lifecycle handling
+ refactor video grabber texture handling
+ Add support for OF_PIXELS_NV21 in android video grabber
+ Android orientation event
+ Update android to SDK 25 and NDK 15c
+ now includes project generator

ios

+ added experimental and optional support for GLKit
+ ofxGPS - GPS addon for iOS & Android
+ support for tvOS
+ GameController Support for iOS / tvOS
/ added ofxiOSCoreMotion and removed ofxiOSAccelerometer
/ ofxiOS - reset touches map before becoming visible (to clean junk that may be there from last time)
+ ofxiOSEventAdapter
/ iOS EAGLView - prevent flicker by synchronously drawing the first frame when starting animation
/ Fixes Update and Draw being called before Setup

vs

- removed support for vs2015
+ added support for vs2017

macos

/ fix for OS X OF_TTF_SANS default on 10.13 closes
/ macos PG is now signed
/ fix framebuffer/screen mouse mapping on HiDPi
/ fix dual-monitor-resolution issue and HiDpi
/ Fixes for OS X Template project with AppStore and Legacy Project Build Cycle.
/ Fix Xcode IEEE Fast Math Release Fast Math Error
/ MacOS: restore window title when restoring window
/ fix to make the post-compile script on Xcode not fail when copying libfmodex.dylib when the project is not in the standard path depth

msys2

/ install_dependencies fix to add path to environment variables correctly

emscripten

/ fix emscripten sound stream for the latest api changes

linux arm

/ Fallback to /dev/input/event* for uinput mouse and keyboard
/ Fixed opening of mouse and keyboard on RPi
/ Settings for EGLWindow were getting lost.

CI TESTS

+ added ccache on platforms that support it
+ all libraries / platforms building on ci servers through apothecary
+ testing all platforms
+ PG bulding on CI servers
+ added unit tests for certain functionalities

/ _ \ / _ \ / _
| | | | | () | | () | | | | | _, | > _ < | || | _ / / _ | () | ___/ () // () ___/

PLATFORM SPECIFIC

linux

  + add EL6 build support of install_dependencies.sh and install_codecs.sh

OF 0.9.8

change key

  • added
  • removed / modified


/ _ \ / _ \ |____ | | | | | | () | / / | | | | _, | / / | || | _ / / _ / / ___/ () // () /_/

PLATFORM SPECIFIC

linux

  / fixes for debian alpha testing install_dependencies.sh

qtcreator

  / fix some problems in msys2

OF 0.9.7

change key

      + added
      - removed
      / modified

PROJECT GENERATOR

/ Fixed a problem where PG included wouldn't run correctly on OSX Sierra

CORE

graphics

/ revert bug introduced in ofPixels getColor(int) in 0.9.5

PLATFORM SPECIFIC

linux

/ fixes for install_dependencies.sh

qtcreator

/ better detection for some libraries

/ _ \ / _ \ / / | | | | | () | / / | | | | _, | | '
| || | _ / / _ | () | _/ () // (_) _/

OF 0.9.6

change key

      + added
      - removed
      / modified

PROJECT GENERATOR

/ Fixed a problem where PG included wasn't compatible with 0.9.x anymore

PLATFORM SPECIFIC

ios

/ Disable TLS to avoid access to non-public symbols in appstore

linux

/ Fix some problems with install dependencies scripts in latest dsitributions

/ _ \ / _ \ | | | | | | | () | | | | | | | _, | |___
| || | _ / / _ ) | _/ () // () |___/

OF 0.9.5

change key

      + added
      - removed
      / modified

CORE

graphcis

/ ofPixels ported to use size_t so it supports higher image sizes
/ ofPixels fix for getColor(int)

PLATFORM SPECIFIC

osx

/ qtcreator: fixes not finding addons libs

linux

/ mk: fixes rtaudio in latest distributions
/ mk: show exact package if one is missing
/ ubuntu 16.10 requires recompiling all libraries
/ ttf: solve a crash when closing after using a file dialog

windows

/ qtcreator: fixes rtaudio

/ _ \ / _ \ | || | | | | | | () | | || | | | | | _, | |__ | | || | _ / / _ | | ___/ () // () |_|

OF 0.9.4

change key

      + added
      - removed
      / modified

CORE

types

/ ofParameterGroup: fix for clear not freeing the children weak_ptrs / ofParameter: clean invalid weak_ptr

PLATFORM SPECIFIC

osx

/ recompiled freeimage to fix support for 32bits
/ Change to not include QuickTime or QTKit files for 10.12
+ New AVFoundation grabber for OS X 10.12

linux

/ install_dependencies: add check to see if all packages are up to date
/ fix compatibility with qtcreator 4.1.0
/ fixes for serial in msys2 and linux

windows

/ fixes for msys2 with qtcreator
/ fixes for serial in msys2 and linux

ios

/ Fix to iOS examples which had missing Icon and Splash screen files.

/ _ \ / _ \ |___
| | | | | () | __) | | | | | _, | |__ < | || | _ / / _ ) | _/ () // () |___/

OF 0.9.3

change key

      + added
      - removed
      / modified

CORE

graphics

/ fixes for ofPixels move constructor and operator

gl

/ fix for ofSetColor as default material in fixed pipeline

PLATFORM SPECIFIC

msys2

/ FreeImage to freeimage dependencies fix

osx

/ remove data copy to bundle in osx default target
/ AVFoundation player fix for getPixels after unsuccessful movie load
/ fixes for window size on osx retina
/ FreeImage static libs recompiled to fix SSL errors #4812

linux

/ fixes for linux fullscreen in gnome shell, openbox and others

| _ | | _ | / __
| |/' | | || | `' / /' | /| | ___ | / / \ |/ / _ ./ / _ ./ /_ _/ ()_/ ()____/

OF 0.9.2

change key

      + added
      - removed
      / modified

CORE

graphics

/ ttf font size had wrong dpi

PLATFORM SPECIFIC

raspberry pi

/ fix makefiles

msys2

/ use poco from repositories to fix DNS error problem

      _              _             _
    / /\           / /\           / /\
   / /  \         / /  \         / /  \
  / / /\ \       / / /\ \       /_/ /\ \
 / / /\ \ \     /_/ /\ \ \      \_\/\ \ \
/_/ /  \ \ \    \ \ \_\ \ \          \ \ \
\ \ \   \ \ \    \ \/__\ \ \          \ \ \
 \ \ \   \ \ \    \_____\ \ \          \ \ \
  \ \ \___\ \ \   _      \ \ \   _    __\ \ \___
   \ \/____\ \ \ /\_\     \ \ \ /\_\ /___\_\/__/\
    \_________\/ \/_/      \_\/ \/_/ \_________\/

OF 0.9.1

change key

      + added
      - removed
      / modified

GENERAL

/ fix ofToDataPath on empty string (#4563)
+ Get allAddonExample to build in Travis CI (#4162)

CORE

app

/ fix 90 degree orientation in fullscreen (#4697)
/ save window position on OS X before going fullscreen (#4655)
/ fix retina window size (#4746)

3d

/ fix getMeshForIndices() (#4083)
/ better default lookup for ofNode (#4594, #4625)
/ Correct strides for vertices and indices in the 3d primitives since the updated resolution changes (#4218)
+ add ofNode example (#4667)

communication

events

gl

/ fix copying and moving ofFbo, ofShader, ofTexture, ofVboMesh (#4555)
/ fix fbo error messages on allocate (#2834)
/ fix state leak when recursively drawing MSAA fbos (#4102)
/ fix AVF video player on draw, by checking that textures are allocated before binding (#4743)

graphics

/ fix copying and moving ofImage, ofTrueTypeFont (#4555)
/ make width and height protected, access using getWidth() and getHeight() (#3831, #3973)
/ fix swapRG for float and short images (#4609)

math

projectGenerator

sound

types

+ Implement draw(x, y) with default width and height (#772)

utils

/ ofUtil: fix ofGetElapsedTimef being called every frame, now just called when needed (#4595)
/ ofFileUtils: fix relative path calculation in ofToDataPath (#4564, #4563, #4598)
/ ofThread: fix thread join (#4637)

video

/ fix crash when closing unused ofVideoGrabber (#4554)
/ now correctly shows when a video is loaded for AVF based players (#4737)
/ gst grabber: workaround for bad functioning drivers returning wrong fps (#4647)
/ ofAVFoundationVideoPlayer: simplified setVolume (#4669)
/ ofDirectShowPlayer: add support for all different RGB formats (#4679, #4679, #4707)

PLATFORM SPECIFIC

Emscripten

ofxiOS

Android

/ fix android swipe example (#4539)

Linux (incl. ARM)

/ fix compiling on Ubuntu, Linux Mint (#4550, #4546, #4543, #4342, #3687, #1902, #4550)
/ fix compiling on arm7 raspberry pi 2 (#4409, #4704, #4710, #4711)
/ fix GLES compilation (#4634)

Microsoft Windows

/ fix getPixels() for ofDirectShowPlayer (#4716)
/ fix setVolume for ofDirectShowPlayer (#3818)

OSX and iOS

/ fix for retina fullscreen pixel density calculations (#4699, #3733)
/ fix ofAVFoundationPlayer close-open issue (#4547)
/ update osx opencv (#4406, #4587, #4671, #4672)
/ apothecary: audit build scripts for osx/iOS (#4451)
/ fix install_name_tool and apple store compatability (#4479, #4615, #4622)
/ fix backgrounded app not being able to execute commands on the graphics hardware (#4544)
/ fix iOSNativeARCExample (#4606)
/ fix for Cannot find protocol declaration iOS UIViewControllerTransitionCoordinator (#4670)

CORE ADDONS

ofx3DModelLoader

ofxAssimpModelLoader

/ fix drawing wireframe and verts on assimp model (#4553)

ofxGui

/ ofxGui crashes ofTessellator::performTessellation with ofParameter<float> (#4717)

ofxiOSVideoPlayer

ofxKinect

ofxNetwork

/ fix TcpClient error handling (#3478, #4339, #4556)
/ implement tests for ofxUdpManager (#3656)

ofxOpenCV

/ fix apothecary build (#4576)

ofxSynth

ofxTCPManager

ofxUDPManager

/ fix timeouts in blocking mode (#4597)

ofxMultiTouch

PROJECT GENERATOR

/ fix overwriting iOS icons/images on project update (#4102) / apothecary: update formulas (#4588, #4620)


                             .----.
                           .   _   \
                          /  .' )   |
                         |   (_.    /
    .-''` ''-.            \     ,  /      .-''` ''-.
  .'          '.           `'-'/  /     .'          '.
 /              `      .-.    /  /     /              `
'                '     \  '--'  /     '                '
|         .-.    | ,.--.'-....-',.--. |         .-.    |
.        |   |   .//    \      //    \.        |   |   .
 .       '._.'  / \\    /      \\    / .       '._.'  /
  '._         .'   `'--'        `'--'   '._         .'
     '-....-'`                             '-....-'`

OF 0.9.0

change key

      + added
      - removed
      / modified

GENERAL

  • added a new Project Generator
  • added CODE_OF_CONDUCT.md based on the Contributor Covenant and Berlin Code of Conduct, iteratively refined through group discussion / code cleanup (fixed many typos, warnings, memleaks, implicit conversions, types, const-correctness, duplicated and missing definitions/functions, removed internal use of deprecated methods and unnecessary code)
  • move towards C++11
  • added automated (unit) testing on several OSes via travis-ci.org / updated third party libraries (Poco 1.6, Freetype 2.5.5, FreeImage 3.17, OpenSSL 1.01j)
  • higher precision and monotonic timers / documentation and many examples fixed/adjusted to new code base
  • QtCreator project files and wizard added
  • Apothecary received a lot of fixes and updates to adjust to the new codebase
  • Makefile enforces recompilation when flags change

CORE

app

/ setupOpenGL and ofApp___Window use ofWindowMode instead of int
/ fix exit callbacks to allow for calling of the destructors, and better signal handling
/ changed windowEntry event to mouseEntered/mouseExted, added these callbacks when registering for mouse events
+ clipboard supports UTF8
+ added scrollwheel support for GLFW
/ ofAppNoWindow refactored to remove unused methods
+ main loop can be set via ofSetMainLoop()
+ support for semantic versioning

3d

/ ofEasyCam: removes roll rotation when rotating inside the arcball
/ ofEasyCam: disables mouse events when moving ofxGui or other higher priority events
/ ofDrawGrid: arguments changed to ```float stepSize, size_t numberOfSteps``` instead of ```float scale, float ticks```
/ ofDrawGridPlane: arguments changed to ```float stepSize, size_t numberOfSteps``` instead of ```float scale, float ticks```
/ ofCamera: fix calculations on first frame or before first call to begin
+ ofCamera: orthograpic projection with coordinates relative to viewport
/ ofNode orbit now uses quaternions to avoid Gimball Lock
/ ofGraphics immediate mode style primitives renamed to ofDraw*

communication

/ ofArduino: added missing initializations
/ easyCam: zRot flipped correctly

events

+ added isEnabled() and size() to ofBaseEvent

gl

+ programmable lights and materials
+ new area light type on programmable renderer
+ separate model matrix
+ ofBufferObject wraps GL buffers for easy use, see compute shader
  and pixel buffer examples for usage
+ ofGetCurrentNormalMatrix
+ ofSetOpenGL(ES)Version, allows to set any specific GL version
+ ofTexture::enableMipmap() auto-generate mipmaps on load - for textures which support mipmaps (that's TEXTURE_2D textures loaded after ofDisableArbTex() )
+ ofTexture::generateMipmap() generate mipmap after a texture was loaded, if the texture target supports mipmaps (see above).
+ ofTexture::disableMipmap() disables auto-generation of mipmap for texture
- removed compressed mipmaps based on deprecated glu methods
- ofSetTextureWrap() : deprecated (use corresponding ofTexture member method)
- ofGetUsingCustomTextureWrap() : deprecated
- ofRestoreTextureWrap() : deprecated
- ofSetMinMagFilters() : deprecated (use corresponding ofTexture member method)
- ofGetUsingCustomMinMagFilters() : deprecated
- ofRestoreMinMagFilters() : deprecated
+ ofTexture::allocateAsBufferTexture(), a dedicated way to allocate ofTextures as Buffer Texture. Useful to pass large amounts of uniform data to shaders. See TextureBufferInstanceExample
+ ofShader: report offending lines on compiling errors
+ ofShader: setUniformMatrix now accepts an (optional) count parameter, so you can pass an array of matrices
+ ofGLUtils: better support for half float types
/ syntax change: getTextureReference() -> getTexture()
/ GPU optimisations giving the GPU driver more leverage to optimise drawing speed
/ ofVbo refector: ofVbo will, in programmable renderer, automatically recognise attribute locations 0, 1, 2, 3 as position, color, texture, normal attributes can be set using either using convenience methods e.g. `ofVbo::setTexCoordData(...)` or the more flexible `ofVbo::setAttributeData(ofShader::TEXCOORD_ATTRIBUTE, ...)` which allows for 3D texture coordinates.
/ Fix ofTexture::readToPixels for non RGBA or 4 aligned formats
/ Rename ofTextureData.glTypeInternal -> ofTextureDataData.glInternalFormat (this brings the parameter's name into sync with the OpenGL enum it represents)
/ Rename ofFbo::destroy -> clear to be consistent with other classes
+ added Data struct to ofMaterial
/ drawElements() now has an offset into the index buffer

graphics

+ ofTruetypeFont: kerning and better hinting and spacing
+ ofDrawBitmapString: can draw any type not only strings
/ ofImage: can load image via https
/ getPixelsRef() deprecated and getPixels() now returns ofPixels temporarily ofPixels auto casts to unsigned char* so old code is still compatible
/ ofPixels::getPixels() -> getData()
+ ofPixels support for YUV formats, the prefered allocation method changes from channels to ofPixelFormat like: pix.allocate(w,h,OF_PIXELS_RGB)
/ fixed ofSetBackgroundColor
/ added ofGetBackgroundColor and ofGetBackgroundAuto
- removed ofbBGColor and ofbBGClear
/ ofImage::loadImage() -> load()
/ ofImage::saveImage() -> save()
+ ofBeginSaveScreenAsSVG
/ ofPolyline::addVertexes changed to ofPolyline::addVertices
/ ofImage allows pixel color access via index
/ ellipse supported correctly in ofCairoRenderer

math

/ updated ofMath.h
+ ofVecXf based ofNoise functions

projectGenerator

/ moved apps & common code for PG to a separate repo
+ added a new app to replace the simple and legacy projectGenerators, using an HTML-based frontend built with electron
/ updated commandline PG with more features & better output, both for standalone use and to support the electron-based PG
+ added support for local addons outside the ../../../addons folder via the commandLine PG and the addons.make file
+ added templates for platform-specific configs, different OpenGL versions, etc
+ added scrolling feature for addons panel in legacy PG

sound

/ ofFmodSoundPlayer: fix for file handles not being closed
+ ofSoundBuffer class for encapsulating a buffer of raw samples (see new soundBufferExample)
+ ofSoundDevice class for representing sound i/o devices
+ ofSoundStream::getMatchingDevices() for finding sound devices by name and / or channel count
/ deprecated all ofBaseSoundInput/Output methods that do not take an ofSoundBuffer
/ ofSoundPlayer::getIsPlaying() changed to ::isPlaying()
- removed ofSoundStream::listDevices(), see ::getDeviceList() or ::printDeviceList()

types

+ ofRectangle: added `setSize` method.
+ ofRectangle: added `operator -` method.

utils

/ better timing in fps calculation
+ ofFpsCounter allows to easily meassure the fps of any element
+ ofTimer allows to create a precise periodic waitable timer
/ ofBuffer::getBinaryBuffer() -> getData()
+ ofThreadChannel introduced for easier multithreading
/ ofSerial::enumerateDevices() -> listDevices()
/ "ms" is now always 3 digits long when generating timestamps
- removed ofThreadLogger
+ more and better logging

video

/ gstreamer: fix memory leaks when closing a video element
+ gstreamer: support for YUV formats when using the programmable renderer using OF_PIXELS_NATIVE as pixel format will choose the fastest format
/ gstreamer: faster reload by default and optional asynchronous load
/ ofVideoPlayer::loadMovie() -> load()
/ ofVideoGrabber::initGrabber() -> setup()
/ AVFoundation player is now the default for OS X 10.8+
+ AVFoundation player now has a loadAsync for asynchronous video loading
/ DirectShow video player is now default for Microsoft Windows
/ Replaced deprecated methods in ofAVFoundationPlayer
+ test for player during initialization

PLATFORM SPECIFIC

Emscripten

+ new platform!
/ Raspberry Pi 2 is now default ARMv7 variant

ofxiOS

+ Xcode 6.0 updates
+ deployment target moved up to iOS 5.1.1
+ iOS ARM64 C++11 support
/ tab-indentation specified in the openFrameworks Xcode project (ofApp is still user-specified)
/ AVSoundPlayer now uses shared audio session to better cooperate with AVFoundationVideoPlayer
/ no longer calling ofReloadGLResources in ofxiOS
+ ofxiOSKeybaord exposes UITextField
+ added ofAppiOSWindow::Settings for controlling the app settings
/ replaced ofPtr with shared_ptr in ofxiOSVideoGrabber
- removed old target checks
+ adjusted scale factor for iPhone6 and iPhone6+
+ added simulator support iPhones
+ hint at using SDK 5.0 or later

Android

+ fix camera stretching artifacts experienced on some devices when using 16:9 aspect ratios
+ support for Android Studio
+ remove support for ARM5 since no devices seem to have that cpu anymore and it was problematic with certain libraries
- removed statistics and globals
+ added multiwindow and touch support
+ added helper method ofCallStaticVoidJavaMethod()
/ better handling of video when app is paused
/ getTextureReference() refactored to getTexture()
+ added gradle.properties file

Linux (incl. ARM)

+ allow passing -j<num_jobs> to compileOF.sh for parallel compilation
/ native package managers handle OpenCV libraries
/ adjusted Makefile for Raspberry Pi 2

Microsoft Windows

+ activated high precision timing to fix inaccurate fps calculations
/ multiprocessor compilation enabled by default
/ added support for Visual Studio 2015 and Windows 10

OSX and iOS

/ moved ofApp system framework dependencies from Xcode project to CoreOF.xcconfig
/ removed GLUT from project template, see libs/glut/lib/osx if you need GLUT
/ tab-indentation specified in the openFrameworks Xcode project (ofApp is still user-specified)
/ use robocopy instead of xcopy in the post-build step to minimize file transfers
+ 10.8+ support
/ empty clipboard doesn’t crash anymore
/ compilation via Makefile also works without Xcode
/ unified AVFoundation video player

CORE ADDONS

ofx3DModelLoader

- removed as it was using some really old gl calls and ofxAssimpModelLoader already loads 3D studio models

ofxAssimpModelLoader

/ Updated to assimp 3

ofxGui

+ extendent ofxBaseGui

ofxiOSVideoPlayer

/ API update
/ ofxButton::valueChanged() includes sender

ofxKinect

/ Bugfix for kinects not keeping their IDs when using multiple kinects
+ 64bit updates for Microsoft Windows

ofxNetwork

+ peek() to look into sockets

ofxOpenCV

/ updated ofxCvHaarFinder to not use textures on internal image objects, allowing for usage within threads.
/ removed OpenCV binary libraries, installation moved to Linux package managers
/ OpenCV updated to 2.4.9

ofxSynth

- Removed, see ofxMaxim for a replacement (https://github.com/micknoise/Maximilian)

ofxTCPManager

+ timeout after 5 seconds by default
/ using std mutexes to lock

ofxUDPManager

/ updated error logging

ofxMultiTouch

- Removed - functionality provided by core events

PROJECT GENERATOR

  • Added scroll feature in the Addons part of the (full) Project Generator

  .oooo.        .ooooo.             .o
 d8P'`Y8b      d88'   `8.         .d88
888    888     Y88..  .8'       .d'888
888    888      `88888b.      .d'  888
888    888     .8'  ``88b     88ooo888oo
`88b  d88' .o. `8.   .88P .o.      888
 `Y8bd8P'  Y8P  `boood8'  Y8P     o888o

OF 0.8.4

change key

      + added
      - removed
      / modified

PLATFORM SPECIFIC

###OSX / Fixes for xcode 6

###RPI / Fixes install_dependencies and makefiles


  .oooo.        .ooooo.         .oooo.
 d8P'`Y8b      d88'   `8.     .dP""Y88b
888    888     Y88..  .8'           ]8P'
888    888      `88888b.          <88b.
888    888     .8'  ``88b          `88b.
`88b  d88' .o. `8.   .88P .o. o.   .88P
 `Y8bd8P'  Y8P  `boood8'  Y8P `8bd88P'

OF 0.8.3

change key

  + added
  - removed
  / modified

PLATFORM SPECIFIC

###OSX / ofAppGLFWWindow: Drag drop files were coming in empty

Windows

/ ofAppGLFWWindow: Drag drop files were coming in empty

CORE ADDONS

ofxKinect

/ small fixes for CodeBlocks compilation on Windows

  .oooo.        .ooooo.         .oooo.
 d8P'`Y8b      d88'   `8.     .dP""Y88b
888    888     Y88..  .8'           ]8P'
888    888      `88888b.          .d8P'
888    888     .8'  ``88b       .dP'
`88b  d88' .o. `8.   .88P .o. .oP     .o
 `Y8bd8P'  Y8P  `boood8'  Y8P 8888888888

OF 0.8.2

change key

  + added
  - removed
  / modified

CORE

3d

/ fix of3DPrimitive copy constructor not copying node

app

+ ofAppEGLWindow added new methods hasMouse()/hasKeyboard() to provide info on whether mouse/keyboard were detected
+ ofAppEGLWindow has new method setThreadTimeout allowing adjustable wait time for the thread to join
/ ofAppGLFWWindow: fix key mappings on non english keyboards
/ ofAppGLFWWindow: Cleaner exit code for GLFW based apps.
/ ofAppGLFWWindow: fixes for better Retina support.
/ Updated GLFW to latest master branch
/ ofAppGLFWWindow: added patch to handle special keys and cases.
/ ofAppGLFWWindow: better support for non-english keyboards.
/ ofAppGLFWWindow: small bugfix for GLFW drag drop callback for retina screens. Closes
/ ofSystem bugfix for successive calls. Now uses pclose instead of fclose.

events

+ fix ofSetFrameRate to be more accurate
+ add keycode, scancode and unicode codepoint to ofKeyEventArgs

gl

+ ofFbo: added new method to attach an external texture
+ ofFbo: fix regression on min/max filter settings

Graphics

/ ofImage: convert format when loading different image types
/ Fix ofSetupPerspective not using passed width and height
/ of3DPrimitives: fix copy constructor

Math

/ fix ofQuaternion setOrientation and getEulerOrientation
/ ofMatrix: add case to catch invalid matrix queries
+ ofGetCurrentOrientationMatrix(): query current orientation matrix state (supported by ofGLProgrammableRenderer, ofGLRenderer)

Utils

/ ofThread now uses Class name for logging channel (was thread name)
/ ofURLFileLoader: better shutdown, don't shutdown if it wasn't initialized + wait thread
/ ofXml: fixes crash on empty document
/ ofSystem: fix for second and later calls failing
+ ofThread argument for tryJoin time.
/ ofThread overall, documentation and example fixes
/ ofThread change to infinite wait.
/ ofParameterGroup: fix to allow nested ofParameterGroups
/ ofParameterGroup: memory leak fix
/ ofThread: detach thread on stop if it's not being waited.
/ ofParameter(Group) fix polymorphism on parameter groups

PLATFORM SPECIFIC

Android

/ fix package generation, was missing paths.make
/ fix 32 bits ndk path
/ update project files to latest SDK/ADT (20140321)
/ fixed shader in shader example
/ disable x86 in assimp and opencv examples
/ shader and assimp examples reload gl resources when the app resumes

iOS

+ implement setSpeed() for video player
+ ofxiOSGetDeviceInfo for querying major / minor versions, device type and device string
+ move to cleaner NSAutoreleasePool for iOS projects.
/ iOS-VideoGrabber memory related fixes
/ ofxiOSVideoPlayer: setSpeed functionality.
+ ofxiOSSoundPlayer: added getAVSoundPlayer() method
/ bugfix for ofxiOSImagePicker crashing on exit.
/ ofxiOSImagePicker: switch to using ofPixels.

Linux

/ video: fixes for videos which pixels have padding
/ video: close pipeline properly by sending and waiting for EOS event
/ system: fix dialog boxes
/ install & make: detect and use gtk 3 instead of 2 if it's available

###OSX / Reduce warnings on OSX / ofxOsc: Fix for issue with UDP multicast socket on OSX.

Windows

/ ofAppGLFWWindow: Correct fullscreen multi monitor display on Windows

CORE ADDONS

ofxAssimpModelLoader

/ fix to be able to put loaders on vectors
/ use shared_ptr for assimp scene

ofxGui

+ ofxSlider: added get/setMin/Max
/ ofxGui: fixed for mouse registration issues with ofxGui. ofxPanel was registering for mouse events 3 times on setup! - ofxButton was registering for events in setup and registering again in the destructor. - ofxSlider was never unregistering mouse events.

ofxKinect

/ bugfix to fix Kinect not being able to re-open if device was not correctly shutdown.
/ bugfix for Kinect IR image crashing. Now sets the correct image sizes.

ofxNetwork

/ fix port reuse on osx

ofxOsc

+ added blob support. ability to send ofBuffers as blobs. Note: max data size limited by network buffer sizes.

OF 0.8.1

change key

  + added
  - removed
  / modified

_____/\\\\\\\______________/\\\\\\\\\_______________/\\\_
 ___/\\\/////\\\__________/\\\///////\\\_________/\\\\\\\_
  __/\\\____\//\\\________\/\\\_____\/\\\________\/////\\\_
   _\/\\\_____\/\\\________\///\\\\\\\\\/_____________\/\\\_
    _\/\\\_____\/\\\_________/\\\///////\\\____________\/\\\_
     _\/\\\_____\/\\\________/\\\______\//\\\___________\/\\\_
      _\//\\\____/\\\________\//\\\______/\\\____________\/\\\_
       __\///\\\\\\\/____/\\\__\///\\\\\\\\\/____/\\\_____\/\\\_
        ____\///////_____\///_____\/////////_____\///______\///_

MAJOR CHANGES

/ "testApp" changed to "ofApp" everywhere.

DEPRECATIONS & REMOVALS

- ofxOpenCv: removed deprecated ofxCvMain.h. Use ofxOpenCv.h instead.

CORE

3d

+ ofGetCurrentMatrix() - returns current OpenGL matrix state (modelView-, projection- or textureMatrix) for ofGLProgrammableRenderer, ofGLRenderer.

App

/ updated GLFW to latest master (20131204)
- delete temporary buffer in ofAppGlutWindow
+ GLFW now detects when an OF app has been launched as Retina
/ Fixed unset variables in ofMouseEventArgs
- remove early, unnecessary ESC check
/ ofxAppEGLWindow fix

Communication

/ use binary mode (don't convert breaklines)

Events

Graphics

/ ofCairoRenderer: fix for moveTo when drawing ofPaths
/ ofDrawBox: on wireframe mode was recreating vertices on every call
/ fix ofImageType retrieval issue in ofTexture.readToPixels()
+ ofColor: added setHueAngle and getHueAngle
/ Fix for (ofColor == and != operators ignoring alpha)

Math

    / ofMatrix3x3: fix incorrect multiplication
+ Added read-only access to current Matrix Stack
/ fix critical ModelViewMatrix issue when ofFbo::begin(setupScreen==false)

GL

/ ofMaterial: fixed back emmisive material
/ Fix point sprites in openGL 3+
    / ofShader: #pragma include directive can now deal with relative paths for include files
/ Fix for mesh resolution parameters
/ Fix for the drawing of ofDrawArrow
/ fix critical issue w/ ofVbo shallow copies (custom attributes)
    / ofVbo custom attribute stride
    / fix ofShader include path behaviour
/ Modify ofVbo bind method to allow 2d vertices
/ Enabling GL_PROGRAM_POINT_SIZE in ofGLProgrammableRenderer
- remove setName from ofMesh
/ Assign allocated flag to true after allocating offscreenGWorldPixels
/ Fix gl programmable renderer of draw axis
/ fixed ofMaterial for opengl ES1
/ check if currentShader exists - prevents segfault
/ add more sophisticated openGL capability checks
+ displacement map example

Sound

Types

Utils

+ ofXml(const& string) constructor added
/ Fixed loadDialogBrowseCallback to return UNICODE string
/ ofXml addressing seg errors when clearing
/ tiny log fix in ofSerial
+ ofXml get attribute to work with paths && non-paths

Video

PLATFORM SPECIFIC

Android

/ fix for texture reload
/ change to work with NDK r9b by default
/ zip uncompress moved to java
/ several fixes in pause / resume workflow
/ fix camera not working on some devices + use external texture, should be faster
/ camera: add recording hint for fastest fps on newest devices
+ support for x86
/ Android building script error when building from Windows
/ Bug fixed, Compile error in ofxAndroidSoundPlayer

Mac OS X

/ tr1/memory compile issue on OS X 10.9
/ use cc.openframeworks.ofapp as identifier on osx
/ ES3 + xcode5 fix for missing GL_STENCIL_INDEX

iOS

/ iOSVideoGrabber memory leak fixes
/ iOS Example Fixes
+ added iosStoryboardExample
/ iOS-Storyboard Example Fix for <iOS7
/ Fix iOS SoundEngine memory leak
/ Use correct audio category for routing audio to speaker
+ Enabled pointsprites for OpenGLES
/ ofxiOSUIImageToOFTexture fix inside ofxiOSExtras
/ fixed depth issue with ios assimp example
/ texture cache fix for ofxiOSVideoPlayer
/ ios movie player example fix
/ ios feature for getting / setting clipboard string

Linux

/ alsa as default instead of pulseaudio lower latency
/ makefile fixes for better eclipse parsing
/ videoplayer: fix alpha formats for gstreamer 0.10
+ install_dependencies installs libusb so ofxKinect compiles
- removed portaudio soundstream and all dependencies
/ Fix install_dependencies.sh for Fedora
/ project generator simple/linux: compile in release mode instead of debug

Windows

/ fixed disable vertical sync through update in glfw
/ fix for ofGetFrameRate() going to infinity at high fps on windows
/ replaced poco 1.4.6 libs with 1.4.3p libs for vs2012
/ Changes to ofGstVideo files to compile with 0.10 gstreamer and fixup file names in Win32
/ Improve Dialog Win32

Linux Arm

/ Fbo with ofClear now works properly
/ Fbo/Shader behavior now consistent with other platforms (can be used in update and draw)
/ Shaders used in draw() no longer cause GL Errors and corrupt display

CORE ADDONS

ofxAssimpModelLoader

/ Remove ofMesh setName() in ofxAssimpModelLoader

ofxKinect

+ Support for k4w and 1473 kinect with motor / accel / led control
/ Bugfix for disconnecting 1473 and K4W devices on OS X
/ Fixes typo in ofxCvImage that broke getRoiPixelsRef
+ added Windows driver install info to kinectExample header

ofxGui

+ added ofParameter in the setup routine of ofxGuiGroup

PROJECT GENERATOR

/ PG recompiled against 0.8.1
+ retina enabled for OSX
+ added support for adding frameworks on OSX

EXAMPLES


                   ,---.-,
                  '   ,'  '.
    ,----..      /   /      \       ,----..
   /   /   \    .   ;  ,/.  :      /   /   \
  /   .     :   '   |  | :  ;     /   .     :
 .   /   ;.  \  '   |  ./   :    .   /   ;.  \
.   ;   /  ` ;  |   :       ,   .   ;   /  ` ;
;   |  ; \ ; |   \   \     /    ;   |  ; \ ; |
|   :  | ; | '    ;   ,   '\    |   :  | ; | '
.   |  ' ' ' :   /   /      \   .   |  ' ' ' :
'   ;  \; /  |  .   ;  ,/.  :   '   ;  \; /  |
 \   \  ',  /__ '   |  | :  ; ___\   \  ',  /
  ;   :    /  .\'   |  ./   :/  .\;   :    /
   \   \ .'\  ; |   :      / \  ; |\   \ .'
    `---`   `--" \   \   .'   `--"  `---`

OF 0.8.0

change key

  + added
  - removed
  / modified

MAJOR CHANGES

+ programmable GL renderer (ability to use OpenGL 3+ / GLES 2.0)
 linux support for ARM devices (e.g. Raspberry Pi)
+ ofXml, a full xml parser. NOTE: ofXML is still in development, more convenience functions will be added in future releases.
+ ofParameter, allows for datatypes to have names, default values and ranges, check out the examples!
+ 4x anti-aliasing is now on by default (osx/linux/win)
+ ofxKinect and ofxGui as core addons
+ new module-based logging system
+ apps now get special keys, shift/super/alt/ctrl etc
+ debug and release icons for all apps
+ textures and text are now correctly flipped when in ofCamera view. NOTE: this might mean that some projects which are manually flipping textures might see those textures inverted
+ orientation affects ofCamera. NOTE: old projects correcting this manually will break.
+ OpenGL ES 2.0 support on ofxiOS
+ support for Visual Studio 2012 (drop support for earlier VS versions)
/ changed default window manager from GLUT to GLFW
/ vsync and alpha blending now on by default
/ new documentation structure and now written in Markdown
/ ofxiPhone completely renamed to ofxiOS

DEPRECATIONS & REMOVALS

removed functions which were deprecated in 0072:

- ofVec*f::squareLength()
- ofVideoGrabber::grabFrame()
- ofVideoPlayer::idleMovie()
- ofPolyline::addVertexes
- ofGraphics: ofVertexes and ofCurveVertexes
- ofQTKitPlayer::bind() and ofQTKitPlayer::unbind()
- ofAppiPhoneWindow::enableRetinaSupport(), isRetinaSupported(), isDepthEnabled()

deprecated in this release:

/ ofBox, ofCone, ofSphere deprecated in favour of ofDrawBox and ofDrawSphere
/ ofxiPhoneSetOrientation and ofxiPhoneGetOrientation -> ofSet/GetOrientation
/ ofxOpenALSoundPlayer
/ ofSetupScreenPerspective(), ofSetupScreenOrtho() don't accept orientation and vflip parameters anymore, use ofSetOrientation() to specify them
/ ofPath::set/getArcResolution -> set/getCircleResolution

CORE

3d

of3dPrimitive
            + ofPlanePrimitive
            + ofSpherePrimitive
            + ofIcoSpherePrimitive
            + ofCylinderPrimitive
            + ofConePrimitive
            + ofBoxPrimitive

ofMesh
            + ofMesh::setColorForIndices( int startIndex, int endIndex, ofColor color )
            + ofMesh::getMeshForIndices( int startIndex, int endIndex, int startVertIndex, int endVertIndex );
            + ofMesh::mergeDuplicateVertices()
            + vector<ofMeshFace> & ofMesh::getUniqueFaces()
            + vector<ofVec3f> ofMesh::getFaceNormals( bool perVertex )
            + ofMesh::setFromTriangles( const vector<ofMeshFace>& tris, bool bUseFaceNormal )
            + smoothNormals( float angle )
            + get meshes for primitives: plane, sphere, icosphere, cylinder, cone, box
            + ofMeshFace class with additional functions like getFaceNormal()
            / fixed bug where it was assumed the count of vertices / normals / indices / colours / texCoords was the same


ofNode
            / ofNode::setParent() and clearParent() now accept a flag which allow nodes to maintain their global position

    ofCamera
        + ofCamera::setVFlipped/ofCamera::isVFlipped

App

    + ofAppGLFWWindow::setMultiDisplayFullscreen(bool)
    + ofEnable/DisableAntiAliasing that works at runtime
    + ofGetOrientation() and ofSetOrientation()
    + OF_KEY_TAB
    / fixed bug where ofAppGlutWindow in fullscreen would report incorrect window size on the first frame

Communication

    + HTTPS support

Events

    + ofAddListener now has an optional param for listener priority
    + event listeners can now return a bool to indicate whether an event should be marked as attended
    + support for modificator keys: control, alt and shift (only glfw)

Graphics

of3DGraphics
            + normalized texture coords by default
            + added get / set functions for setting resolutions for new primitives
            + ofDrawPlane
            + ofDrawIcoSphere
            + ofDrawCylinder
            + ofDrawCone
            / functions like ofBox and ofSphere merged into of3dGraphics

ofPolyline
            + resample a single point anywhere along an ofPolyline
            + cache and get normals, lengths, curvature, and rotation vector at any point
            + find the nearest index at a given length along the path
            + insert a vertex at any given point
            + required utils and mods to make the above possible

ofTrueTypeFont
            + support for iso8859-1 on utf-8 encoded files
            + loading of system fonts by name
            + defaults for system fonts (OF_TTF_SANS, OF_TTF_SERIF and OF_TTF_MONO)

    + ofGetBackground()
    + ofColor::blueSteel
    + ofShortPixelsRef and ofFloatPixelsRef
    + ofPixels::setColor(ofColor) and ofImage::setColor(ofColor)
    / ofColor fix for colors wrapping.
    / ofPath refactored to be easier to integrate into other graphics libraries
    / ofDrawBitmapStringHighlight now modifies less GL state
    / ofDrawBitmapString now properly interprets tabs
    / fixed bug where ofTrueTypeFont::drawStringAsShapes didn't respect spaceSize and letterSpacing
    / fixed getHex and setHex for ofFloatColor and ofShortColor
    / fixed infinite recursion bug in ofCairoRenderer::background(float)
    / ofBox, ofCone, ofSphere deprecated in favour of ofDrawBox and ofDrawSphere

Math

    + 1D interpolation functions: ofCosine|Cubic|Catmull|HermiteInterpolate
    + generic wrapping function float ofWrap(float value, float from, float to)
    / ofWrapDegrees, ofWrapRadians only wrap the new ofWrap, don't enforce a 360°/2Pi cycle anymore.
    / ofxVectorMath now included in core (as ofVectorMath)

GL

    + ability to draw instanced geometry using ofVbo::drawInstanced()
    + ofSetDepthTest(), ofEnableDepthTest(), ofDisableDepthTest()
    + ofEnableAntiAliasing() / ofDisableAntiAliasing(), to toggle antialiasing on runtime. NOTE: needs to be enabled in the window.
    + ofShader support for #pragma includes
    + ofVbo support for VAOs
    / ofVbo and ofVboMesh accessors marked const
    / ofTexture::loadData will now reallocate if necessary
    / fixed ofLight global position and orientation issues when parented
    / fixed some private members of the gl renderer not being initialized
    / fixed the logic of vflip, handedness and orientation

Sound

    + ofSoundStream: getters for sampleRate, bufferSize and numChannels

Types

    + ofScopedLock (typedef for Poco::FastMutex::ScopedLock)
    + ofBaseHasShortPixels and ofBaseShortImage
    / typedefs that create compilation errors in C++11 now avoided

Utils

    + ofGetVersionMajor(), ofGetVersionMinor(), ofGetVersionPatch()
    + ofSerial::isInitialized()
    / ofLog level & module header now more compact & readable, fixed bug where the default "OF" module was being printed to log files
    / ofFile now creates missing directories when saving
    / ofDirectory listings now properly interpret numerical file names (so "2.jpg" will show up before "10.jpg")
    / fixed bug where ofURLFileLoader wouldn't unlock mutex when request pool is empty
    / ofThread now waits during destructor, with a timeout of 10 seconds

Video

    / ofVideoGrabber::listDevices() now returns a vector<ofVideoDevice>

PLATFORM SPECIFIC

Android

    + support for choosing GLES renderer at runtime
    + ofxAndroidVibrator
    + ofxAndroidVideoPlayer
    / fixed bug where app width and height weren't set before calling setup()
    / fixed bug in onTouchMoved where historical event calls were being given incorrect arguments

Mac OS X

    + default app icons
    + makefile support
    / Xcode now shows more compilation warnings
    / template project file has been updated
    / file dialogs now resolve alias files

iOS

    + launch images and icons for iPhone5 and retina iPad
    + ofxiOSSoundStream::setMixWithOtherApps() allows other apps' sound to play in the background
    + ofiPhoneVideoPlayer::setFrame, getCurrentFrame, getTotalNumFrames, etc
    + option to enable hardware orientation in ofAppiOSWindow
    + ofxiOSSoundPlayer as default sound player (based on AVAudioPlayer)
    / ofxiPhone renamed to ofxiOS
    / ofxiPhoneSoundStream refactored and renamed to ofxiOSSoundStream
    / ofCamera now behaves correctly according to device orientation
    / app now unregisters for ofEvents on exit
    / external display mirror mode is now default
    / fixed some functions which were not properly returning BOOL
    / fixed bug where sound stream would not resume after interruptions
    / fixed bug where converting a UIImage to an ofImage would pull in a bit of garbage memory
    / ofxiOS-Info.plist no longer being copied into project bundle
    / deprecated ofxiPhoneSetOrientation and ofxiPhoneGetOrientation
    / deprecated ofxOpenALSoundPlayer

Linux

    / Add glfw3.0 for Linux 32bit
    + core support for armv6 and armv7
    + drag & drop is now supported on linux through glfw

Windows

    + Visual Studio 2012 support (drop support for earlier VS versions)
    + added ability to get current .exe path
    / ofSerial can now connect to COM ports higher than COM9
    / capitalized target names ("Debug" and "Release")
    / added "compile C as C++" flag for VS project template

CORE ADDONS

All addons

    - install.xml removed in favour of addons_config.mk

ofxKinect

    + isFrameNewVideo(), isFrameNewDepth()

ofxOpenCV

ofxAssimpModelLoader

    / loader now caches repeated textures
    / fixed crash where a scene is released while the application is exiting

ofxTCP

    / ofxTCPServer now thread-safe

ofxSvg

    / fixed bug where transform attribute was ignored
    / fixed bug where non-allocated memory was being free()d

ofxOsc

    / ofxOscMessage accessors marked const

ofxGui

    + added a new GUI addon using ofXml

PROJECT GENERATOR

project generator (simple)

    / fixed issue where xibs weren't being properly handled in iOS projects

EXAMPLES

All Platforms

    + gui examples, demonstrating ofParameter and ofxGui
    + vboMeshDrawInstanced demonstrates instanced drawing
    + 3DPrimitives example
    / many general bugfixes
    / many examples reworked to demonstrate better threading practices

Android

    + ofxGui example
    / all examples now have WRITE_EXTERNAL_STORAGE permission

iOS

    + ofxGui example
    - OpenAlExample

  .oooo.        ooooooooo           .o
 d8P'`Y8b      d"""""""8'         .d88
888    888           .8'        .d'888
888    888          .8'       .d'  888
888    888         .8'        88ooo888oo
`88b  d88' .o.    .8'     .o.      888
 `Y8bd8P'  Y8P   .8'      Y8P     o888o

OF 0.7.4

change key

  + added
  - removed
  / modified

MAJOR CHANGES

New Codeblocks (windows): For 0.7.4 we updated all core libraries to work against the new version of codeblocks, which itself uses a new version of GCC. Anyone using codeblocks on windows will need to update to 12.11, because these libraries will not work with older versions of codeblocks.

System Libraries (linux): Linux now uses some system libraries instead of including them in the core. Please ensure you have installed the system dependencies for your OS. You can install the system dependencies by executing the install_dependencies.sh script in $OF_ROOT/scripts/linux/DISTRO/install_dependencies.sh, where DISTRO is your running linux distribution. Currently OF has install scripts for Debian, Ubuntu, ArchLinux, and Fedora.

New versioning system: From now on, OF version are numbered Major.Minor.Patch (e.g. 0.7.4). See Utils section and readme.md for details.

DEPRECATIONS & REMOVALS

  • removed OF_USING_POCO conditionals
  • support for Codeblocks version 10.04 on windows
  • removed portaudio and freetype libraries. Linux now uses some system libraries. Please ensure you have installed the system dependencies.

CORE

3d

ofCamera
    + added getForceAspectRatio() and getAspectRatio()
    - dependencies with glu, openGL
    / fix const correctness
    / fixed worldToScreen() bug
    / lens offset

ofEasyCam
    / setPosition fix

ofMesh
    / fixed load and save type mismatch
    / fixed ofMesh.load() to load Normals

3DModelBuilder
    / to work with OpenGL ES

App

No Updates

Communication

No Updates

Events

+ added void events (events that can be listened to from a method without arguments)
- removed OF_USING_POCO conditionals

Graphics

ofTrueTypeFont
   / fixed out-of-bounds access in string display functions
   / fixed getStringAsPoints() when using full character set

ofColor
   + css3-style colors (ofColor::mediumAquaMarine, ofColor::lightSkyBlue, etc.)

ofPath
    + added ofCurveVertex(x, y, z) overload

Math

No Updates

GL

No Updates

Sound

No Updates

Types

No Updates

Utils

+ added ofToDouble()
+ added Android and iOS functionality to ofLaunchBrowser
/ ofGetVersionInfo() now returns only the version string.

ofBuffer
    + added append()

ofConstants
    + added #include <cfloat>
    / The OF_VERSION* defines have been changed for the new version system.

Video

ofGstVideoGrabber
    + included support for PREFER_RGB_OVER_YUV and PREFER_NON_COMPRESSED
    / updated gstreamer player/grabber to be compatible with gstreamer 1.0

PLATFORM SPECIFIC

Android

+ added ofxAndroidLaunchBrowser(String url)to ofxAndroidUtils
+ added parent OFActivity class
+ added wifi multicast lock
+ added unloadTextures() to ofxAndroidApp

/ fixed getPan() and multiplay resume in ofxAndroidSoundPlayer
/ exposed getRealExternalStorageDirectory() as a public method
/ changed dataPath location to use Android standards
/ updated to Android SDK 21 and NDK r8d
/ updated eclipse project to use default run method instead of AndroidInstall target
/ fixed windows platform detection
/ added ability to choose arm targets through config.make
/ updates to the accelerometer units
/ updated readme file to reflect latest changes in Eclipse setup

ofImage
    / register images on load

Mac OS X

/ ofQTKitVideoGrabber now uses BGRA with BGRA to RGB blitting for fast capture.

iOS

ofImage
    / register images on load

Linux

- removed portaudio and freetype libraries

Windows

+ codeblocks 12.11 support (drop support for earlier CB versions)
/ fixed grayscale image on windows
/ fixed microsecond timer overflow

CORE ADDONS

ofxOpenCV

/ fixed broken hole detection in CV contour finder
/ applied patch for opencv bug (http://code.opencv.org/issues/1643)

ofxOpenALSoundPlayer

/ fixed static ofMutex issue in ofxOpenALSoundPlayer

ofxAssimpModelLoader

/ Assimp makeover
/ aiNode bugfix

ofxTCP

+ adds rawMsg send and receive
/ fixes tcp close

ofxSvg

/ several bugfixes for ofxSvg

PROJECT GENERATOR

project generator (simple)

/ updated the git submodule and gitignore for develop branch
/ fix project generator on Linux

EXAMPLES

All Platforms

+ added simpleEventsExample
+ added graphics/colorExtended example
/ fixed GPUparticleSystemExample unexpected behavior
/ added missing baud variable to communication/serialExample
/ updated firmataExample and fontShapesExample to use ofBaseApp instead of ofSimpleApp

Android

+ androidAccelerometerExample
+ android3DModelLoaderExample
/ updated android examples to use ofxAndroidApp instead of ofBaseApp

      .oooo.     .oooo.    ooooooooo   .oooo.
     d8P'`Y8b   d8P'`Y8b  d"""""""8' .dP""Y88b
    888    888 888    888       .8'        ]8P'
    888    888 888    888      .8'       <88b.
    888    888 888    888     .8'         `88b.
    `88b  d88' `88b  d88'    .8'     o.   .88P
     `Y8bd8P'   `Y8bd8P'    .8'      `8bd88P'

OF 0073

change key

+ added
- removed
/ modified

/ ofGetElapsedTimef() no longer wraps after ~71 minutes, which was a bug introduced with 0072. ofGetElapsedTimeMicros() previously also wrapped after ~71 minutes, and this has been fixed as well. / fixed broken pause and other fixes in ofVideoPlayer on OSX / fixes to AndroidVideoGrabber / Android empty example inherits from ofxAndroidApp + adds android methods

  • auto register android touch events
  • ofMultMatrix(), ofLoadMatrix(), ofLoadIdentityMatrix()

      .oooo.     .oooo.    ooooooooo   .oooo.
     d8P'`Y8b   d8P'`Y8b  d"""""""8' .dP""Y88b
    888    888 888    888       .8'        ]8P'
    888    888 888    888      .8'       .d8P'
    888    888 888    888     .8'      .dP'
    `88b  d88' `88b  d88'    .8'     .oP     .o
     `Y8bd8P'   `Y8bd8P'    .8'      8888888888

OF 0072

change key

+ added
- removed
/ modified

DEPRECATIONS & REMOVALS

Deprecations (will be removed in a future release, replacements noted after --->)

/ ofVec*f: squareLength() ---> lengthSquared()
/ ofVideoGrabber: grabFrame() ---> update()
/ ofVideoPlayer: idleMovie() ---> update()
/ ofPolyline: addVertexes() ---> addVertices()

ofGraphics
    / ofVertexes() ---> ofVertices()
    / ofCurveVertexes() ---> ofCurveVertices()

ofQTKitPlayer
    / bind() ---> getTexture()->bind()
    / unbind() ---> getTexture()->unbind()

ofAppiPhoneWindow
    / enableRetinaSupport() ---> enableRetina()
    / isRetinaSupported() ---> isRetinaSupportedOnDevice()
    / isDepthEnabled() ---> isDepthBufferEnabled()

Removals (have been deprecated previously, their functionality has been migrated to the OF core)

- ofxDirList ---> ofFileUtils: ofFile, ofFilePath, ofDirectory, etc
- ofxThread ---> ofThread
- ofxVectorMath ---> ofVectorMath: ofVec2f, ofVec3f, etc

CORE

/ fixed lots of compilation warnings in the core library

3d

/ ofMaterial fixed incorrect storing / restoring of shininess

ofEasyCam
    + enable/disable/get now uses middle mouse button for translation, activated by default
    + added set/get translation key, pressing this key and dragging with the left mouse button
       will translate the camera instead of rotating
    - removed mouseEvent listener methods
    / underlying math rewritten for readability, efficiency, & reliability
    / fixed strange or erratic behaviour and blocked rotation
    / setTarget now behaves as expected
    / fixed camera movement before dragging
    / updated rotation interactions to rotate over all three axes, rotation over the X or Y axes is
      achieved by starting to drag inside a circle with it's diameter set to the minimum between
      the viewport width and height, when the drag starts outside this circle Z axis rotation is achieved

ofMesh
    / convert all index types from int to ofIndexType
    / fixes to multiLightExample

ofNode:
    + missing implementation for rotateAround()
    + added getGlobalScale()

App

/ ofGetElapsedTimeMillis() now returns an unsigned long

Communication

+ added ofSerial speed: 230400

Events

/ ofNotifyMousePressed() wasn't updating currentMouseX and currentMouseY
/ ofEvents: const parameters in events can be notifed by passing a value directly

Graphics

+ added ofClear(ofColor c)
+ added ofRectRounded functions, bring on the lawsuit APPL ...
/ fixed anti-aliasing issue when auto background set to false
/ ofFloatImage and ofShortImage display correctly again
/ ofDrawBitmapString(): default style changed to be backwards compatible with pre-007
/ ofDrawBitmapString(): fixed drawing in simple mode, and drawing with alpha enabled
/ ofDrawBitmapString(): fixed rendering to FBOs (i.e. upside-down inside FBO)
/ ofGstUtils: several fixes for network streams and performance

ofCairoRenderer
    + added support for rendering to a png
    / now sets current style every frame since Cairo wasn't preserving the style
    / now gueses type from file extension and renders to memory
    / fixed broken Z-rotation when called with ofRotate(X,0,0,1)
    / use ofSaveImage() to save image buffers instead of Cairo png

ofImage
    / saveImage() now flattens color channels (4 to 3) when saving a jpeg
    / fixed memcpy bug in getBmpFromPixels()
    / update() rewritten to use ofGetGlInternalFormat so ofImage can handle short and float images

ofPolyline
    + added fromRectangle()
    / getBoundingBox() is now const

ofTrueTypeFont
    / make font rendering whitespace and printable character width the same

Math

/ ofPoint & ofVec*f: fixed myVec = float only assigning to the x value,
  now prints an error message to help track down bugs, you should now use myVec.set(float)
  instead to set all three values to the same float value
/ all instances of functions named *Vertexes have been changed to *Vertices
/ ofVec3f: removed default argument for z component in 3 value constructor

OpenGL

- removed unused ofCheckGLTypesEqual(int, int)
/ ofLight::customDraw(): fixed bug

ofFbo:
    / fixed FBO error when trying to retain depth texture
    / cleanup and bugfixes for both iOS and desktop
    / fixed bug where ofFbo was broken on systems that did not support MSAA

ofTexture
    + added setUseExternalTextureID for setting external Texture ID which will not be released by ofTexture,
       was causing crashes for people trying to use external texture ids
    / can now read to pixels from depth buffers
    / added depth texture to image type support for OpenGL ES

ofVboMesh
    + added enabled/disable of flags for colors, texCoords, indices, & normals
    / fixed problem when changing size to 0
    / fixed clearing of vbo buffers when mesh is reallocated to 0

Sound

/ setPan() now works consistently (range is -1..1) over all objects that use sound
/ ofOpenALSoundPlayer: fix for stopThread with no arguments
/ ofSoundPlayer::loadSound() now properly returns a bool when it succeeds or fails

Types

 / ofPixels: fixes to channel count in OF_PIXELS_RGBA

ofRectangle
    + added getters and setters for x , y, width, & height
    + added methods for working with lines, translation, & scaling
    + edge x/y locations can now be called by their "anchor" name (ofAlignHorz and ofAlignVert)
       using getHorzAnchor() and getVertAnchor()
    + calling standardize() on a given ofRectangle will adjust the x / y position to make both
       the width / height to greater than zero
    + added a + operator, which is equivalent to calling translate(ofPoint ...)
    - removed getAsPolyline() and growToInclude()
    / x & y vars are now references to an underlying ofPoint, you can get a reference to
      the underlying ofPoint via getPositionRef()

ofColor
    / fixes to reading from byte streams
    / fixes to setHsb for ofFloatColor and ofShortColor

Utils

+ added deprecation mechanism: compile-time warnings tell you if you are using legacy/old functions,
   alternatives are mentioned where appropriate
+ ofSystemTextDialog
+ ofToString: added float formatting args
+ ofThread: added getter for poco thread
/ ofLog messages are significantly shorter
/ ofToDataPath() bugfixes
/ ofToString(value,int,int,char) now unambiguous
/ ofToHex(): fixed incorrect return value for non-ascii input
/ ofGetModifierPressed(): fixes to getting whether modifier keys are pressed
/ ofGetElapsedTimeMillis(): fixes to time counter functions, and increased accuracy
/ ofFileUtils: fixed comparison operators
/ ofThread: stopThread() fix
/ ofBuffer: set and operator= from string + append method
/ ofLaunchBrowser: now accepts https URLs
/ ofPtr: extended facade to allow for dynamic_pointer_cast

ofConstants
    + added ofAlignVert & ofAlignHorz enums based on Qt,
       could be combined into a single bit-wise combined alignment flag
    + added ofAspectRatioMode enum, describes how an aspect ratio is preserved (or not) during scaling operations,
       can be combined with ofAlignVert and ofAlignHorz to describe a rectangular scaling operation
    + added ofScaleMode enum, represents a set of common scaling modes where each scaling mode can also be
       described by a specific combination of ofAspectRatioMode, an ofAlignVert, and an ofAlignHorz
       making ofScaleMode makes common scaling operations less verbose

ofURLFileLoader
    / now catches all exceptions
    / fixed issue with ofRemoveRequest if ofURLFileLoader currently loading the request

Video

/ solved dropped frame bug on setFrame
/ fixed createMovieFromURL
/ fixed problem when reloading movies
/ fixed setTexture(true) (allocates texture if it wasn't already allocated)
/ fixes to GStreamer streaming and initialization, squash unnecessary re-init on stop

ofVideoPlayer
    + added functionality to load video from a URL
    + added movie path variable and getter
    / setVolume changed to take a float 0..1 with a warning message on out-of-range
    / updated to handle pixel formats more optimally

ofVideoGrabber
    / switched to 24RGB pixel format to avoid manual conversion
    / now allows up to 24 cameras on Windows

PLATFORM SPECIFIC

Android

+ ofSystemTextAlert: added android version
+ ofSoundPlayer: implemented multiplay and streaming
/ Makefile now includes ofVideoPlayer
/ Eclipse project: update android target to use Android toolchain
/ updated setPixelFormat and getPixelFormat
/ updated OpenCV library
/ no more modal dialogs, were causing problems with gui thread
/ ofSoundPlayer: resource usage and bug fixes
/ updates Hardware Key handling to use characters instead of keycodes

ofAndroidLib
    + added support for touchCancelled and swipe
    / updated to the latest Android SDK R20 and Android-NDK-R8B
    / updated minimum SDK level to 8 or Android 2.2
    / multitouch now supports 10+ pointers

ofxAndroid
    + added listAlert
    + added network alerts
    + added ofxAndroidEvents
    / no longer crashes on 4.0.4 and 4.1.1 devices
    / updates to fix paths to external storage
    / ofThread now registers pthreads through JNI

ofAppAndroidWindow
    / no longer crashes when returning from onPause()
    / fix for non-threaded mouse events
    / java side is already checking resume is not called on start

Mac OS X

/ OpenFrameworks now works "out of the box" on 10.7+ by using QTKit for video grabbing & playback,
/ If compiling with the 10.6 SDK, the old Quicktime framework based players and grabbers are still included
ofVideoPlayer
    / uses Core Video and QTKit internally
    + added support for getCurrentFrame() and setFrame() on videos with non-static framerates
    + added support for more codecs through QTKit framework
    + added support for direct-to-texture video rendering
    + added option to enabled asynchronous seeking for non-blocking calls to setFrame()
ofVideoGrabber
    / uses Core Video and QTKit internally
    + added ability to record videos to disk
    + added support supports a wider range of video inputs, for example HDV over FireWire
    - removed video setting dialog for 10.7+

iOS

+ fixed/added antialiasing for iOS
+ added ofxiPhoneGetGLParentView() for accessing the GLView parent UIView,
   this is now where other UIViews should be added to (was ofxiPhoneGetUIWindow()),
   also fixes a bug where the native video player was not displaying correctly on first load
+ added EAGLViewDelegate for getting state updates from EAGLView, also added a destroy method
+ added ofxiOSExtensions giving access to functions for reloading OpenGL textures,
   called when a ofxiOSEAGLView is destroyed and another fresh ofxiOSEAGLView is created
+ added ofxiPhoneLaunchBrowser(string url) to ofxiPhoneExtras
- removed ofFmodSoundPlayer files from iOS+OF project which were causing compile issues with nightly builds
- removed ofxiPhoneSoundPlayer.mm, was never used
/ iOS Xcode project valid architecture is now set to armv6 armv7 by default
/ iOS+OFLib deployment target has been set to 4.0, the base supported version of iOS by OF
/ fixed buggy compiler error with iOS events
/ fixed create_package to not delete iOS libraries
/ ofiPhoneVideoPlayer and AVFoundationVideoPlayer rewritten / cleanedup
/ fixed AVPlayerItem crash on unloading video
/ glViewController is now set as the window's rootViewController,
  this is a much nicer implementation than adding the glViewController's view to the window
/ fixed ofxiPhoneSendGLViewToFront() and ofxiPhoneSendGLViewToBack() to always work with the GLView superview
/ GLView is now brought to front using ofxiPhoneSendGLViewToFront()
/ ofImage::grabScreen fixed for iOS
/ ofxiPhoneScreenGrab: updated for retina display
/ isRetinaSupported() made more reliable
/ fixed accelerometer readings for devices with default landscape orientation (i.e. tablets)
/ EAGLView, ES1Renderer, and ES2Renderer now do not have any OF dependencies,
  can now be used to setup openGL ES without OF (if not required)
/ ofOpenALSoundPlayer: safety fixes for iOS

ofAppiPhoneWindow
    + enabling retina was ambiguous, method names are now more concise
    + added methods for disabling retina, depth, & anti-aliasing
    / isRetinaSupported() made more reliable
    / now accesses window position, size, and screen size from the ofxiOSEAGLView

ofxiOSEAGLView
    + ofxiOSEAGLView is the OF specific extension of EAGLView,
       most of the logic from the ofxiPhoneViewController has been move into here,
       it is now possible to create a ofxIOSEAGLView without the need for a ofxiPhoneViewController container
    + only accepts ofxiPhoneApp instead of ofBaseApp, this is more strict and safe
    + moved window size and position code from ofAppiPhoneWindow into ofxiOSEAGLView,
       makes more sense for ofxiOSEAGLView to return these values and only recalculate them when
       layoutSubviews() is called on a ofxiOSEAGLView resize

 ofxiPhoneViewController
    + now adds itself as a delegate when creating a glView,
       this is handy to get glView callbacks when extending in another class
    / completely refactored to only create and set up the glView, now rotates the glView to the device orientation

Linux

+ added new method for setting vsync
- removed unused FMOD scripts
/ ofOpenALSoundPlayer: bugfixes for Linux

Windows

+ added readme for Visual Studio
/ added missing elif statement for MiniGW, changed the compiler from 4.4.3 to 4.6
/ ofSystemAlertBoxDialog: fixed for VS2010 and CB Windows
/ updated to Fmod 4.4
/ ofSystemUtils: fix windows dialog
/ ofUtils: fixed VS2010 compilation and dynamic shared pointer casting

CORE ADDONS

- removed ofAddons.h
/ ofxOsc: install.xml brought up to date
/ ofxOpenCV: partially fixed OpenCV runtime errors with MiniGW -  needs newer GCC for proper fix
/ ofxXmlSettings::setValue() fixed truncated floating point arguments bug introduced in 007
/ ofxXmlSettings: increased precision when saving double values

PROJECT GENERATOR

/ updated project generator template to include QTKit and CoreVideo frameworks on Mac OS X

EXAMPLES

+ added rectangleAlignmentAndScaling example: demonstrates all of the new ofRectangle alignment and scaling features
/ videoGrabber example: updated with comments about legacy video settings and info on how to enable alpha movies
/ asciiVideo example: cleaned-up and clarified, now uses OF convenience functions for lightness and charToString conversion
/ shader example: fixed for ATI cards
/ fixed billboard and pointsAsTextures examples
/ updated easyCam example, now explains the reimplementation of ofEasyCam in greater detail

Mac

+ added osxVideoRecorder example demonstrating recording videos to disk on Mac OS X using the ofQTKitGrabber
+ added osxHighPerformanceVideoPlayer demonstrating accelerated playback of HD videos on OS X using the ofQTKitPlayer

iOS

+ moviePlayer example: added video player volume
/ Mapkit example fixed

Android

+ added OpenCVFace face tracking example
/ soundPlayer example: updated to show multiplay on Android
/ touch example: bug fixes
/ image example: updated to fix path to image in loadImage(FILE)

  .oooo.     .oooo.    ooooooooo   .o
 d8P'`Y8b   d8P'`Y8b  d"""""""8' o888
888    888 888    888       .8'   888
888    888 888    888      .8'    888
888    888 888    888     .8'     888
`88b  d88' `88b  d88'    .8'      888
 `Y8bd8P'   `Y8bd8P'    .8'      o888o

OF 0071

key

+ = added
- = subtracted
/ = modified

The main focus for 0071 was to add new examples to better show the features added in 007. 0071 is mainly an 'examples + bug fixes' release, with some additional, much needed, updating to the mobile releases ( iOS and Android ).

Critical changes ( might need to update your projects to fix )

  • ofEvents -> ofEvents() singleton - this means that projects which register calls using "ofEvents." will need to replace these with "ofEvents()." (note the parentheses).
  • OF Examples now are found in the "examples/" folder in the root of the OF folder. The "apps/" is still included but is kept empty as a place to put your OF apps and experiments.
  • Because of the project generator (see below) some addons have been standardized, and we've added "addons.make" to each project file that uses addons. Prior to this release, addons.make was only used on linux / android platforms. As we develop the project generator, we'll work to document these changes.
  • audioRequested and audioReceived on the ofBaseApp/testApp are now called audioOut and audioIn

Project generator A significant amount of the work which went into 0071 was in the development of a Project Generator. The Project Generator can make project files for all the OF platforms and it was critical to have this in order to increase the number of examples we could include with the release. The Project Generator is also able to add addons to existing projects, making the task of adding addons much faster than the current manual approach. Going forward, the Project Generator will be included with the new releases and be a key tool for generating, modifying and updating your OF projects. Currently, the Project Generator is in our github repository (https://github.com/openframeworks/openFrameworks) in apps/devApps/.

core

+ loads of new examples! 96 examples now come with the desktop releases of OF. For a full list see: https://gist.github.com/2836913
platform specific:
+ android support for front camera
+ android support for ofSoundPlayer
+ new iOS examples showing how to mix OF with Native Apps
/ android compatibility  with ndk r7+ and lots of bugfixes
/ loads of iOS bugfixes - including retina issue, FBO issues, native GUI fixes, video fixes.
/ XCode fix to avoid constant rebuild of projects
/ Some MacOS 10.7 fixes ( ofShowCursor / HideCursor )
/ Better compatiblity with XCode 4
/ linux: createProjects.py script dropped in favor of command line version of the projectGenerator

utils

+ implemented getUserHomeDir() for Windows
/ ofSystemSaveFileDialog fix for linux
/ ofFile and ofDirectory fixes for overwrite failing.
/ ofThread now uses Poco::Thread
/ bugfix for ofFile::copyFromTo
/ makefiles now are modular + ensure compatibility with future versions

addons

+ OSC allows multiple binds to the same port and support for multicast / unicast
/ Loads of ofxOpenCV fixes to prevent crashing when images are not allocated or the wrong size
library changes:
/ OpenCv library in the ofxOpenCv addon updated to version 2.3.1
/ Poco library updated to version 1.4.3

3d

+ ofDrawGrid() for showing an multi-axis xyz grid, ofDrawGridPlane() for a single plane
+ ofDrawArrow() for lines with arrow heads (using ofCone())
+ ofCone() for draw cone primitives
+ 3D versions of ofCurve(), ofBezier(), ofVertex() and ofBezierVertex().
+ ofMesh now allows you to explicitly enable/disable colors/textures/normals before drawing using ofMesh::[enable/disable][Colors/Textures/Normals]()
+ ofxAssimpModelLoader utility methods
/ faster ofSphere() without GLUT dependancies.

math

+ ofQuaternion::normalize()
+ ofTexture/ofImage::drawSubsection() for drawing portions of images
+ ofBackgroundGradient() for gradient app backgrounds, with OF_GRADIENT_CIRCULAR, OF_GRADIENT_LINEAR, OF_GRADIENT_BAR
+ ofPolyline::getCentroid2D() and ofPolyline::getArea()
/  fix mismatch between * and *= operators for ofMatrix3x3. Implemented separate hadamard/schur product ofMatrix3x3::entrywiseTimes()
/ modify ofMatrix4x4::getRotate() method to operate on a scale-invariant version of the matrix
Graphics:
/ ofColor fixes for HSB color wrapping
/ ofPixels optimizations for swapRGB() and mirror() and rotate()
/ ofPolyline::getSmoothed() works with open and closed lines

app

+ ofAppGlutWindow::setDoubleBuffering() gets rid of flickering when drawing without clearing. use this in your main.cpp instead of just saying ofSetBackgroundAuto(false)

openGL

+ ofFbo added option to have the depth/stencil buffer as a texture
/ ofFbo lots of fixes for iOS and POT textures

communication

/ ofSerial bugfixes

sound

+ ofSoundStream allow for different input and output devices.

For a full list of commits for 0071 see: https://gist.github.com/2836647


      0000             0000        7777777777777777/========___________
   00000000         00000000      7777^^^^^^^7777/ || ||   ___________
  000    000       000    000     777       7777/=========//
 000      000     000      000             7777// ((     //
0000      0000   0000      0000           7777//   \\   //
0000      0000   0000      0000          7777//========//
0000      0000   0000      0000         7777
0000      0000   0000      0000        7777
 000      000     000      000        7777
  000    000       000    000       77777
   00000000         00000000       7777777
     0000             0000        777777777

OF 007

key

+ = added
- = subtracted
/ = modified

This is the biggest release yet. There are a ton of changes. The 0062 core was 624KB over 49 files. The 007 core is 1.12MB, 148 files. In other words, the core of OF has basically doubled.

Some of the favorite changes to OF include:

  • PDF and SVG export with cairo
  • ofMesh, ofPolyline utils and ofPath tessellation
  • advanced ofColor support, like fromHex() and fromHsb()
  • web-based resource and image loading
  • advanced ofPixels power like getColor(x, y)
  • the new Assimp addon
  • advanced logging capabilities
  • the ofPtr shared pointer, and shallow copy semantics: it's now safe to copy ofTexture
  • moving ofxVectorMath, ofxDirList, ofxThread, and the previously unofficial ofxShader, ofxFbo, ofxVbo all into the core

Here's a fairly complete list of the changes.

core changes

+ drag and drop support in applications (except in linux)
+ ofPtr for shared pointers, is actually std::tr1::shared_ptr and will be std::shared_ptr when c++11 is supported
/ ofVideoGrabber, ofVideoPlayer, ofSoundPlayer and ofSoundStream use "swappable apis". so does rendering, which means you can use cairo and output to PDFs or SVG for 2d and 3d.
/ new fps counting technique that works a little better across platforms
/ ofApp*Window have been refactored so now all the common functionality is in ofEvents which makes easier to create new windows and maintain the current ones
/ easier registering of core events with the new ofRegister*Events functions
/ all the classes with opengl resources have shallow copy + shared pointer semantics so textureA = textureB makes textureB point to the same texture in the graphics card as textureA, and the texture is released when the last copy is destroyed
/ all swappable api objects (ofVideoGrabber, ofVideoPlayer, ofSoundPlayer and ofSoundStream) have shallow copy + shared pointer semantics too
/ all memory structures (ofPixels, ofImage, ofBuffer, ofMesh...) have deep copy semantics, so pixelsA = pixelsB makes b a full new copy of pixelsA
/ Poco library is changed from 1.3.3 to 1.4

video and cv

+ ofxCvHaarFinder is brought into the core ofxOpenCv addon
/ openCV is updated to 2.2
/ better gstreamer support on linux

2d

+ ofImage uses new web-based loading
+ ofPath and ofPolyline wraps all the 2d drawing functionality previously supported by OF, and adds more. ofPolyline has some new advanced methods like getResampledBySpacing(), getClosestPoint(), simplify()
+ ofSetOrientation() allows you to rotate the entire OF drawing space
+ ofPixels and ofImage have getColor() which returns an ofColor, and setColor(x,y,ofColor)
+ ofEnableBlendMode() supports additive, subtractive, alpha, etc. blending
+ ofColor has constants for 8 basic colors (cmy, rgb, bw), for example ofColor::magenta
+ ofColor finally adds HSB support. ofColor is always an RGB color, but you can get and set its hue, saturation and lightness via getHue()/setHue() etc. it also distinguishes lightness (value) from brightness. to create a color using HSB values, use ofColor::fromHsb(h,s,b,a). to set from hex, use ofColor::fromHex(hex)
/ ofColor, ofPixels and ofImage are now templated classes with support for 8bit, 16bit and 32bit and easy conversion between them using the = operator
/ ofDrawBitmapString() has been massively refactored to support all the different 3d drawing cases you can imagine via ofSetDrawBitmapMode()
/ ofPixels is now a fully-formed class that is used by a variety of classes
/ ofSetColor(int) is now interpreted as a grayscale value, ofSetHexColor(int) if you want to use hex values
/ ofTrueTypeFont, now generates a texture atlas when loading a font instead of a texture per char. It also has bind()/unbind() functions that allow to bind the texture only once to render several texts, making font rendering much faster.
/ ofTrueTypeFont getShapes uses ofPath
/ new ofTessellator class used internally in OF by ofPath and ofBegin/EndShape bassed on the tess2 library (with some modifications so it also works on openGL ES) which is faster and has a cleaner api than the previous one from GLU

3d

+ ofMesh, ofVbo and ofVboMesh provide a clean interface for drawing, and for gpu-accelerated drawing
+ ofNode is a new 3d node class with position and orientation that can be manipulated with methods like truck() and tilt()
+ ofCamera extends ofNode, is a new camera class for representing a camera position, orientation, and other parameters
+ ofEasyCam wraps ofCamera with automatic mouse binding that resembles processing's PeasyCam
+ ofLight also extends ofNode, provides a simple interface for placing and describing opengl lighting
+ ofBox and ofSphere draw the respective 3d shapes
+ multiple versions of ofxShader, ofxVbo and ofxFbo have been brought into the core as ofShader, ofVbo, and ofFbo
+ ofxAssimpModelLoader for loading a huge variety of 3d formats

utils

+ functions and classes to load resources from the web to memory, or save to disk. using HTTP, either synchronously and asynchronously: ofSaveURLTo(), ofSaveURLAsync()
+ added the ofxThreadedImageLoader addon
+ cross-platform file dialog and alert dialog, ofSystemAlertDialog(), ofSystemLoadDialog(), ofSystemSaveDialog()
+ a ton of conversion methods have been added: ofToHex, ofToBinary, ofToString, ofHexToInt, ofHexToFloat, etc. they're all inside ofUtils.h
+ ofFile and ofBuffer have also been added for working with the filesystem
/ the core addons ofxVectorMath, ofxThread, and ofxDirList have been turned into ofVectorMath, ofThread and ofDirectory
/ new logging system with support for << operator, for example: ofLogVerbose() << "some message", logging to file and logging channels which makes it easier to redirect the logging output

sound

+ working towards a sound synthesis addon, ofxSynth
/ slowly transitioning away from fmod toward openal for sound support
/ ofSoundStream has been converted to an object oriented api, and now is possible to open several devices and choose which device you want to use.
- FMOD is removed on linux, so there are no dependencies with any non-free library

mobile

+ android support
/ better iPhone video and camera support

  .oooo.     .oooo.       .ooo     .oooo.
 d8P'`Y8b   d8P'`Y8b    .88'     .dP""Y88b
888    888 888    888  d88'            ]8P'
888    888 888    888 d888P"Ybo.     .d8P'
888    888 888    888 Y88[   ]88   .dP'
`88b  d88' `88b  d88' `Y88   88P .oP     .o
 `Y8bd8P'   `Y8bd8P'   `88bod8'  8888888888

OF 0062 Pre-release

key

+ = added
- = subtracted
/ = modified

This is mostly minor changes, as it's a maintenance release with small bug fixes a few extra features and critical updates for Visual Studio 2010, Linux and iPhone developers.

/ altered framerate calculation
/ altered data path, adding ofSetDataPathRoot for OSX
/ ofSerial - bug fixes, including EAGAIN
+ added touchEvents
/ ofDrawBitMapString - added openglES compatible mode
+ ofGraphics - added universal functions to help control textures, such as "ofEnableNormalizedTexCoords()"
+ ofImage - setCompression code via SoSoLimited
+ ofTexture - added compression options, via SoSoLimited
/ ofSoundStream - bug fixes for audio clearning
/ ofConstants - switch some includes, for example, from <stdio.h> to <cstdio>
+ ofMath - added some functions to help with angle math, such as ofLerpDegrees, and ofAngleDifferenceDegrees
+ ofMath - added some polygon / polyline / line methods, such as ofInsidePoly and ofLineSegmentIntersection
+ ofMath - added curve functions, ofBezierPoint, ofBezierTangent, ofCurvePoint, ofCurveTangent
+ ofTypes - added functionality to ofRectangle, added [] options for ofColor
- ofTypes - removed getPixels() from ofBaseVideo, as is was unnecessary
+ ofUtils - new ofSetDataPathRoot code for OSX, changes to ofToDataPath

      :::::::   :::::::   ::::::::    :::
    :+:   :+: :+:   :+: :+:    :+: :+:+:
   +:+   +:+ +:+   +:+ +:+          +:+
  +#+   +:+ +#+   +:+ +#++:++#+    +#+
 +#+   +#+ +#+   +#+ +#+    +#+   +#+
#+#   #+# #+#   #+# #+#    #+#   #+#
#######   #######   ########  #######

OF 0061 Pre-release

key

+ = added
- = subtracted
/ = modified

major changes

  • In this release we've moved to a compiled openFrameworks library as opposed to un-compiled. a few motivations: cutting down on directory size of OF, reducing redundant compiles, making compile times faster and making development of OF easier. This changes quite a bit the organization of projects but it should lead to a much easier to use and maintain OF.

  • we've moved from svn to git / github, and now have an automated system of building the OF package. This should also greatly ease our development of openFrameworks. Before we had separate SVNs for the OF lib, the OF examples, and the core addons. Now, we've got one major place where changes and development of OF can be tracked. see http://github.com/openFrameworks/openFrameworks.

  • To encourage faster releases, we've moved to a major / minor release schedule, with minor releases (0061, 0062) relating to bug fixes and major releases (007, 008) relating to major features.

core

/ folder structure is now changed so that all ide/packages can share one directory structure. Download the 0061 all release to check it out.
- core addons now don't have libs from other platforms
- core addons now don't have example project in the addons folder
/ core FreeImage.h -> move BOOL typedefs etc to #defines and do #undef at the end
+ Put MIT license in OF headers

OSX

+ xcode has snow leopard fixes, and an SL release
/ xcode projects are now renamed to have the folder name (ie, every project has a unique target name)
/ xcode apps now have max optimization settings for release.
+ xcode now has 3 build modes, Debug, Release, Release Universal.  Debug and Release are for your current platform (either intel or PPC), Release Universal is for both.
/ renamed libs - change all libSomething.a to be something.a - this prevents xcode linking to root level dynamic libraries.

Win32 CodeBlocks

+ added Poco linker flag for CB - needed for some network calls
/ fixed Poco linking order on win32.

linux

+ changed the linux default videograbber to gstreamer
- remove ofV4lUtils
/ smarter makefiles
/ modified install scripts to fix karmic problems &amp; build OF compile on install

examples

/ fixed missing files, missing calls to windowResized, removed unnecessary calls to ofSetupSCreen() and include stdio.

app

/ Fullscreen on OS X is not top level anymore (no more crazy fullscreen app crashes and can't escape).
/ OSX now using custom GLUT framework
/ ofSetBackgroundAuto(false) on windows OF now works for accumulation in both windowed and fullscreen mode.
/ Windows FPS issues have been fixed.
/ closing the window on PC now exits the application properly.
/ ofAppGlutWindow - frameRate is now set to 60.0 at the start - before it was un-initialized.
+ ofGetLastFrameTime - to get the elapsed time of the last frame.
/ fixes for ofGetWidth() &amp; ofGetHeight() being super slow, we now store them in vars and change on windowResize
+ ofGetAppPtr(), returns a pointer to the baseApp.
+ glutInitDisplayString option for initializing glut with a unique string, useful for FSAA or altering the setup.
/ fixed vertical sync for linux: http://www.openframeworks/forum/viewtopic.php?f=7&amp;t=561&amp;p=10683#p10683
+ ofBaseVideo added isFrameNew()

utils

+ ofxNoise / ofxSignedNoise - Added simplex ( similar to perlin ) noise to core
+ ofBaseHasTexture now has ofSetUseTexture ( to enable / disable use of the texture )
+ ofBaseImage and ofBaseVideo have the same inheritance base
/ ofMap - now has a clamp argument, defaults to false
/ ofMap - added kyle's solution for division by 0 in ofMap: http://www.openframeworks/forum/viewtopic.php?f=6&amp;t=1413&amp;view=unread#unread
/ detect C:/ as a root path in ofToDataPath
/ fixed ofPoint warnings

events

/ fixed vs2008 intellisense doesn't like using Poco::delegate; in ofEventUtils: http://www.openframeworks/forum/viewtopic.php?f=9&amp;t=1877

graphics

/ ofImage - Loading a corrupted image in linux made the app crash, fixed now.
/ ofImage setImageType now should properly alter the texture if we need to.
+ ofTexture - get texPoint / texPercent, should help for doing texCoordinate stuff without knowing the target of the texture (ie, RECTANGLE_2D or ARB)
+ ofTexture - setTextureWrap &amp; setMinMagFilters
+ ofTexture - ofTexture float *, char *, short * -- added ability to make floating point textures, or upload float data.
/ ofTrueTypeFont - fixed TTF mem leak - http://www.openframeworks/forum/viewtopic.php?p=10178&#p10178
/ ofImage fixed resize color bug
/ ofImage inline functions cause problems with inhereited classes that want to use them in CB. Switch inline -> static fixes this issue.
/ ofGraphics - numCirclePts was being stored on ofPushStyle but not used, fixed now.
/ ofTrueTypeFont - Xcode projects now use the same version of the freetype as win/linux
+ ofSetCurveResolution - makes curved shapes a lot faster!
/ setAnchorPoint - move arguments from int to float

communication

/ merged ofStandardFirmata into ofArduino, and removed ofStandardFirmata files from all projects.
/ fixed Linux serial issues with device number.
/ fixed firmata connect inconsistency: http://www.openframeworks/forum/viewtopic.php?t=1765
/ serial enumerateDevices is doing ofLog so not always printing out: http://www.openframeworks/forum/posting.php?mode=reply&amp;f=6&amp;t=1860
/ fix for ofArduino: http://www.openframeworks/forum/viewtopic.php?f=8&amp;t=3042&amp;p=16425#p16425

video

+ add setFrameRate for ofVideoGrabber
/ update the quicktime settings dialog so that PS3 eye panel shows up.
/ ofVideoPlayer and ofVideoGrabber on OS X Intel now using k24RGBPixelFormat - this has a huge speed improvement.
/ ofVideoGrabber on mac seems to not list devices unless log level is verbose http://www.openframeworks/forum/viewtopic.php?f=9&amp;t=1799&amp;view=unread#unread
/ ofVideoPlayer uninitialized bool
/ ofVideoPlayer - pause delay
/ ofUCUtils - PIX_FMT_YUV422 won't exist anymore on future ffmpeg versions
/ ofUCUtils - sws_getContext needs PixFmt as parameter instead of int since karmic

sound

/ updated ofSoundStream to use rtAudio 4
+ Add a ofSoundPlayerUpdate call - for keeping fmod on track - should be called once per frame to make sure sounds don't drop out.

addons

/ ofxXmlSettings fixed a printf(tag.c_str()) that xcode complained about
/ ofxXmlSettings memory leak
/ ofxXmlSettings read attributes
/ ofxXmlSettings read from string / save to string

ofxVectorGraphics

    + Update to CreEPS 2.0 - has MIT license and new features.

ofxOpenCv

    + ofxCvColorImage - convertToPlanarImage(...) for one channel (ie, grabbing just sautration)
    / ofxCvShortImage - fixed assignment operators
    + ofxCvGrayscaleImage - add brightness / contrast to grayscale image
    / ofxCvContourFinder converts centroid to ints
    / ofxOpenCv - fixed grayscale to planar / planar to grayscale conversions
    - ofxOpenCv - remove implicit ROI intersection
    + ofxCvImage - re-added drawBlobIntoMe() for painting a blob into an ofxCvImage
    + ofxOpenCv - added appropriate iphone #ifdefs
    / ofxOpenCv - do quicker copy for getPixels and setPixels when image is memory alligned already.
    / ofxOpenCv scale conversions for floatImage
    / ofxOpenCv swapTemp bug

ofxOsc

    / ofxOsc - shutdown leak
    / ofxOsc - memory leak
    / ofxOsc - Shutdown issue - fix here: http://damian.dreamhosters.com/svn/public/ofxOsc/latest/

ofxThread

    / stopThread now called when threaded function returns

ofxVectorMath

    / went back to inlining, for performance
    + added ofxMatrx4x4 and ofxQuaternion
    / ofxPoin2/3/4f deprecated merged with ofxVec2/3/4f

ofxNetwork

    / fixed for xcode needs tcp.h included in ofxUdpManager

  .oooo.     .oooo.       .ooo
 d8P'`Y8b   d8P'`Y8b    .88'
888    888 888    888  d88'
888    888 888    888 d888P"Ybo.
888    888 888    888 Y88[   ]88
`88b  d88' `88b  d88' `Y88   88P
 `Y8bd8P'   `Y8bd8P'   `88bod8'

OF 006 Pre-release

key

+ = added
- = subtracted
/ = modified

major changes

  • in this release we've added another library Poco, v 1.3.3 ( http://pocoproject.org ), just now only used for events but is included in the core available for addons like ofxHttpUtils. For java folks, Poco is a bit like the java sdk (java.io, java.util, java.net, etc)
  • added the event system for base events (setup, update, draw, mouse, keyboard) and constructing new events.
  • dropped the addons.h system in place of direct inclusion of addons .h files. Old code will get warnings but not break for this release
  • abstracted the window toolkit, so that other windowing toolkits besides glut can be used with OF, such as iphone, glfw, non-windowed (command line).
  • all graphics have been opengl-es-ified, allowing for iphone support
  • all objects have virtual destructors (thanks memo for the tip)
  • all objects that draw can return their internal texture
  • adding base types for OF object (ofBaseDraws, ofBaseHasPixels) which should allow better OOP programming with OF
  • added advanced user functionality, like choosing the ARB extension usage, disabling setupScreen, binding of textures, etc.
  • tons and tons of bug fixes and small functions (ofClamp, push and pop styles) that should make programming in OF easier

app

/ ofAppRunner - setup update draw should be called in the right order (prior was setup, draw, update)
+ ofAppBaseWindow / ofAppGlutWindow - glut abstraction and base window toolkit, tested with glfw, iphone and no window
+ disable / enable setup screen
/ ofSimpleApp - is now ofBaseApp
/ ofSimpleApp - mouseRelease receives now x, y and button
+ ofSimpleApp - added a windowResized function called when the window size changes

utils

+ ofTypes - added an inheritance hierarchy, ofBaseDraws, ofBaseUpdates, ofBaseHasTexture, ofBaseHasPixels and ofBaseVideo
/ ofTypes - added operator overloading to ofPoint
/ ofUtils - ofToDataPath can now be deactivated or queried for absolute path
+ ofUtils - ofSplitString for tokenization
+ ofUtils - added ofLog and logging system with warning levels
/ ofUtils - ofLaunchBrowser now works on linux
+ ofMath - added ofNormalize, ofMap, ofClamp, ofLerp, ofDist, ofDistSquared, ofSign, ofInRange, ofRadToDeg, ofDegToRad, ofRandomWidth, ofRandomHeight
( thanks todd, memo. kyle )
/ ofMath - better seeding for ofRandom

graphics

+ ofTrueType - added that ability to get fonts as polygons, bezier interpolation, with polygon simplification for performance
+ ofGraphics - added an ofColor type, for push and pop style
+ ofGraphics - ofRestoreGraphicsDefaults, for reseting all graphical changes
/ ofGraphics - ofEllipse fixes
/ ofGraphics - changed ofCircle from display list to a pre cache vertex
list - faster!
+ ofGraphics - basic tranformations and opengl wrapping, ie, ofRotate(), ofRotateX(), ofRotateY(), ofRotateZ(),
+ ofGraphics - added an ofStyle struct - it holds color, line width, circle resolution, blend mode, smoothing, fill mode
+ ofGraphics - push style / pop style
 getStyle and setStyle to get and set the style
+ ofGraphics - ofSetLineWidth
/ ofGraphics - fixed a bug with projection vs modelview matrix order -

http://www.openframeworks/forum/viewtopic.php?p=5213#5213

+ ofGraphics - changed immediate mode to vertex arrays for compatibility with opengl es
+ ofGraphics / ofBitmapFont - wrapped the glut bitmapped font as a separate file, so that ofDrawBitmapString can be used in non glut windowing kits.
+ ofTexture - ofTextureData contains info about the texId, etc so that advanced folks can bind
+ ofTexture - calls to bind / unbind
+ ofTexture - setAnchorPercent / setAnchorPoint
+ ofTexture - enable / disable our texture "hack", a small padding that helps ofTextues look good in
+ ofTexture - bUseARBExtention is controllable on allocate (and also, controllable globally), which can help make shaders work better
/ ofImage - restructured for cleaner code -- freeImage moved to only a few places
/ ofImage - grayscale saveImage bug fixed
/ ofImage - grayscale setFromPixels fix -- http://www.openframeworks/forum/viewtopic.php?t=929
/ ofImage - allocate now calls update -- http://www.openframeworks/forum/viewtopic.php?t=835
/ ofImage - 8bpp fix - http://www.openframeworks/forum/viewtopic.php?t=712
/ ofImage - grayscale save fix - http://www.openframeworks/forum/viewtopic.php?t=943
/ ofImage - fixed loadImage() not returning true if successful
/ ofImage - added setAnchorPercent / setAnchorPoint
/ ofImage - fixed resize color swap problem - http://www.openframeworks/forum/viewtopic.php?t=1242

events

+ added an event system that allows objects receive core events ( draw, mouse, key...), and to create other events.

video

/ ofVideoGrabber - (quicktime) much better device listing / selection.
/ ofVideoGrabber - (quicktime / mac) fixed isFrameNew always returning true
/ ofVideoGrabber - (linux) some changes to size and format detection
/ ofVideoGrabber - (linux) better support for yuv and other colorspaces (won't work on ubuntu hardy because of a problem with the ffmpeg version)
/ ofVideoGrabber - (linux) resize and colorspace conversion through ffmpeg
/ ofVideoGrabber - (linux) corrected errors on close
/ ofVideoGrabber - (windows) using new video input library (0.1995)
+ ofVideoPlayer - (quicktime) added rtsp for quicktime -

http://www.openframeworks/forum/viewtopic.php?p=7665#7665

+ ofVideoPlayer - added a frame selection system, ie, goToFrame(x), getNumFrames(), goToFirstFrame(), getCurrentFrame(), goToNextFrame(), goToPreviousFrame()
+ ofVideoPlayer - added getIsMovieDone() - let's you know if the movie hit the end
/ ofVideoPlayer - (linux) all functionality working now
/ ofVideoPlayer - (linux) changed fobs out for gstreamer
/ ofVideoPlayer - (linux) sound in videos

communication

/ ofSerial - fixed read byte errors
/ ofSerial - verbose, with non reads
/ ofSerial - 0 / -1 error reporting better
+ ofSerial - flush, allows you to clear the serial buffer
+ ofSerial - available() lets you query how many bytes are available.
+ ofStandardFirmata - added this class (thanks erik!) for easier serial support
+ ofArduino - added this class which extends ofStandardFirmata with specific arduino functions

sound

/ ofSoundPlayer - (linux) alsa as default backend

addons changes that are part of FAT package

in this release, we've moved the use of ofAddons.h and the define system. now, we just include the main .h file per addon.

/ ofxNetwork - disconnection detection
/ ofxNetwork - no data loss on tcp
+ ofxNetwork - udp examples

/ ofxThread - Applied the fix for startThread checking it is already
running and moving mutex creation -

http://www.openframeworks/forum/viewtopic.php?p=7221#7221

+ ofxVectorMath - add copy constructor - http://www.openframeworks/forum/viewtopic.php?t=617
/ ofxVectorMath - fixed ofxVec2f::perpendicular bug, http://www.openframeworks/forum/viewtopic.php?t=4835
/ ofxVectorMath - fixed /= operator
+ ofxVectorMath - added some better names for functions (for example, getRotated() instead of rotated()).  All "d" names, ie rotated, normalized are deprecated for the next release)

+ ofxOpenCv - added ROI functionality for all ofxCvImage
/ ofxOpenCv - ofxContourFinder fixed getBlob(), which existed only in .h before
/ ofxOpenCv - consolidated ofxCvImage - most functionality now across all image types
/ ofxOpenCv - operator overloading changed to const
/ ofxOpenCv - scaleIntoMe bug is fixed, http://www.openframeworks/forum/viewtopic.php?t=828
/ ofxOpenCv - reallocation bug fixed, http://www.openframeworks/forum/viewtopic.php?t=935
/ ofxOpenCv - warns on non odd valued blur param

+ ofxOsc - now supports bundles
+ ofxOsc - better error handling

  .oooo.     .oooo.     oooooooo
 d8P'`Y8b   d8P'`Y8b   dP"""""""
888    888 888    888 d88888b.
888    888 888    888     `Y88b
888    888 888    888       ]88
`88b  d88' `88b  d88' o.   .88P
 `Y8bd8P'   `Y8bd8P'  `8bd88P'

OF 005 Pre-release

key

+ = added
- = subtracted
/ = modified

major changes

in this release we introduced a "FAT" package as well as an addons.h system that uses #defines. removed the ofCore to fix some include issues.

/ better ofMain / addons system
- no ofCore

other changes

app

+ ofAppRunner - recording of the screens original position
/ ofAppRunner - jorge's fix for idle / setFrameRate()

http://www.openframeworks/forum/viewtopic.php?t=515&amp;highlight=frame+rate

/ ofAppRunner - mac hide cursor

communication

/ ofSerial - joerg's fixes for pc serial
/ ofSerial - better support for non "COM" ports
/ ofSerial - improved write bytes
/ ofSerial - no longer using "string" for serial, which was failing for binary data. that was a terrible idea.
/ ofSerial - returning -1 for errors on read byte;

graphics

/ ofGraphics - fixed the tesselator to work on different versions of xcode
/ ofImage - moved constants to ofConstants
/ ofImage - made freeImage stuff more integrated
+ ofImage - added copy and equals overloaders, so that imageA = imageB will work as intended
+ ofImage - added a clear() function
/ ofImage - better cloning
+ ofTexture - added copy and equals overloaders to prevent pass by copy
+ ofTrueTypeFont - getStringBoundingBox() to get the bounding box

utils

+ ofTypes - added ofTypes, for base types like ofPoint, ofRectangle
+ ofConstants - added a #define WIN32_LEAN_AND_MEAN for window
+ ofConstants - some GLUT defines that help for windows
/ ofConstants - disabled another VS warning
+ ofConstants - added some std stuff, like iostream and vector
/ ofConstants - backspace vs del fixes for OSX

http://www.openframeworks/forum/viewtopic.php?t=494

+ ofUtils - added ofGetYear, ofGetMonth,ofGetDay(),ofGetWeekDay()

sound

+ ofSoundPlayer - added isStreaming field
/ ofSoundStream  - fixed ofSoundStreamEnd
/ ofSoundStream  - renamed ofSoundStreamEnd ofSoundStreamClose

video

+ ofVideoGrabber - added linux support for unicap as well as V4L, settable in ofContstants
+ ofVideoGrabber - added ofUCUtils
+ ofVideoGrabber - tons of V4L fixes
+ ofVideoPlayer - createMovieFromURL for quicktime
/ ofVideoPlayer - fix for bHavePixelsChanged on QT (isFrameNew returning true)

  .oooo.     .oooo.         .o
 d8P'`Y8b   d8P'`Y8b      .d88
888    888 888    888   .d'888
888    888 888    888 .d'  888
888    888 888    888 88ooo888oo
`88b  d88' `88b  d88'      888
 `Y8bd8P'   `Y8bd8P'      o888o

OF 004 Pre-release

key

+ = added
- = subtracted
/ = modified

major changes

  • fixed an issue with addons include, now its a system with ofCore.h / ofMain.h / ofAddons.h
  • addons folder added to the setup

a brief explanation about addons:

now the structure look like:

  • apps
  • libs
  • addons

where libs are the core libraries for OF (which shouldn't change much), and addons is everything else.

Adding a library will work in the following way:

a) add to the addons folder everything downloaded b) add to addons.h the "addon.h" lines (found in addon instructions), such as:

#ifdef OFADDON_USING_OF_CV
    #include "ofCvMain.h"
#endif

c) follow any steps about adding includes, sources, and libs to the project (or makefile) d) when you want to use the addon, use the #define before including ofMain in testApp.h, such as:

#define     OFADDON_USING_OF_CV
#define     OFADDON_USING_OF_VECTOR_MATH
#include    "ofMain.h"

e) place any dll / .so files in the right place (after compiling)


other changes

/   ofGraphics - fixed a bug with OS X, 10.5 compiling
/   ofSerial - fixed a bug with win32 destructor
/   ofVideoGrabber - mac grabber fixed bug with settings loading
/   ofMain - is now just ofCore and ofAddons
+   ofAddons - is the place where addons will go
+   ofCore - is the what ofMain was, all the "core" OF code  (internal and addons should include "core" not main to avoid recursive linking)
/   movie grabber example - win32 / fixed an issue where some of the code was commented out.

  .oooo.     .oooo.     .oooo.
 d8P'`Y8b   d8P'`Y8b  .dP""Y88b
888    888 888    888       ]8P'
888    888 888    888     <88b.
888    888 888    888      `88b.
`88b  d88' `88b  d88' o.   .88P
 `Y8bd8P'   `Y8bd8P'  `8bd88P'

OF 003 Pre-release

key

+ = added
- = subtracted
/ = modified

major changes

  • start of a structure for of addons
  • all classes feature protected variables instead of priavete for easier extending
  • linux is really integrated into the codebase, this is BIG!
  • fmod is updated to fmodex
  • glu is included for tesselation routines
  • ofSerial is a class now
  • much more careful classes in terms of memory usage
  • much better closing routine
  • string is used everywhere we can instead of char * or char arrays (much usage stays the same though)
  • ofVertex for curves, more graphics options added
  • every app now uses a "data" folder for any OF loading and saving media

other changes

(there are likely more, this is what we can remember but we will update as we update the API)

+   ofTexture - non power of 2 when possible using GLEE / ARB extensions
+   ofGraphics - curves: beziers and curve vertex, etc.
+   ofGraphics - polygons (poly shapes) using ofBeginShape() and tesselation
+   ofGraphics - polygon w/ multiple contours for holes (using ofNextContour())
+   ofImage -  copy image operator (clone)
+   ofImage - upload data (fix rgb/bgr issues)
/   whole code - remove all the top left bools, top left as 0,0 is fixed in the code now.
+   ofVideoGrabber - (OSX) Save user preferences with qtVideoCapture dialog
+   ofVideoGrabber - new VI input lib in for video grabber
/   ofVideoGrabber / ofVideoPlayer - isFrameNew() behaves better, newness is per idle call
+   ofSimpleApp - key release in addition to key press
/   ofSimpleApp - special keys coming through uniquely (see constants.h)
+   ofAppRunner - ofFullScreen opition to alter the screen
+   ofAppRunner - get monitor info (w/h) and position window options
+   ofAppRunner - glut game mode
/   whole code - no "../../../" BS, we now have data folders!
+   ofAppRunner - set window title
+   ofUtils - open a URL in default browser
+   ofConstants - clamp in ofConstants.h
+   ofUtils - simple version printout
/   whole code - destructors everywhere

  .oooo.     .oooo.     .oooo.
 d8P'`Y8b   d8P'`Y8b  .dP""Y88b
888    888 888    888       ]8P'
888    888 888    888     .d8P'
888    888 888    888   .dP'
`88b  d88' `88b  d88' .oP     .o
 `Y8bd8P'   `Y8bd8P'  8888888888

OF 002 Pre-release

key

+ = added
- = subtracted
/ = modified

major changes

  • added ofSerial class for serial communication
  • added ofSoundPlayer class for fmod / sound sample playing
  • ofAudio now named ofSoundStream to make more sense
  • added glee and fmod libraries to the path
  • added videoInput library on windows for grabbing video (via direct show)
  • renamed ofQtVideoGrabber to ofVideoGrabber (since it doesn't nec. use quicktime)
  • renamed ofQtVideoPlayer to ofVideoPlayer
  • lots of fixes to get rid of warnings
  • xcode libs now all universal.
  • xcode can now build universal apps when in 'Release' mode.

others

+ ofSimpleApp - mouseX, mouseY now added for p5 compatability
/ ofSimpleApp - fixed some bugs, like mouseMoved before the windows is open
+ ofUtils - ofSetFrameRate() to set a target framerate
+ ofUtils - ofSetVertical sync to set vertical sync on or off
/ ofGraphics - 0,0 is now top left by default
+ ofGraphics - ofEnableSmoothing(), works just for lines for now.
+ ofGraphics - ofSetCornerMode for drawing rects on center or corner
+ ofGraphics - ofSetBackgroundAuto() to enable manual background
clearing (works for fullscreen)
+ ofTexture - loadScreenData(), upload screen data to texture
/ ofTrueTypeFont - many bug fixes for the black edges and cut off curves
/ ofVideoPlayer - setPaused() bug fix
+ ofVideoGrabber - device selection options
+ ofVideoGrabber - multiple devices works both qt and dshow
+ ofConstants - added some high res timer code in win32, accessible
through commenting in a #define and recompiling
+ ofConstants - ability for win32 to choose quicktime or directshow (videoInput)
through #define

most ascii art generated with http://patorjk.com/software/taag/ using the font 'roman'