# ofxTime **Repository Path**: xhzhu-robotic/ofxTime ## Basic Information - **Project Name**: ofxTime - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-30 - **Last Updated**: 2023-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ofxTime ======= Description ----------- A collection of utilities for dealing with Time using the Poco Time classes. Features -------- Features include: - Rounding and interpolating dates. - Deal with date ranges. - Deal with periods, instants and intervals. - Date math. ![Screenshot](https://raw.githubusercontent.com/bakercp/ofxTime/master/example/screen.png) An example of interpolation. ![Screenshot](https://raw.githubusercontent.com/bakercp/ofxTime/master/example_rounding/screen.png) An example of rounding. Getting Started --------------- To get started, generate the example project files using the openFrameworks [Project Generator](http://openframeworks.cc/learning/01_basics/how_to_add_addon_to_project/). Documentation ------------- API documentation can be found here. Requirements ------------- - ofxPoco (included with openFrameworks) Build Status ------------ Linux, macOS [![Build Status](https://travis-ci.org/bakercp/ofxIO.svg?branch=master)](https://travis-ci.org/bakercp/ofxTime) Visual Studio, MSYS [![Build status](https://ci.appveyor.com/api/projects/status/krr0ck8ffida8nsj/branch/master?svg=true)](https://ci.appveyor.com/project/bakercp/ofxtime/branch/master) Compatibility ------------- The `stable` branch of this repository is meant to be compatible with the openFrameworks [stable branch](https://github.com/openframeworks/openFrameworks/tree/stable), which corresponds to the latest official openFrameworks release. The `master` branch of this repository is meant to be compatible with the openFrameworks [master branch](https://github.com/openframeworks/openFrameworks/tree/master). Some past openFrameworks releases are supported via tagged versions, but only `stable` and `master` branches are actively supported. Versioning ---------- This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0. Licensing --------- See [LICENSE.md](LICENSE.md) Contributing ------------ Check out the [Help Wanted](https://github.com/bakercp/ofxIO/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) tag in the issues section for specific ideas or propose your own new ideas. Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :) 1. Fork this repository. 2. Create your feature branch (`git checkout -b my-new-feature`). 3. Commit your changes (`git commit -am 'Add some feature'`). 4. Push to the branch (`git push origin my-new-feature`). 5. Create new Pull Request.