文件名称:Android代码-在 Android 上,实现沃漂亮的罗诺伊图。
文件大小:1.3MB
文件格式:ZIP
更新时间:2022-08-25 23:45:36
Android代码
Vorolay VoronoiView is a view (ViewGroup) that allows you to add and display views inside Voronoi diagram regions. [Voronoi diagram] (https://en.wikipedia.org/wiki/Voronoi_diagram) Screenshots Import Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { compile 'com.github.Quatja:Vor