{"id":28395074,"url":"https://github.com/webfx-project/webfx-extras","last_synced_at":"2025-06-27T01:31:12.415Z","repository":{"id":186574139,"uuid":"320398905","full_name":"webfx-project/webfx-extras","owner":"webfx-project","description":"A collection of extra JavaFX components and features designed for WebFX","archived":false,"fork":false,"pushed_at":"2025-04-11T15:23:17.000Z","size":8858,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T06:52:10.887Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://webfx.dev","language":"Java","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/webfx-project.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2020-12-10T21:53:25.000Z","updated_at":"2025-04-11T15:23:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"116b70ae-41e2-40b1-a26a-9f2c523fead1","html_url":"https://github.com/webfx-project/webfx-extras","commit_stats":null,"previous_names":["webfx-project/webfx-extras"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webfx-project/webfx-extras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webfx-project%2Fwebfx-extras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webfx-project%2Fwebfx-extras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webfx-project%2Fwebfx-extras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webfx-project%2Fwebfx-extras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webfx-project","download_url":"https://codeload.github.com/webfx-project/webfx-extras/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webfx-project%2Fwebfx-extras/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262172343,"owners_count":23269987,"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":"2025-05-31T19:38:42.682Z","updated_at":"2025-06-27T01:31:12.398Z","avatar_url":"https://github.com/webfx-project.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Deploy to Sonatype](https://github.com/webfx-project/webfx-extras/actions/workflows/build-and-deploy-to-sonatype.yml/badge.svg)\n![Scc Code Count Badge](https://sloc.xyz/github/webfx-project/webfx-extras/?category=code)\n![Scc Blanks Count Badge](https://sloc.xyz/github/webfx-project/webfx-extras/?category=blanks)\n![Scc Comments Count Badge](https://sloc.xyz/github/webfx-project/webfx-extras/?category=comments)\n![Scc Lines Count Badge](https://sloc.xyz/github/webfx-project/webfx-extras/?category=lines)\n![Scc COCOMO Badge](https://sloc.xyz/github/webfx-project/webfx-extras/?category=cocomo)\n\n# WebFX Extras\n\nWebFX Extras is a collection of additional JavaFX controls and other materials, designed for [WebFX](https://github.com/webfx-project/webfx), which serve one or more of the following purposes:\n\n① Offering simpler alternatives to complex JavaFX controls that are not yet covered by the WebFX Kit\n\n② Back-porting existing web features or JS libraries to WebFX (with an emulation in JavaFX)   \n\n③ Offering additional controls or materials not present in the javafx-controls module, but yet useful for some Enterprise applications.\n\n\u003cdiv align=\"center\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://docs.webfx.dev/webfx-readmes/webfx-extras-dark.svg\"\u003e\n      \u003cimg src=\"https://docs.webfx.dev/webfx-readmes/webfx-extras-light.svg\" /\u003e\n    \u003c/picture\u003e\n\n| UI module          | Description                                                                                                                    | Purpose(s) |                    Demo                     |\n|--------------------|:-------------------------------------------------------------------------------------------------------------------------------|:----------:|:-------------------------------------------:|\n| **Visual API**     | Simple API for UI data (similar to [Google visualization](https://developers.google.com/chart/interactive/docs/reference) API) |   ① ② ③    |                                             |\n| **VisualGrid**     | A data grid (an alternative to the more complex JavaFX TableView API)                                                          |     ①      |                                             |\n| **VisualCharts**   | Charts (an alternative to the more complex JavaFX charts API)                                                                  |    ① ②     |                                             |\n| **VisualGantt**    | A Gantt chart framework for WebFX                                                                                              |     ③      |                                             |\n| **FilePicker**     | A cross-platform alternative to the JavaFX FileChooser                                                                         |     ①      |      [Files](https://files.webfx.dev)       |                                                               | \n| **FlexBox**        | Implementation of a simple flex box layout                                                                                     |     ②      |    [FlexBox](https://flexbox.webfx.dev)     |                                                               | \n| **WebText**        | A cross-platform API for web text (HTML or SVG)                                                                                |     ②      |        [Website](https://webfx.dev)         |\n| **Led**            | A simple led component                                                                                                         |     ③      | [Led Packing](https://ledpacking.webfx.dev) |\n| **MaterialDesign** | A material design style (API \u0026 implementation - no CSS)                                                                        |     ②      |                                             |\n\n\u003c/div\u003e\n\n## License\n\nWebFX Extras is free, open-source software licensed under the [Apache License 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfx-project%2Fwebfx-extras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebfx-project%2Fwebfx-extras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebfx-project%2Fwebfx-extras/lists"}