项目作者: kressnick25

项目描述 :
Mobile cross-platform 3D point cloud rendering using Euclideon's udSDK
高级语言: Dart
项目地址: git://github.com/kressnick25/pointfluent.git
创建时间: 2020-07-30T01:12:20Z
项目社区:https://github.com/kressnick25/pointfluent

开源协议:MIT License

下载


Pointfluent

Mobile cross-platform 3D point cloud rendering using Euclideon’s udSDK.

Getting Started

Install flutter -> instructions

Download Euclideon’s udSDK

Android

  • Copy the android_arm64 and android_x64 folders from udSDK/lib/ into a new folder vaultSDK/android/src/main/jniLibs.
  • Rename them to arm64-v8a and x86_64 respectively.

iOS

  • TODO

    Build & run the project using flutter run

Code Style

See Effective Dart: Style