Swiftpack.co - kewlbear/Open3D-iOS as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by kewlbear.
kewlbear/Open3D-iOS 0.0.20210401
Swift package for using Open3D in iOS apps
⭐️ 56
🕓 2 years ago
.package(url: "https://github.com/kewlbear/Open3D-iOS.git", from: "0.0.20210401")

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.sitePackagesURL.insertPythonPath()
NumPySupport.sitePackagesURL.insertPythonPath()
let o3d = Python.import("open3d")
...

Above code requires https://github.com/pvieito/PythonKit.git package.

See Example directory for more.

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

License

MIT

GitHub

link
Stars: 56
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

0.0.20221129003814
1 year ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics