Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 511 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 511 Bytes

ofxCling

Cling interpreter addon for openFrameworks.

objective

This addon makes it easy to create a cling interpreter that can interact with openFrameworks, including creating OF classes, calling OF functions and responding to events. All while using the JIT compiler of cling.

Use

see ClingOFPlayground: https://github.com/galsasson/ClingOFPlayground as an example of how to use ofxCling to embed cling in you app.