{"id":16087488,"url":"https://github.com/linqlover/colorcontextmenu","last_synced_at":"2026-02-19T18:32:15.466Z","repository":{"id":54159545,"uuid":"336044254","full_name":"LinqLover/ColorContextMenu","owner":"LinqLover","description":"A simple color chooser tool for Squeak/Smalltalk, comprising a radial menu API for Morphic","archived":false,"fork":false,"pushed_at":"2021-09-18T11:47:46.000Z","size":365,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T04:33:07.799Z","etag":null,"topics":["morphic","radial-menu","smalltalk","squeak"],"latest_commit_sha":null,"homepage":"","language":"Smalltalk","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/LinqLover.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}},"created_at":"2021-02-04T18:20:15.000Z","updated_at":"2023-01-06T16:10:01.000Z","dependencies_parsed_at":"2022-08-13T08:00:21.975Z","dependency_job_id":null,"html_url":"https://github.com/LinqLover/ColorContextMenu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LinqLover/ColorContextMenu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2FColorContextMenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2FColorContextMenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2FColorContextMenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2FColorContextMenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinqLover","download_url":"https://codeload.github.com/LinqLover/ColorContextMenu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinqLover%2FColorContextMenu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29627112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["morphic","radial-menu","smalltalk","squeak"],"created_at":"2024-10-09T13:29:53.339Z","updated_at":"2026-02-19T18:32:15.442Z","avatar_url":"https://github.com/LinqLover.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ColorContextMenu – Library and Application Example of a Radial Menu for Squeak\n\n[![smalltalkCI](https://github.com/LinqLover/ColorContextMenu/actions/workflows/main.yml/badge.svg)](https://github.com/LinqLover/ColorContextMenu/actions/workflows/main.yml)\n\nA simple color chooser tool for [Squeak/Smalltalk](https://squeak.org/) for the purpose of comparing several kinds of menu types. This solution focuses on radial menus. The repository also includes **a radial menu API** (`RadialMenuMorph`) that is widely compatible to the standard `MenuMorph` interface.\n\nThis project has originally been developed as part of a study exercise about User Interface Programming, offered by the Computer Graphics Systems Group at HPI ([@hpicgs](https://github.com/hpicgs)).\n\nFor more information on our repository, just check it our or take a look into our [closed and unclosed features](https://github.com/LinqLover/ColorContextMenu/issues?q=+)!\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"img/screenshot-library.png\"\u003e\u003cimg src=\"img/screenshot-library.png\"/\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"img/screenshot-hue.png\"\u003e\u003cimg src=\"img/screenshot-hue.png\"/\u003e\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"img/screenshot-classic.png\"\u003e\u003cimg src=\"img/screenshot-classic.png\"/\u003e\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"img/screenshot-radial.png\"\u003e\u003cimg src=\"img/screenshot-radial.png\"/\u003e\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n\n## Development\n\nClone the repository using [Squot](https://github.com/hpi-swa/Squot).\n\n## Installation\n\n```smalltalk\nMetacello new\n\tbaseline: 'ColorContextMenu';\n\tgithubUser: 'LinqLover' project: 'ColorContextMenu' path: 'src';\n\tload.\n```\n\n## Usage\n\n```smalltalk\nColorChooser open.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinqlover%2Fcolorcontextmenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinqlover%2Fcolorcontextmenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinqlover%2Fcolorcontextmenu/lists"}