-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Interlacing #66
base: master
Are you sure you want to change the base?
Conversation
Starting pull of first line - Pass 1
i think i know why JargeZ does not show any activity. The probable reason is very sad |
I FINALLY FINISHED THE BASIC CORE OF INTERLACING |
Hi @rgm89git I only have some implementation tips. First, this function must be switchable on/off For example, about abstraction: I refactored to simplify the implementation and more correctly fit the new behavior. Now your task is to add only the necessary logic and override the apply_main_effect method in the InterlacedRenderer render class You also need to implement the next frame cache. ... FYI
|
# Conflicts: # app/InterlacedRenderer.py # app/NtscApp.py
Don't worry, i will add some fixes i did with the passing of days. |
The changes on the ntscQT system to use interlacing.
(Still not working, need to fix)