Releases: cuinjune/Ofelia
Releases · cuinjune/Ofelia
ofxOfelia v1.0.8
- added [ofGetFboTexID] and [ofGetImageTexID]
- added GEM abstractions and example to the "examples/gem" directory
- added ofRectangle related objects and help files
- renamed [ofGetDollarArgs] to [ofGetCanvasArgs]
- added [ofSetCanvasArgs], [ofRemoveCanvas], [ofGetCanvasIndex]
- added [ofKeyCodeListener]
- added ofSystemUtils objects and help files
ofxOfelia v1.0.7
- added primMode argument to cone, cylinder, plane, sphere mesh command
- added ofShader related objects and help files
- added shader examples to the "examples/shader" directory
- added draggableShapes example to the "examples/input" directory
ofxOfelia v1.0.6
- [ofCreateFbo] auto MSAA scaling is disabled
- fixed bug for mesh editor and getter objects
- [ofReceive], [ofValue] can change name dynamically
- float inlet is removed from [ofGetCanvasName], [ofGetDollarZero], [ofGetDollarArgs], [ofGetPatchDirectory] as it's problematic when used in cloned abstraction
- [ofGetPos], [ofGetScale] are renamed to [ofGetWindowPos], [ofGetWindowScale]
- [ofGetTranslate], [ofGetRotate], [ofGetScale] are added
- [pdgui] abstractions are added to the "examples/gui" directory
- [ofMap] has 5th argument which enables/disables clamping
- [ofGetElapsedTime], [ofGetLastFrameTime] returns time in seconds
- [ofGetElapsedTimeMillis], [ofGetLastFrameTimeMillis] are added
ofxOfelia v1.0.5
- added declare for all help files and examples
- added help file for ofelia
- changed the binary extension on linux
- threaded rendering is disabled on all externals
- removed all mutex and pd lock/unlocks
ofxOfelia v1.0.4
- print a message to pd console when library is loaded
- added ofelia/libs folder for Linux external
- added [declare -lib ofelia] in help-intro.pd
- fixed a comment in example/file/loadfile.pd
- added ofelia-meta.pd
ofxOfelia v1.0.3
- added s_file.c to iOS updateOF.sh
- added C/C++ flags to macOS and iOS Xcode projects
- now should build fine with macOS SDK 10.13+
- updated main.pd file in example projects.
ofxOfelia v1.0.2
- added addon_config.mk to macOS and iOS updateOF.sh
ofxOfelia v1.0.1
- added a script for a release
ofxOfelia v1.0.0
- first release