{"id":15687283,"url":"https://github.com/stanzilla/libcustomglow","last_synced_at":"2025-05-07T03:02:03.415Z","repository":{"id":43783099,"uuid":"155921086","full_name":"Stanzilla/LibCustomGlow","owner":"Stanzilla","description":"A library to add custom glow effects to frames","archived":false,"fork":false,"pushed_at":"2025-05-06T16:29:27.000Z","size":173,"stargazers_count":9,"open_issues_count":5,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T17:40:43.943Z","etag":null,"topics":["lua","world-of-warcraft","world-of-warcraft-addon","wow-addon"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/wow/addons/libcustomglow","language":"Lua","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/Stanzilla.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},"funding":{"github":"stanzilla","custom":"https://www.paypal.me/bstaneck"}},"created_at":"2018-11-02T21:01:17.000Z","updated_at":"2025-05-06T16:29:32.000Z","dependencies_parsed_at":"2024-12-10T16:35:57.135Z","dependency_job_id":"92d1d026-0c28-4dc1-97b6-ca69a3410d75","html_url":"https://github.com/Stanzilla/LibCustomGlow","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stanzilla%2FLibCustomGlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stanzilla%2FLibCustomGlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stanzilla%2FLibCustomGlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stanzilla%2FLibCustomGlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stanzilla","download_url":"https://codeload.github.com/Stanzilla/LibCustomGlow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252804208,"owners_count":21806769,"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":["lua","world-of-warcraft","world-of-warcraft-addon","wow-addon"],"created_at":"2024-10-03T17:46:33.487Z","updated_at":"2025-05-07T03:02:02.730Z","avatar_url":"https://github.com/Stanzilla.png","language":"Lua","readme":"# LibCustomGlow\n\nIf you want to use LCG in your addon, please make sure to add it and `Masque` to your `OptionalDependencies` array in your TOC file.\n\nAdds functions:\n\n## Pixel Glow\n\n- `PixelGlow_Start(frame[, color[, N[, frequency[, length[, th[, xOffset[, yOffset[, border[ ,key]]]]]]]])`\n\nStarts glow over target frame with set parameters:\n\n- `frame` - target frame to set glowing;\n- `color` - {r,g,b,a}, color of lines and opacity, from 0 to 1. Default value is {0.95, 0.95, 0.32, 1};\n- `N` - number of lines. Default value is 8;\n- `frequency` - frequency, set to negative to inverse direction of rotation. Default value is 0.25;\n- `length` - length of lines. Default value depends on region size and number of lines;\n- `th` - thickness of lines. Default value is 2;\n- `xOffset`,`yOffset` - offset of glow relative to region border;\n- `border` - set to true to create border under lines;\n- `key` - key of glow, allows for multiple glows on one frame;\n\n---\n\n- `PixelGlow_Stop(frame[, key])`\n\nStops glow with set key over target frame\n\n## AutoCast Glow\n\n- `AutoCastGlow_Start(frame[, color[, N[, frequency[, scale[, xOffset[, yOffset[, key]]]]]]])`\n\nStarts glow over target frame with set parameters:\n\n- `frame` - target frame to set glowing;\n- `color` - {r,g,b,a}, color of particles and opacity, from 0 to 1. Default value is {0.95, 0.95, 0.32, 1};\n- `N` - number of particle groups. Each group contains 4 particles. Default value is 4;\n- `frequency` - frequency, set to negative to inverse direction of rotation. Default value is 0.125;\n- `scale` - scale of particles;\n- `xOffset`,`yOffset` - offset of glow relative to region border;\n- `key` - key of glow, allows for multiple glows on one frame;\n\n---\n\n- `AutoCastGlow_Stop(frame[, key])`\n\nStops glow with set key over target frame\n\n## ButtonGlow\n\nBlizzard glow is based heavily on \u003chttps://www.wowace.com/projects/libbuttonglow-1-0\u003e\n\n- `ButtonGlow_Start(frame[, color[, frequency]]])`\n\nStarts glow over target frame with set parameters:\n\n- `frame` - target frame to set glowing;\n- `color` - {r,g,b,a}, color of particles and opacity, from 0 to 1. Default value is {0.95, 0.95, 0.32, 1};\n- `frequency` - frequency. Default value is 0.125;\n\n---\n\n- `ButtonGlow_Stop(frame)`\n\n    Stops glow over target frame\n","funding_links":["https://github.com/sponsors/stanzilla","https://www.paypal.me/bstaneck"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanzilla%2Flibcustomglow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstanzilla%2Flibcustomglow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstanzilla%2Flibcustomglow/lists"}