David Yang
David Yang
main.py has become a bit of a dumping ground, clean it up a little bit by moving what should be moved out into other files.
Write unit tests for existing functions for some peace of mind
When recording and video rendering and video writing are working in parallel, the video writing portion of the program will lag behind. If the program is closed while there are...
Complete the _skip_to_next_page implementation so that pageup and pagedown work the way they do in other programs on the filters screen.
Scan the locales directory for language options instead of having to hard-code the drop down menu to make creating new translations easier for code-illiterate contributors.
Get creative, add more filters. See https://github.com/Davidy22/SkunkBooth/blob/main/skunkbooth/filters/matrix.py and https://github.com/Davidy22/SkunkBooth/blob/main/skunkbooth/filters/invert.py for reference.