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.13
Group ID:
ai.dragonfly
Artifact ID:
mesh_3
Version:
0.13
Version Scheme:
Release Date:
Feb 7, 2025
Licenses:
Files:
Full Scala Version:
3.3.5
Developers:
libraryDependencies += "ai.dragonfly" %% "mesh" % "0.13"
ivy"ai.dragonfly::mesh:0.13"
//> using dep "ai.dragonfly::mesh:0.13"
import $ivy.`ai.dragonfly::mesh:0.13`
<dependency> <groupId>ai.dragonfly</groupId> <artifactId>mesh_3</artifactId> <version>0.13</version> </dependency>
compile group: 'ai.dragonfly', name: 'mesh_3', version: '0.13'