Hi all,
I'm very excited to finally share this little experiment with runtime-compiled c++ in Cinder I've been working on lately. It took me a bit more time to post it here as I wanted to give another try at building this on windows. But unfortunately for Windows users (which now includes me as well) the block is only working on OSX at the moment. Would be great if any Windows guru could give a hand here!
This block is kind of experimental and more a first pass at bringing runtime-compiled c++ to cinder than a proper library. It's also pretty hacky. But it works well and it's a lot of fun. You'll find plenty of instructions and explanations on the block page on github.
https://github.com/simongeilfus/Cinder-Runtime/
Here's two small videos showing the two main parts of the block
runtime_ptr :
And
CINDER_RUNTIME_APP:
Please let me know what you think and if you have any issue running this.
Cheers,
Simon.