dragonfly-ai / mesh   0.12

Apache License 2.0 GitHub

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.

Scala versions: 3.x
Scala.js versions: 1.x
Scala Native versions: 0.4

mesh 0.12


Group ID:
ai.dragonfly
Artifact ID:
mesh_3
Version:
0.12
Release Date:
Oct 23, 2023
Licenses:
Files:

libraryDependencies += "ai.dragonfly" %% "mesh" % "0.12"

Mill build tool

ivy"ai.dragonfly::mesh:0.12"

Scala CLI

//> using dep "ai.dragonfly::mesh:0.12"

Ammonite REPL

import $ivy.`ai.dragonfly::mesh:0.12`

<dependency>
  <groupId>ai.dragonfly</groupId>
  <artifactId>mesh_3</artifactId>
  <version>0.12</version>
</dependency>

compile group: 'ai.dragonfly', name: 'mesh_3', version: '0.12'