GitXplorerGitXplorer
m

ofxMSATimer

public
6 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
051bdf568327acd615d5e322019ec490513a9591

addon_config

mmemo committed 6 years ago
Unverified
792f4bd18de0d6405cbd6ec5b7daa1ddeac105f8

updated readme to include Cinder compatibility info

mmemo committed 12 years ago
Unverified
3a48545eec2bc6fc55f8b89c0bfc6062793222c2

first commit

mmemo committed 12 years ago

README

The README file for this repository.

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.
Copyright (c) 2008-2012 Memo Akten, 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, however it should work with Cinder 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