Skip to content

Swift package for using Open3D in iOS apps

License

Notifications You must be signed in to change notification settings

bingkangzhang/Open3D-iOS

 
 

Repository files navigation

Open3D-iOS

This swift package enables you to use Open3D in your iOS apps.

Installation

.package(url: "https://github.com/kewlbear/Open3D-iOS.git", .branch("main"))

Usage

import Open3DSupport
import NumPySupport
import PythonSupport
import PythonKit

PythonSupport.initialize()
Open3DSupport.sitePackageUrl.insertPythonPath()
NumPySupport.sitePackageUrl.insertPythonPath()
let o3d = Python.import("open3d")
...

If you want to build XCFrameworks yourself, see https://github.com/kewlbear/Open3D.

License

MIT

About

Swift package for using Open3D in iOS apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.5%
  • Swift 5.6%
  • Other 0.9%