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