Cinder-UI
Cinder-UI copied to clipboard
Added Linux support
Added Linux support to Cinder-UI. Tested with Cinder 0.9.1dev (android_linux branch)
To use it in the app, edit your local cmake file and add:
set( BLOCKS
...
Cinder-UI
)
ci_make_app(
...
BLOCKS ${BLOCKS}
)