Add LaserBlur

This commit is contained in:
Edwin Jakobs
2020-05-03 18:38:33 +02:00
parent bade284622
commit cee3e1fd14
5 changed files with 236 additions and 2 deletions

View File

@@ -10,9 +10,11 @@ sourceSets {
dependencies {
api project(":orx-parameters")
implementation project(":orx-noise")
demoImplementation("org.openrndr:openrndr-core:$openrndrVersion")
demoImplementation("org.openrndr:openrndr-extensions:$openrndrVersion")
demoImplementation(project(":orx-gui"))
demoImplementation(project(":orx-compositor"))
demoRuntimeOnly("org.openrndr:openrndr-gl3:$openrndrVersion")
demoRuntimeOnly("org.openrndr:openrndr-gl3-natives-$openrndrOS:$openrndrVersion")
demoImplementation(sourceSets.getByName("main").output)