{"id":16009134,"url":"https://github.com/fwcd/sketch","last_synced_at":"2026-03-03T09:08:45.619Z","repository":{"id":98826372,"uuid":"121028422","full_name":"fwcd/sketch","owner":"fwcd","description":"2D drawing widget for Swing","archived":false,"fork":false,"pushed_at":"2019-08-05T22:19:22.000Z","size":475,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-15T16:40:08.778Z","etag":null,"topics":["2d-graphics","drawing-library","swing","vector-graphics"],"latest_commit_sha":null,"homepage":"","language":"Java","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/fwcd.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,"zenodo":null}},"created_at":"2018-02-10T15:42:07.000Z","updated_at":"2024-11-21T10:50:46.000Z","dependencies_parsed_at":"2023-06-26T10:15:45.038Z","dependency_job_id":null,"html_url":"https://github.com/fwcd/sketch","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fwcd/sketch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fsketch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fsketch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fsketch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fsketch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fwcd","download_url":"https://codeload.github.com/fwcd/sketch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fwcd%2Fsketch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30038672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T06:58:30.252Z","status":"ssl_error","status_checked_at":"2026-03-03T06:58:15.329Z","response_time":61,"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":["2d-graphics","drawing-library","swing","vector-graphics"],"created_at":"2024-10-08T13:01:20.396Z","updated_at":"2026-03-03T09:08:45.614Z","avatar_url":"https://github.com/fwcd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sketch\r\n2D vector graphics drawing widget for Swing.\r\n\r\n![Screenshot](screenshot.png)\r\n\r\n## Getting Started\r\nAdding a Sketch widget to an existing Swing application is simple:\r\n\r\n```java\r\nSketchBoardModel model = new SketchBoardModel();\r\nSketchPaneView sketchPane = new SketchPaneView.Builder(model)\r\n\t.colors(Color.BLACK, Color.MAGENTA, Color.YELLOW)\r\n\t.foldMenus(false)\r\n\t.build();\r\ntopLevelPanel.add(sketchPane.getComponent(), BorderLayout.CENTER);\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fsketch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffwcd%2Fsketch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffwcd%2Fsketch/lists"}