{"id":16099020,"url":"https://github.com/hellerve/gt4processing","last_synced_at":"2025-04-05T22:43:56.831Z","repository":{"id":39002522,"uuid":"501235087","full_name":"hellerve/gt4processing","owner":"hellerve","description":"is a Processing clone in GT","archived":false,"fork":false,"pushed_at":"2022-06-27T16:02:07.000Z","size":28,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T05:12:19.930Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-08T12:10:17.000Z","updated_at":"2023-09-08T18:35:13.000Z","dependencies_parsed_at":"2022-09-12T20:14:03.672Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/gt4processing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fgt4processing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fgt4processing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fgt4processing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2Fgt4processing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/gt4processing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411193,"owners_count":20934650,"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":"2024-10-09T18:25:26.373Z","updated_at":"2025-04-05T22:43:56.811Z","avatar_url":"https://github.com/hellerve.png","language":"Smalltalk","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gt4processing\n\nis a simple clone of Processing for GT. It’s also a work in progress.\n\n## Installation\n\nThe repository contains a Metacello baseline, such that you should be able to execute the following to get the code:\n\n```smalltalk\nMetacello new\n\tbaseline: 'Processing';\n\trepository: 'github://hellerve/gt4processing:main/src';\n\tload.\n```\n\n## Usage\n\n```smalltalk\n(PrSketch\n\tsetup: [ :aCanvas | \n\t\taCanvas\n\t\t\tsize: 500 @ 500;\n\t\t\tbackground: Color veryVeryLightGray ]\n\trun: [ :aCanvas :frameNumber | \n\t\taCanvas\n\t\t\tfill: Color blue;\n\t\t\tstroke: Color green;\n\t\t\trectangleAt: 10 @ 10 withSize: 100 @ 100;\n\t\t\tstroke: Color red;\n\t\t\tlineFrom: 110 @ 110 to: 300 @ 300;\n\t\t\tfill: Color orange;\n\t\t\tstroke: Color white;\n\t\t\tcircleAt: 350 @ 350 withRadius: 100 ])\n\tframeRate: 0\n```\n\n## Demo\n\nhttps://user-images.githubusercontent.com/7725188/173018892-7ec58b7f-d62c-4ea3-8e26-167696a1c493.mov\n\n\u003chr/\u003e\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fgt4processing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fgt4processing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fgt4processing/lists"}