Skip to content

Releases: cuinjune/Ofelia

ofxOfelia v1.0.8

29 Apr 16:33
Compare
Choose a tag to compare
  • 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

07 Apr 16:56
Compare
Choose a tag to compare
  • 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

22 Mar 16:10
Compare
Choose a tag to compare
  • [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

03 Mar 08:32
Compare
Choose a tag to compare
  • 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

16 Feb 18:28
Compare
Choose a tag to compare
  • 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

14 Feb 21:12
142e8d0
Compare
Choose a tag to compare
  • 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

13 Feb 05:37
75ff506
Compare
Choose a tag to compare
  • added addon_config.mk to macOS and iOS updateOF.sh

ofxOfelia v1.0.1

12 Feb 03:37
Compare
Choose a tag to compare
  • added a script for a release

ofxOfelia v1.0.0

10 Feb 21:53
5b6ae33
Compare
Choose a tag to compare
  • first release