{"id":26716422,"url":"https://github.com/processing/processing4-javafx","last_synced_at":"2025-10-17T03:11:19.750Z","repository":{"id":50702577,"uuid":"448591023","full_name":"processing/processing4-javafx","owner":"processing","description":"JavaFX library for Processing 4","archived":false,"fork":false,"pushed_at":"2022-03-12T17:52:55.000Z","size":60,"stargazers_count":18,"open_issues_count":16,"forks_count":6,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-14T01:36:01.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/processing.png","metadata":{"files":{"readme":"README.md","changelog":"changes.md","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-01-16T15:17:41.000Z","updated_at":"2025-04-09T17:50:14.000Z","dependencies_parsed_at":"2022-09-24T14:02:52.471Z","dependency_job_id":null,"html_url":"https://github.com/processing/processing4-javafx","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/processing/processing4-javafx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing4-javafx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing4-javafx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing4-javafx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing4-javafx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/processing","download_url":"https://codeload.github.com/processing/processing4-javafx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/processing%2Fprocessing4-javafx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279275621,"owners_count":26138630,"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","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-03-27T15:27:07.728Z","updated_at":"2025-10-17T03:11:19.725Z","avatar_url":"https://github.com/processing.png","language":"Java","readme":"# `FX2D`\n\nThis repository contains the JavaFX renderer for Processing 4, also known as `FX2D`.\n\nThe JavaFX binaries have grown very large in size so this was a necessary step to avoid making the Processing download excessively large, given that not everyone uses JavaFX. More discussion/explanation [here](https://github.com/processing/processing4/issues/348).\n\nThis version of the JavaFX library will be required for `FX2D` sketches starting with 4.0 beta 4.\n\n\n## This library is large\n\nThe build script creates a very large download (hundreds of megabytes), because Processing supports several platforms (3 officially, 3 more unofficially) and we want to make it easy to use all of them. This is an acceptable tradeoff for a standalone library like this, but if you want a smaller build, you have options:\n\n1. Disable `\u003cantcall target=\"retrieve-gluon\"\u003e` stanzas for platforms you don't care about.\n\n2. Un-comment the `\u003c!-- \u003cexclude name=\"**/*jfxwebkit.*\" /\u003e --\u003e` line so that the WebKit library is removed.\n\nThese are not done by default because we've seen projects that (1) run on all those platforms, and (2) use the full browser implementation available with the WebKit support. Again, because this is an optional download, this seems the correct tradeoff.\n\n\n## Pushing a new release\n\n1. Roll the version/revision numbers in `mode.properties`\n\n2. Tag the latest and push\n\n        git tag -a rev1280 -m 'Revision 1280 (Processing 4.0b5)'\n        git push origin --tags\n\n3. Delete the previous `latest` tag\n\n        git tag -d latest\n        git push origin :refs/tags/latest\n\n4. Create new `latest` tag with the current state of the repo\n\n        git tag -f -a latest -m 'Revision 1280 (Processing 4.0b5)'\n        git push -f --tags\n\n5. Create the distribution\n\n        ant dist\n\n    Then upload dist/processing4-javafx.zip and dist/processing4-javafx.txt to the `latest` tag on Github. Can also upload them to the tag for the current version, for anyone installing manually.\n\n6. Add changes in MarkDown format to the release: \u003chttps://github.com/processing/processing4-javafx/releases\u003e\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Contributions"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocessing%2Fprocessing4-javafx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprocessing%2Fprocessing4-javafx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprocessing%2Fprocessing4-javafx/lists"}