{"id":28239177,"url":"https://github.com/quackster/chroma","last_synced_at":"2025-06-11T07:31:30.801Z","repository":{"id":113217959,"uuid":"319844663","full_name":"Quackster/Chroma","owner":"Quackster","description":"Chroma (Greek χρώμα for paint) a furniture renderer for the Habbo SWF's","archived":false,"fork":false,"pushed_at":"2025-04-04T07:46:12.000Z","size":254,"stargazers_count":6,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T02:11:48.892Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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.txt","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-12-09T04:46:35.000Z","updated_at":"2025-04-04T07:46:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"11c08470-cd0c-4cb2-bc4f-c38b88dc6595","html_url":"https://github.com/Quackster/Chroma","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%2FChroma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FChroma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FChroma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FChroma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quackster","download_url":"https://codeload.github.com/Quackster/Chroma/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quackster%2FChroma/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259221933,"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:50.456Z","updated_at":"2025-06-11T07:31:30.777Z","avatar_url":"https://github.com/Quackster.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chroma\nChroma (Greek word χρώμα for paint) a furniture renderer for the Habbo SWF's\n\n## How to use?\n\nCompile the ChromaWebApp to the operating system of your choice (it runs on .NET 5 and works on Linux).\n\nPut the swfs in the folder /swfs/hof_furni/ where the app is located, for example...\n\n- chroma/\n  - ChromaWebApp.exe\n  - swfs/hof_furni/\n    - rare_dragonlamp.swf\n   \n## Download\n\nThe latest builds for Linux and Windows are found on the [latest](https://github.com/Quackster/Chroma/releases/tag/latest) tag.\n\n| OS | Download |\n|---|---|\n| Linux (64-bit) | [Chroma-linux-x64.zip](https://github.com/Quackster/Chroma/releases/download/latest/Chroma-linux-x64.zip) |\n| Windows (64-bit) | [Chroma-win-x64.zip](https://github.com/Quackster/Chroma/releases/download/latest/Chroma-win-x64.zip) |\n\n## Setup\n\nTo run Chroma, you need to install .NET 8 [runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) for your operating system.\n\nOnce downloaded, you may execute ``./ChromaWebApp`` (Linux) or ``ChromaWebApp.exe`` (Windows).\nOnce that's done, you should see the following console output.\n\n```\ninfo: Microsoft.Hosting.Lifetime[0]\n      Now listening on: http://localhost:5000\ninfo: Microsoft.Hosting.Lifetime[0]\n      Now listening on: https://localhost:5001\ninfo: Microsoft.Hosting.Lifetime[0]\n      Application started. Press Ctrl+C to shut down.\ninfo: Microsoft.Hosting.Lifetime[0]\n      Hosting environment: Production\ninfo: Microsoft.Hosting.Lifetime[0]\n      Content root path: [your working directory]\n```\n\nRun the app.\n\n(On Linux for example)\n\n``./ChromaWebApp --urls=http://*:8090/``\n\n(On Windows for example)\n\n``ChromaWebApp.exe --urls=http://*:8090/``\n\nAfter adding a SWF file to the /swf/hof_furni folder as shown above, lets say \"rare_parasol.swf\", then heading over to this link\n\nhttps://localhost:5001/?sprite=rare_parasol\u0026color=0\u0026direction=4\u0026small=false\u0026state=1\n\nShould display:\n\n![image](https://github.com/user-attachments/assets/58659492-900b-462b-8cc2-56ddbf42a81f)\n\nThen proxy it through PHP.\n\n```php\n\u003c?php\nheader ('Content-Type: image/png');\necho file_get_contents(\"http://127.0.0.1:8090/?\" . $_SERVER['QUERY_STRING']);\n?\u003e\n```\n\nAnd it should work like so, for example, using the furni imager hosted on Classic Habbo.\n\nhttps://cdn.classichabbo.com/habbo-imaging/furni?sprite=rare_dragonlamp\u0026color=2\u0026direction=0\u0026small=false\n\nYou can see the arguments used above to change how such furniture should be rendered to image.\n\n![](https://cdn.classichabbo.com/habbo-imaging/furni?sprite=rare_dragonlamp\u0026color=2\u0026direction=0\u0026small=false)\n\n## A massive thanks to\n\n- higoka\n- Scottstamp\n- Arachis\n- Speaqer\n- Parsnip\n- Billsonnn\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Fchroma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackster%2Fchroma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackster%2Fchroma/lists"}