{"id":13644010,"url":"https://github.com/xyzxqs/XLowPoly","last_synced_at":"2025-04-21T06:32:29.448Z","repository":{"id":201837371,"uuid":"69787443","full_name":"xyzxqs/XLowPoly","owner":"xyzxqs","description":"Lowpoly picture, Sandpainting for Android implemented by JNI, delaunay triangulation algorithm","archived":false,"fork":false,"pushed_at":"2018-11-01T08:05:26.000Z","size":2581,"stargazers_count":268,"open_issues_count":2,"forks_count":45,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-11-09T16:43:33.221Z","etag":null,"topics":["android","android-library","delaunay-triangulation","jni","lowpoly"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xyzxqs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-10-02T08:47:06.000Z","updated_at":"2024-07-24T11:46:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2d3f926-c35c-4333-8221-a78663b00ecd","html_url":"https://github.com/xyzxqs/XLowPoly","commit_stats":null,"previous_names":["xyzxqs/xlowpoly"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyzxqs%2FXLowPoly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyzxqs%2FXLowPoly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyzxqs%2FXLowPoly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyzxqs%2FXLowPoly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xyzxqs","download_url":"https://codeload.github.com/xyzxqs/XLowPoly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250008245,"owners_count":21359954,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-library","delaunay-triangulation","jni","lowpoly"],"created_at":"2024-08-02T01:01:56.235Z","updated_at":"2025-04-21T06:32:24.437Z","avatar_url":"https://github.com/xyzxqs.png","language":"C","funding_links":[],"categories":["图片"],"sub_categories":[],"readme":"# XLowPoly\nLow poly picture, Sandpainting for Android implemented by JNI, delaunay triangulation algorithm.\n\n## Screenshots\n\n\u003cimg src=\"/screenshots/lowpoly0.png\" alt=\"screenshot\" title=\"screenshot\" width=\"270\" height=\"486\" /\u003e \u003cimg src=\"/screenshots/lowpoly1.png\" alt=\"screenshot\" title=\"screenshot\" width=\"270\" height=\"486\" /\u003e\n\n\u003cimg src=\"/screenshots/lowpoly2.png\" alt=\"screenshot\" title=\"screenshot\" width=\"270\" height=\"486\" /\u003e \u003cimg src=\"/screenshots/lowpoly3.png\" alt=\"screenshot\" title=\"screenshot\" width=\"270\" height=\"486\" /\u003e\n\n## Including in your project\n\nTo add a dependency on xlowpoly using Gradle:\n\n```gradle\ndependencies {\n  compile 'io.github.xyzxqs:xlowpoly:1.0.1'\n}\n```\n\nor import the module `xlowpoly` to your project by Android Studio\n\nYou can also use [these source files](./xlowpoly/src/main/jni/) to compile cross platform program.\n\n## Usage\n\n```java\n\nBitmap out = LowPoly.sandPainting(Bitmap input, int threshold, float alphaOrPointCount);\n\nBitmap out = LowPoly.lowPoly(Bitmap input, float alphaOrPointCount, boolean fill); \n\n```\n\n## License\n\n     Copyright 2016 xyzxqs (xyzxqs@gmail.com)\n\n     Licensed under the Apache License, Version 2.0 (the \"License\");\n     you may not use this file except in compliance with the License.\n     You may obtain a copy of the License at\n\n        http://www.apache.org/licenses/LICENSE-2.0\n\n     Unless required by applicable law or agreed to in writing, software\n     distributed under the License is distributed on an \"AS IS\" BASIS,\n     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n     See the License for the specific language governing permissions and\n     limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyzxqs%2FXLowPoly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxyzxqs%2FXLowPoly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyzxqs%2FXLowPoly/lists"}