bernardgeyer/ofxhUtils
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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)