Add VideoGlitch and TapeNoise filters

This commit is contained in:
Edwin Jakobs
2020-05-06 16:55:37 +02:00
parent 75fcb6d5af
commit 538590c2f0
6 changed files with 208 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ sourceSets {
dependencies {
api project(":orx-parameters")
implementation project(":orx-noise")
demoImplementation("org.openrndr:openrndr-ffmpeg:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-core:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
demoImplementation(project(":orx-gui"))