{"id":24003453,"url":"https://github.com/kalilistic/dalamud.drunkentoad","last_synced_at":"2025-09-14T08:31:41.054Z","repository":{"id":54349946,"uuid":"298919418","full_name":"kalilistic/Dalamud.DrunkenToad","owner":"kalilistic","description":"A set of common utilities to use in dalamud plugins.","archived":false,"fork":false,"pushed_at":"2025-01-04T20:41:02.000Z","size":15263,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T21:28:15.407Z","etag":null,"topics":["dalamud","dalamud-plugin"],"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/kalilistic.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":"2020-09-26T23:56:30.000Z","updated_at":"2025-01-04T20:41:05.000Z","dependencies_parsed_at":"2023-02-12T19:00:33.367Z","dependency_job_id":"9abaef74-1281-4c37-bf83-63286d13eed5","html_url":"https://github.com/kalilistic/Dalamud.DrunkenToad","commit_stats":null,"previous_names":[],"tags_count":57,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalilistic%2FDalamud.DrunkenToad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalilistic%2FDalamud.DrunkenToad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalilistic%2FDalamud.DrunkenToad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalilistic%2FDalamud.DrunkenToad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalilistic","download_url":"https://codeload.github.com/kalilistic/Dalamud.DrunkenToad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232962564,"owners_count":18603378,"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":["dalamud","dalamud-plugin"],"created_at":"2025-01-08T01:38:42.626Z","updated_at":"2025-01-08T01:38:42.976Z","avatar_url":"https://github.com/kalilistic.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dalamud.DrunkenToad\r\n\r\nA set of utilities to use in developing dalamud plugins. Equal in prestige to its in-game namesake.\r\n\r\n## Features\r\n- Provides thread-safe sorted collection type.\r\n- Provides IPCs consumer for integrating with other dalamud plugins.\r\n- Provides custom models for working with common game data objects.\r\n- Provides Dalamud context service that instantiates dalamud services and custom service wrappers.\r\n- Provides custom service classes to handle common tasks like managing player lists.\r\n- Provides wrapper classes for Dalamud services to provide helper methods for common tasks.\r\n- Provides extension classes for adding object helper methods.\r\n- Provides localized ImGui components backed using Dalamud.Loc.\r\n- Provides utility classes for common tasks.\r\n- Provides a set of common ImGui components.\r\n\r\n## How to use\r\nAdd as a submodule to your plugin project.\r\n\r\n## Examples\r\n\r\n### Using static context\r\n```csharp\r\nif (!DalamudContext.Initialize(pluginInterface))\r\n{\r\n    PluginLog.LogError(\"Failed to initialize properly.\");\r\n    return;\r\n}\r\n```\r\n\r\n### Using dependency injection\r\n```csharp\r\nvar services = new ServiceCollection();\r\nvar toadServiceInitializer = new ToadServiceInitializer(pluginInterface);\r\ntoadServiceInitializer.AddDalamudServices(services);\r\ntoadServiceInitializer.AddToadServices(services);\r\nvar serviceProvider = services.BuildServiceProvider();\r\n```\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalilistic%2Fdalamud.drunkentoad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalilistic%2Fdalamud.drunkentoad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalilistic%2Fdalamud.drunkentoad/lists"}