{"id":44610361,"url":"https://github.com/ubisoft/Chroma","last_synced_at":"2026-02-26T22:01:10.463Z","repository":{"id":288014817,"uuid":"954539669","full_name":"ubisoft/Chroma","owner":"ubisoft","description":"Chroma (developed by Ubisoft) is a one-stop solution for detecting color blindness-related issues in games. It replicates Protanopia, Deuteranopia, and Tritanopia filters over the game screen, helping users flag accessibility concerns in real-time.","archived":false,"fork":false,"pushed_at":"2025-11-21T12:54:41.000Z","size":21722,"stargazers_count":940,"open_issues_count":1,"forks_count":22,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-01-27T20:12:30.842Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ubisoft.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-25T08:37:07.000Z","updated_at":"2026-01-19T06:30:38.000Z","dependencies_parsed_at":"2025-04-15T12:25:36.592Z","dependency_job_id":null,"html_url":"https://github.com/ubisoft/Chroma","commit_stats":null,"previous_names":["ubisoft/ubichroma","ubisoft/chroma"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ubisoft/Chroma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubisoft%2FChroma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubisoft%2FChroma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubisoft%2FChroma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubisoft%2FChroma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubisoft","download_url":"https://codeload.github.com/ubisoft/Chroma/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubisoft%2FChroma/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29874451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:05:00.265Z","status":"ssl_error","status_checked_at":"2026-02-26T20:57:13.669Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-02-14T12:00:22.733Z","updated_at":"2026-02-26T22:01:10.456Z","avatar_url":"https://github.com/ubisoft.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# Chroma\r\n\r\n**Chroma** helps in simulating different types of color blindness occurring in humans.\r\n\r\nThe main purpose of this is to simulate 3 major [Color Blindness](https://en.wikipedia.org/wiki/Color_blindness) types: _Protanopia_, _Deuteranopia_ and _Tritanopia_ for our different games and to aid the accessibility team in performing various complex testing.\r\n\r\nFollowing are key features:\r\n\r\n- Color simulation on a single monitor. This solution works on top of the game and can be maximized as per requirements.\r\n- Works on all games. No dependency on any specific game or engine.\r\n- High performance. Able to simulate live gameplay up to 60 FPS.\r\n- Accurate results.\r\n- Simulation of all types of color blindness.\r\n- Only available solution which captures live gameplay screen and simulates colorblindness.\r\n- Easy screenshots to log errors.\r\n- Easy and configurable UI.\r\n- For more details look into userguide [here](source/Userguide.pdf).\r\n  \r\nHere is an example comparing the default image with its Deuteranopia-filtered version:\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\u003cb\u003eOriginal Image\u003c/b\u003e:\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n![Ubisoft Chroma - Default View](https://github.com/user-attachments/assets/eb654cd7-7cbb-44f9-8816-6c863f321a82)\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n\u003cb\u003eFiltered Image (Deuteranopia)\u003c/b\u003e:\r\n\u003cbr/\u003e\r\n\u003cbr/\u003e\r\n![Ubisoft Chroma - Deuteranopia View](https://github.com/user-attachments/assets/7a1af4ac-5a1f-45ca-a4ff-0c551861bac1)\r\n\u003cbr/\u003e\r\n\r\n**Download the official Chroma logos [here](assets/logos).**\r\n\r\n## Known Issue During CMake Process\r\nIf you encounter the following error while running CMake without Visual Studio 2022:\r\n\r\n```\r\nerror C2039: 'wait_for': is not a member of 'winrt::impl'\r\n```\r\n\r\nThis issue may occur due to an outdated `CPPWinRT` library. To resolve it, install the `Microsoft.Windows.CppWinRT` NuGet package using the following command:\r\n\r\n```sh\r\nnuget install Microsoft.Windows.CppWinRT\r\n```\r\n\r\nAlternatively, ensure that your development environment is using an updated version of `CPPWinRT`. **The best option to avoid this issue is to use Visual Studio 2022.**\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubisoft%2FChroma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubisoft%2FChroma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubisoft%2FChroma/lists"}