xyzxqs / XLowPoly

Lowpoly picture, Sandpainting for Android implemented by JNI, delaunay triangulation algorithm
Apache License 2.0
268 stars 45 forks source link

不支持iOS吗? #1

Closed 008v closed 6 years ago

008v commented 6 years ago

不支持iOS吗?

xyzxqs commented 6 years ago

项目是 Android 的,不过核心功能是使用 C 实现的,想在 iOS 平台使用的话,需要自己移植。

008v commented 6 years ago

项目是 Android 的,不过核心功能是使用 C 实现的,想在 iOS 平台使用的话,需要自己移植。

好吧。方便加qq嘛?讨论下delaunay算法

xyzxqs commented 6 years ago

我实现这个算法的时候只参考了: Delaunay三角剖分算法