aboutsummaryrefslogtreecommitdiffstats
path: root/src/component.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* components automatically drawPreview & save currentPresettassaron2017-07-131-14/+22
| | | | this makes a Component easier to program. also more comments
* fixed various bugstassaron2017-07-111-1/+8
|
* separated creation of ffmpeg commandtassaron2017-07-091-3/+7
| | | | for future use to sllow editing the command before starting the export
* a basic Sound component for mixing soundstassaron2017-07-091-4/+16
| | | | to be greatly expanded...
* more comments + warnings for outdated dependenciestassaron2017-07-091-23/+32
|
* frame-drawing tools for components to sharetassaron2017-07-021-6/+4
|
* renamed component basetassaron2017-07-021-0/+163