Add randomization, saving and loading of parameters in orx-gui

This commit is contained in:
Edwin Jakobs
2020-02-06 23:38:48 +01:00
parent 5111bd6fb8
commit 8dd4f92366
2 changed files with 197 additions and 18 deletions

View File

@@ -1,4 +1,6 @@
dependencies {
compile project(":orx-parameters")
compile "org.openrndr.panel:openrndr-panel:$panelVersion"
compile "org.openrndr:openrndr-dialogs:$openrndrVersion"
compile "com.google.code.gson:gson:$gsonVersion"
}