e

empty3-library-3d

3D rendering engine. Plus modelling. expected glsl textures 3d and 2d rendering
https://github.com/manuelddahmen/empty3
Gnu Gpl 3
Manuel D Dahmen
Files download
File Operation
empty3-library-3d-2020.2.5.jar download
empty3-library-3d-2020.2.5.pom download
empty3-library-3d-2020.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>one.empty3</groupId>
  <artifactId>empty3-library-3d</artifactId>
  <version>2020.2.5</version>
</dependency>
Gradle Groovy
implementation 'one.empty3:empty3-library-3d:2020.2.5'
Gradle Kotlin
implementation("one.empty3:empty3-library-3d:2020.2.5")
Scala SBT
libraryDependencies += "one.empty3" % "empty3-library-3d" % "2020.2.5"
Groovy Grape
@Grapes(
  @Grab(group='one.empty3', module='empty3-library-3d', version='2020.2.5')
)
Apache Ivy
<dependency org="one.empty3" name="empty3-library-3d" rev="2020.2.5" />
Leiningen
[one.empty3/empty3-library-3d "2020.2.5"]
Apache Buildr
'one.empty3:empty3-library-3d:jar:2020.2.5'