{"id":13661671,"url":"https://github.com/bassmit/lineburst","last_synced_at":"2025-04-25T03:30:44.461Z","repository":{"id":40507671,"uuid":"346666203","full_name":"bassmit/lineburst","owner":"bassmit","description":"Plot functions and draw large amounts of debug lines, shapes and text to the Unity game and scene view","archived":false,"fork":false,"pushed_at":"2023-08-14T16:35:55.000Z","size":164,"stargazers_count":89,"open_issues_count":0,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-10T16:45:52.446Z","etag":null,"topics":["burst","dots","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bassmit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"bassmit","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-03-11T10:38:14.000Z","updated_at":"2024-08-23T22:47:46.000Z","dependencies_parsed_at":"2024-01-14T01:12:09.395Z","dependency_job_id":"09cc65e9-e607-4bcd-bd6c-5a3e3fb7a6df","html_url":"https://github.com/bassmit/lineburst","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bassmit%2Flineburst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bassmit%2Flineburst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bassmit%2Flineburst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bassmit%2Flineburst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bassmit","download_url":"https://codeload.github.com/bassmit/lineburst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250747665,"owners_count":21480688,"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":["burst","dots","unity"],"created_at":"2024-08-02T05:01:39.198Z","updated_at":"2025-04-25T03:30:43.872Z","avatar_url":"https://github.com/bassmit.png","language":"C#","funding_links":["https://github.com/sponsors/bassmit"],"categories":["GamePlay","C\\#"],"sub_categories":["HUD"],"readme":"# LineBurst\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://github.com/bassmit/images/blob/master/LineBurst/lineburst02.png?raw=true\"\u003e\r\n\u003c/p\u003e\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://github.com/bassmit/images/blob/master/LineBurst/lineburst03.png?raw=true\"\u003e\r\n\u003c/p\u003e\r\n\r\n## Introduction\r\nPlot functions and draw large amounts of debug lines, shapes and text to the Unity Game and Scene View, from BURST compiled jobs or MonoBehaviours.\r\n\r\n## Installation\r\nIf [OpenUpm](https://openupm.com/packages/com.bassmit.lineburst/) is not installed, ensure node.js is installed so you have access to npm and run:\r\n    \r\n    npm install -g openupm-cli\r\n    \r\nTo add LineBurst to a Unity project, open a prompt in the project root and run:\r\n\r\n    openupm add com.bassmit.lineburst\r\n \r\n## Getting Started\r\nCreate a LineBurstRenderer behaviour, then use the thread safe static APIs like:\r\n \r\n    Draw.Line(a, b, Color.red);\r\n     \r\nWhen the amount of elements to be drawn is known allocate the required buffer in one operation:\r\n\r\n    var spheres = new Draw.Spheres(amount);\r\n    for (int i = 0; i \u003c amount; i++)\r\n        spheres.Draw(points[i], radii[i], colors[i]);\r\n        \r\nFor additional examples install the Samples through the package manager.\r\n\r\n## Notes\r\nThe default font is missing lower case letters and many signs, a basic editor is provided in the scene view when a font is selected, pull requests are welcome ; ) The Unity Physics package forms the basis of this package.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbassmit%2Flineburst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbassmit%2Flineburst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbassmit%2Flineburst/lists"}