8000 GitHub - kewlbear/Open3D-iOS at 0.0.20220131091120
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kewlbear/Open3D-iOS

Repository files navigation

Open3D-iOS

Swift package to use Open3D in 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")
...

See Example directory for more.

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

License

MIT

About

Swift package for using Open3D in iOS apps

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 2

  •  
  •  
0