Skip to content

2bbb/ofxTimerSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ofxTimerSystem

Timer functions (ofxSetTimeout and ofxSetInterval) like JavaScript for openframeworks

API

TODO

  • if your system can use Blocks, then you can use blocks type is ^(){}.
  • if your system can use C++11 lambda, then you can use lambda type is std::function<void(void)> .
    • but, i only tested in LLVM clang.
    • and of0.8 in Xcode, if we use -std=c++11 then maybe we will get error at "ofTypes.h"…
    • let's show openframeworks/openFrameworks#2335
    • if you will get error with other environment, let's try to edit the block of #if __has_feature(cxx_lambdas) in "ofxTimerSystemConfig.h".

Cautions

In the function of timer, DON'T call GL function. (System will crash probably!!)

Update history

2013/08/15 ver 0.01 beta release

License

MIT License.

Author

  • ISHII 2bit [bufferRenaiss co., ltd.]
  • ishii[at]buffer-renaiss.com

At the last

Please create new issue, if there is a problem. And please throw pull request, if you have a cool idea!!

About

timer functions (ofxSetTimeout and ofxSetInterval) like JavaScript for openframeworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published