Skip to content

assimp.org

The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.

Package Information

  • Domain: assimp.org
  • Name: assimp.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install assimp

Programs

This package provides the following executable programs:

  • assimp

Aliases

This package can also be accessed using these aliases:

  • assimp

Available Versions

Show all 9 versions
  • 6.0.2, 6.0.1, 5.4.3, 5.4.2, 5.4.1
  • 5.4.0, 5.3.1, 5.3.0, 5.2.5

Latest Version: 6.0.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +assimp.org@6.0.2 -- $SHELL -i

Dependencies

This package depends on:

  • zlib.net

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.assimporg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.