{"id":18668209,"url":"https://github.com/funnyboy-roks/drawlib","last_synced_at":"2025-10-29T23:30:54.203Z","repository":{"id":120284675,"uuid":"565349979","full_name":"funnyboy-roks/DrawLib","owner":"funnyboy-roks","description":"A simple library for drawing shapes using particles in PaperMC Plugins","archived":false,"fork":false,"pushed_at":"2025-01-20T02:47:10.000Z","size":3470,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T03:29:29.974Z","etag":null,"topics":["minecraft","papermc","papermc-library","papermc-plugin"],"latest_commit_sha":null,"homepage":"https://maven.funnyboyroks.com/#/snapshots/com/funnyboyroks/DrawLib/1.0.0-SNAPSHOT","language":"Java","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/funnyboy-roks.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-13T05:22:02.000Z","updated_at":"2025-01-20T02:47:12.000Z","dependencies_parsed_at":"2024-11-07T08:52:30.459Z","dependency_job_id":null,"html_url":"https://github.com/funnyboy-roks/DrawLib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2FDrawLib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2FDrawLib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2FDrawLib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funnyboy-roks%2FDrawLib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funnyboy-roks","download_url":"https://codeload.github.com/funnyboy-roks/DrawLib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238909414,"owners_count":19550842,"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":["minecraft","papermc","papermc-library","papermc-plugin"],"created_at":"2024-11-07T08:41:55.734Z","updated_at":"2025-10-29T23:30:53.694Z","avatar_url":"https://github.com/funnyboy-roks.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/funnyboy-roks/DrawLib.svg)](https://jitpack.io/#funnyboy-roks/DrawLib)\n\n# DrawLib\n\nA simple library to draw some simple shapes using particles in Paper servers\n\n![Screenshot](./img/screenshot.png)\n\n## Maven\n\nAdd jitpack to your `repositories`:\n```xml\n\u003crepository\u003e\n    \u003cid\u003ejitpack.io\u003c/id\u003e\n    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\u003c/repository\u003e\n```\n\nAdd DrawLib to your `dependencies`:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.github.funnyboy-roks\u003c/groupId\u003e\n    \u003cartifactId\u003eDrawLib\u003c/artifactId\u003e\n    \u003cversion\u003e1.1.0-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nFor other tools, see the [JitPack](https://jitpack.io/#funnyboy-roks/DrawLib) page\n\n## Usage\n\n```java\nShapeRenderer renderer = new ShapeRenderer();\n\nrenderer.setColor(Color.RED);\nrenderer.setStepSize(0.1);\nrenderer.setReceivers(player);\nrenderer.drawLine(point1, point2);\n```\n\n## Current Shapes\n\n- Point\n- Line\n- Cuboid\n- Sphere\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyboy-roks%2Fdrawlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunnyboy-roks%2Fdrawlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunnyboy-roks%2Fdrawlib/lists"}