Skip to content

bernardgeyer/ofxhUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ofxUtils is an openFrameworks add-on that includes the following tools:

- hEvents:
  uses ofEvents to send messages between different objects or to any object
  that register to that event.
  Events are called by symbols (c++ strings) stored in a map that represent   
  them.

- hStringUtils:
  Some string conversion tools used by hEvents

- hTable:
  An  hTable is a list of values stored in a vector<double> in ascending 
  order.
  Can be used as a conversion table.

Current version: 1.2

Works with OF 0.8 to 0.9
(The branch « OF0.6.2_to_0.7.4 » can be used with older versions of OF)

About

openFrameworks add-on that make it easier to deal with low level stuff like events, strings…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages