buddhi1980 / mandelbulber2

Official repository for Mandelbulber v2
GNU General Public License v3.0
901 stars 115 forks source link

To use QtScriptEngine in animation engine #157

Open buddhi1980 opened 7 years ago

buddhi1980 commented 7 years ago

Animation of parameters could be defined as an expression like: 1.0 + sin(frame / 10.0)

QtScriptEngine has evaluate function which can calculate value from expression given as a string

ghost commented 7 years ago

I use Spreadsheet for this functionality. To truly add value with the QtScriptEngine, the Animation GUI requires a massive overhaul. I suggest we table this for after opencl. Please re-open if required.

buddhi1980 commented 7 years ago

Why you close it? You should change milestone. We forget about closed issues.

ghost commented 7 years ago

I close issues, lol. Sometimes we have to re-open them. Life is good!

zebastian commented 6 years ago

BTW: also in this topic falls the cli scripting: https://github.com/buddhi1980/mandelbulber2/tree/master/mandelbulber2/deploy/share/mandelbulber2/scripts We should revisit this topic in the future...