A cross compiled Scala 3 library that provides accessible functionality to generate, manipulate, and export 3D mesh objects. Currently supports .PLY, and .OBJ/.MTL file formats.
mesh 0.14
Group ID:
ai.dragonfly
Artifact ID:
mesh_3
Version:
0.14
Version Scheme:
Release Date:
Jun 15, 2025
Licenses:
Files:
Full Scala Version:
3.3.6
Developers:
libraryDependencies += "ai.dragonfly" %% "mesh" % "0.14"
ivy"ai.dragonfly::mesh:0.14"
//> using dep "ai.dragonfly::mesh:0.14"
import $ivy.`ai.dragonfly::mesh:0.14`
<dependency> <groupId>ai.dragonfly</groupId> <artifactId>mesh_3</artifactId> <version>0.14</version> </dependency>
compile group: 'ai.dragonfly', name: 'mesh_3', version: '0.14'