VoylinsGamedevJourney / gozen

The modular video editor
https://youtube.com/@voylinsgamedevjourney
GNU General Public License v3.0
145 stars 22 forks source link

CoreEffects #99

Closed voylin closed 2 weeks ago

voylin commented 3 weeks ago

This will be important as it will handle all the effects on clips. CoreView will have to interact with CoreEffects a lot to get the data for each frames effects. That's basically all CoreEffects will do, provide the option to add effects to clips, change effect settings and remove effects. Effects handling will be done by the view.

Init commit: 3f56b29818137a7f048b59d778229cec4846591c

voylin commented 2 weeks ago

I just initialized the file, more then that can't be done yet.