目录
目录README.md

CAssimp is a Swift System Module for the assimp library which makes it trivially easy to use assimp in your swift projects.

In your project’s Package.swift, add the following dependency:

import PackageDescription

let package = Package(
    name: "yourproject",
    dependencies: [
      .Package(url: "https://github.com/mgadda/CAssimp", majorVersion: 0, minor: 1)
    ]
)

This system module definition expects that you’ll install assimp using homebrew:

brew install assimp

If you’re not using homebrew, you should note that this definition expects assimp to be installed in /usr/local (which is where homebrew typically installed libraries).

关于
35.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号