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.1


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

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

Mill build tool

ivy"ai.dragonfly::mesh:0.1"

Scala CLI

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

Ammonite REPL

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'