All Projects → NickHardeman → Ofxtweenzor

NickHardeman / Ofxtweenzor

Tweening Engine for OpenFrameworks

Projects that are alternatives of or similar to Ofxtweenzor

ofxAubio
openFrameworks addon for aubio, estimates beat, onset, pitch, and a few other things
Stars: ✭ 56 (+7.69%)
Mutual labels:  openframeworks, addon
Ofxbullet
Bullet Physics Wrapper for Openframeworks
Stars: ✭ 138 (+165.38%)
Mutual labels:  addon, openframeworks
Ofxio
A collection of I/O core utils including a directory watcher, file filters and ordering, compression and more.
Stars: ✭ 78 (+50%)
Mutual labels:  addon, openframeworks
ofxRaycaster
Plane, 2D and 3D Ray objects for openFrameworks.It checks for the intersection of a ray with a segment, a sphere, a triangle, a plane, an ofPrimitive, an ofPolyline an with an ofMesh.
Stars: ✭ 54 (+3.85%)
Mutual labels:  openframeworks, addon
ofxSpaceColonization
Space Colonization algorithm implementation in openFrameworks
Stars: ✭ 62 (+19.23%)
Mutual labels:  openframeworks, addon
ofxPS3EyeGrabber
A Sony PS3 Eye Camera grabber for openFrameworks.
Stars: ✭ 83 (+59.62%)
Mutual labels:  openframeworks, addon
ofxOpenCvDnnObjectDetection
OpenCV based DNN Object Detection Library for Openframeworks
Stars: ✭ 34 (-34.62%)
Mutual labels:  openframeworks, addon
ofxCameraAnaglyph
Anaglyph Camera for Stereo 3D Rendering for OpenFrameworks
Stars: ✭ 25 (-51.92%)
Mutual labels:  openframeworks, addon
Ofxcv
Alternative approach to interfacing with OpenCv from openFrameworks.
Stars: ✭ 614 (+1080.77%)
Mutual labels:  addon, openframeworks
Mediaset Play Plugin.video.videomediaset
I programmi delle reti Mediaset dal sito Mediaset Play
Stars: ✭ 28 (-46.15%)
Mutual labels:  addon
Ember Searchable Select
Data-down, actions up select-like menu with searching and tagging capabilities.
Stars: ✭ 38 (-26.92%)
Mutual labels:  addon
Latex4coreldraw
This is a addon for CorelDRAW. It allows to add and edit Latex equations or symbols easily.
Stars: ✭ 20 (-61.54%)
Mutual labels:  addon
Hm email
A HomeMatic CCU Addon for sending Emails
Stars: ✭ 30 (-42.31%)
Mutual labels:  addon
Rustwasm Addon
🦀 + 🕸 + 🦊 // A web-extension to reverse a string. Yep.
Stars: ✭ 41 (-21.15%)
Mutual labels:  addon
Generativenature
A VJ set which was played in Interim-Report 2nd edition
Stars: ✭ 21 (-59.62%)
Mutual labels:  openframeworks
Corruptvideo
Corrupt Video™ is an OpenFrameworks based Glitch Art Software allowing its users to glitch and record movies or to corrupt real time videos.
Stars: ✭ 49 (-5.77%)
Mutual labels:  openframeworks
Ofxstatusbar
Addon for openFrameworks to add icons and text to the statusbar of Mac OS X (needs support - see readme)
Stars: ✭ 11 (-78.85%)
Mutual labels:  openframeworks
Refactored Cogs
A list of (mostly) moderator related cogs for Red-DiscordBot
Stars: ✭ 11 (-78.85%)
Mutual labels:  addon
Uiomatic
Auto generate an integrated crud UI in Umbraco for a db table based on a petapoco poco (and more)
Stars: ✭ 50 (-3.85%)
Mutual labels:  addon
Blender autotracker
Blender autotracker addon
Stars: ✭ 47 (-9.62%)
Mutual labels:  addon

#ofxTweenzor v 2.0 ##C++ Tweening Library

Features:

  • Complete events with small footprint
  • Ping pongning
  • Repeat tweens
  • Params structure for easy creation
  • OpenFrameworks 007 Examples!

Updates:

  • Rearranged folders to addon structure, may have broken visual studio project.

  • Added ofFloatColor, ofVec2f, ofVec3f, ofVec4f and ofRectangle tweenable properties (@tiagosr)

  • Fixed memory allocation issue!

  • Re-worked event structure, so getting tweens and adding listeners is different than previous version

  • Complete event now returns pointer to the variable

  • added update( millis )

  • added some more examples

  • ping ponging capable

  • can define number of times to repeat a tween before firing a complete event

  • added a tween param structure to allow for easier storing and re-initializing tweens with the same params.

  • there is no POCO, since it causes problems sometimes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].