https://github.com/memo/ofxmsatimer
C++ openFrameworks addon to keep track of ultra high resolution time on posix systems using mach_absolute_time (currently using host timing on windows and linux)
https://github.com/memo/ofxmsatimer
Last synced: over 1 year ago
JSON representation
C++ openFrameworks addon to keep track of ultra high resolution time on posix systems using mach_absolute_time (currently using host timing on windows and linux)
- Host: GitHub
- URL: https://github.com/memo/ofxmsatimer
- Owner: memo
- License: other
- Created: 2012-09-24T03:35:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T01:53:50.000Z (over 7 years ago)
- Last Synced: 2025-04-06T21:39:45.135Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
ofxMSATimer
=====================================
Introduction
------------
C++ openFrameworks addon to keep track of ultra high resolution time on posix systems using mach_absolute_time (currently using host timing on windows and linux)
Licence
-------
The code in this repository is available under the [MIT License](https://secure.wikimedia.org/wikipedia/en/wiki/Mit_license).
Copyright (c) 2008-2012 Memo Akten, [www.memo.tv](http://www.memo.tv)
The Mega Super Awesome Visuals Company
Installation
------------
Copy to your openFrameworks/addons folder.
Dependencies
------------
none
Compatibility
------------
openFrameworks 0072
I am generally testing only with [openFrameworks](www.openframeworks.cc), however it should work with [Cinder](www.libcinder.org) too. If it doesn't, please file an issue.
Known issues
------------
none
Version history
------------
### v1.1 23/09/2012
- compatible with OF0072
- renamed (uppercase) MSA namespace to (lowercase) msa. (kept MSA as an alias for backwards compatibility)
### v1.0 29/10/2010
- first version