C4D++ (C++ Scripting in C4D)

Hello,

Here is an C++ REPL plugins for Maxon Cinema 4D (C4D) R15 that is based on Cling.
Right now it works only on Windows x64.
Using this system it is possible to experiment with C++14 and API of C4D without needing to restart the main application.
All this is possible thanks to Cling!
Thanks you very much for making this available!

bitbucket.org/remotion/c4d/wiki/Home

regards,
Remo

Hi Remo,
Congrats, looks very promising. Could you tell us a bit more about the use cases?
Cheers,
Vassil

Could you tell us a bit more about the use cases?

Try some C++ code without recompiling and restarting main application.
Experiment with C++14 and C4D API.
Write and test some scripts for C4D in C++.
Code generation using Drag and Drop.
And moreā€¦

regards,
Remo