refactor: Make EffectPlugin an abstract base class, update effects to inherit from it, and improve plugin discovery.
#32
Reference in New Issue
Block a user
Delete Branch "chore/plugin-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
chore: migrate effect plugins to ABC paradigm
Updates the effect plugin system to use proper ABC (Abstract Base Class) inheritance in preparation for david's
feature/vector_display rebase.
Changes:
Why:
EffectPluginan abstract base class, update effects to inherit from it, and improve plugin discovery. edd1416407