r

run-on-glthread

an attempt to minimize the boilerplate needed to run OpenGL commands in an android test
https://github.com/mirceanis/run-on-glthread
MIT
Mircea Nistor
Files download
File Operation
run-on-glthread-0.3.pom download
run-on-glthread-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>ro.mirceanistor</groupId>
  <artifactId>run-on-glthread</artifactId>
  <version>0.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'ro.mirceanistor:run-on-glthread:0.3'
Gradle Kotlin
implementation("ro.mirceanistor:run-on-glthread:0.3")
Scala SBT
libraryDependencies += "ro.mirceanistor" % "run-on-glthread" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='ro.mirceanistor', module='run-on-glthread', version='0.3')
)
Apache Ivy
<dependency org="ro.mirceanistor" name="run-on-glthread" rev="0.3" />
Leiningen
[ro.mirceanistor/run-on-glthread "0.3"]
Apache Buildr
'ro.mirceanistor:run-on-glthread:jar:0.3'
Dependencies