{"id":28239225,"url":"https://github.com/quackster/avatara","last_synced_at":"2025-07-13T12:04:43.176Z","repository":{"id":116595556,"uuid":"323019429","full_name":"Quackster/Avatara","owner":"Quackster","description":"Habbo Hotel figure avatar imager for 2009 era figure codes written in C# .NET 8","archived":false,"fork":false,"pushed_at":"2024-07-13T09:20:15.000Z","size":10731,"stargazers_count":7,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T02:11:53.665Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quackster.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}},"created_at":"2020-12-20T07:39:51.000Z","updated_at":"2025-04-15T04:09:30.000Z","dependencies_parsed_at":"2024-02-11T02:35:44.659Z","dependency_job_id":null,"html_url":"https://github.com/Quackster/Avatara","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/Quackster%2FAvatara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FAvatara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FAvatara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FAvatara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quackster","download_url":"https://codeload.github.com/Quackster/Avatara/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FAvatara/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259221929,"owners_count":22823987,"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":[],"created_at":"2025-05-19T02:11:53.700Z","updated_at":"2025-07-13T12:04:43.171Z","avatar_url":"https://github.com/Quackster.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avatara\nHabbo Hotel figure avatar imager for 2009 era figure codes. \n\nPre-v18 figure codes are now supported.\n\n## How to Use\n\n\"Avatara\" on its own, is a figure library, it is not a web server!\n\nExtract *figuredata-shockwave.zip* if you plan to use 2012-2007 era clothing. \n\nExtract *figuredata-2013.zip* if you plan to use 2013 era clothing.\n\nYou can add your own SWFs by simply replacing the SWFS in /figuredata/compiled/ and also replace the figuredata.xml.\n\nIf the **xml** and **images** folder doesn't exist, Avatara will automatically create the folders and extract the SWFs on first run, so that each subsequent run is quicker.\n\n```c\n\n// ... only need to be called once\n\nFiguredataReader.Instance.Load();\nFlashExtractor.Instance.Load();\n\n// ... the imager arguments...\n\nstring? figure = \"hd-180-1.hr-100-61.ch-210-66.lg-270-82.sh-290-80\";\nstring size = \"b\";\nint bodyDirection = 2;\nint headDirection = 2;\nstring action = \"std\";\nstring gesture = \"sml\";\nbool headOnly = false;\nint frame = 1;\nint carryDrink = -1;\nbool cropImage = false;\n\n// .. generating the PNG output\n\nvar avatar = new Avatar(FiguredataReader.Instance, figure, size, bodyDirection, headDirection, action: action, gesture: gesture, headOnly: headOnly, frame: frame, carryDrink: carryDrink, cropImage: cropImage);\nFile.WriteAllBytes(\"figure.png\", avatar.Run());\n\n```\n\n### Available on NuGet\n\nNuGet link: https://www.nuget.org/packages/Avatara-Imager/1.0.0\n\nPackage: \n\n```\nNuGet\\Install-Package Avatara-Imager -Version 1.0.0\n```\n\n## As a web server?\n\nSee: https://github.com/Quackster/Minerva\n\n## Credits\n\nThanks to ArachisH for the Flazzy project. \nForked: https://github.com/Quackster/Flazzy\n\nThanks to Webbanditten for solving some rendering problems.\n\nThanks to Alcosmos for the old to new figure code converter code.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Favatara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackster%2Favatara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Favatara/lists"}