Skip to content

roymacdonald/ofxLineaDeTiempo

Repository files navigation

ofxLineaDeTiempo

A new timeline addon for openFrameworks.

Introduction

ofxTimeline , created by James George, has long been the go-to timeline tool for openFramworks. It has been modified and tailored numerous times over the years for specific things but current versions are not as accessible as they could be to the beginner user. ofxLineaDeTiempo comes into play in order to fulfill this need, making it easy to anyone to easily utilize a functional timeline with both basic and advanced features. The key is that it requires minimal coding and is deeply connected with ofParameter and ofEvent.

As I could not use ofxTimeline as the name of this addon, ofxTimeline2 sounded boring, and considering that I am a native Spanish speaker it made sense to use a Spanish word instead. Línea De Tiempo is the literal translation of Timeline into Spanish, hence ofxLineaDeTiempo

IMPORTANT

This is still a work in progress. It is working as expected and seems stable, yet it needs more testing. You are very welcome to test and provide feedback, as well as using it on your projects.

Check the roadmap which shows the current status of things.

Goals

  • Make an usable timeline from both the coder and user points of view.
  • Rely heavily on openFrameworks interanal classes and functionalities.
  • An ofParameter is held by each timeline track.
  • As a consequence, ofxGui will be an integral part of the addon.
  • Behave in a similar usage to ofxPanel so the code for it can be directly swapped with an instance of this addon.
  • The renderer is a different class which will allow to customize its visual appearance as well as having specialized timeline tracks (ie. video and audio)
  • Have an optimized rendering, redrawing only when needed.
  • It can run with or without rendering the timeline, making it perfectly usable in headless contexts.
  • Thread-safe, the updating of it can be carried out by any thread. (I need to test and verify this)
  • Each ofxLineaDeTiempo instance has its own clock, which allows to have more than a single instance running simultaneously.

License

This addon's license is stated in the license.md file.

Installation

Copy or clone this addon into your openFrameworks/addons/ folder. Make sure you have all the dependencies installed as well.

Examples

Just as a general good practice, update the examples with the Project Generator. Simply drag and drop the example folder onto the Project Generator's window and press update.

Dependencies

Thanks

This addon was build ontop of Christopher Baker's ( @bakercp ) excenent adons ofxMUI, ofxDOM, and ofxPointer

This addon was kickstarted while I was a Resident and Contributor at COSA at University of Denver on the winter of 2020. Many thanks to Christopher Coleman @digitalcoleman, director of COSA, who was kind enough to make it happen. :D

COSA Logo

About

A new timeline addon for openframeworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published