{"id":13778419,"url":"https://github.com/Tristan971/EasyFXML","last_synced_at":"2025-05-11T11:36:04.615Z","repository":{"id":57736831,"uuid":"104770714","full_name":"Tristan971/EasyFXML","owner":"Tristan971","description":"A collection of tools and libraries for easier development on the JavaFX platform!","archived":true,"fork":false,"pushed_at":"2021-02-15T12:02:06.000Z","size":1535,"stargazers_count":104,"open_issues_count":2,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-30T06:00:56.754Z","etag":null,"topics":["docker","framework","gui","java","java-library","javafx","javafx-frameworks","javafx-library","javafx-platform","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","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/Tristan971.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":"SECURITY.md","support":null}},"created_at":"2017-09-25T15:51:42.000Z","updated_at":"2024-06-22T12:37:36.000Z","dependencies_parsed_at":"2022-08-24T02:51:05.117Z","dependency_job_id":null,"html_url":"https://github.com/Tristan971/EasyFXML","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tristan971%2FEasyFXML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tristan971%2FEasyFXML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tristan971%2FEasyFXML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tristan971%2FEasyFXML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tristan971","download_url":"https://codeload.github.com/Tristan971/EasyFXML/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225040340,"owners_count":17411460,"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":["docker","framework","gui","java","java-library","javafx","javafx-frameworks","javafx-library","javafx-platform","spring","spring-boot"],"created_at":"2024-08-03T18:00:53.700Z","updated_at":"2024-11-17T14:30:25.043Z","avatar_url":"https://github.com/Tristan971.png","language":"Java","funding_links":[],"categories":["Frameworks"],"sub_categories":[],"readme":"# This project is archived\nI do not realistically have the time to take care of this project, unfortunately. It originally was built along a Twitter client GUI application, and they co-evolved. But that was almost 2 years ago, and Twitter has since essentially made 3rd-party clients impossible...\n\nThanks for checking it out still! Hope you find a more supported alternative!\n\n---\n\n\n\u003cdiv align=\"center\"\u003e\n\n![EasyFXML logo](doc/logo_plain_svg.svg)\n\n##### A collection of tools and libraries for easier development on the _JavaFX_ platform\u003c/h5\u003e\n\n[![Build status](https://img.shields.io/circleci/build/github/Tristan971/EasyFXML.svg?style=for-the-badge)](https://circleci.com/gh/Tristan971/EasyFXML)\n[![Maven Central](https://img.shields.io/maven-central/v/moe.tristan/easyfxml-parent.svg?style=for-the-badge)](https://search.maven.org/artifact/moe.tristan/easyfxml-parent)\n[![License](https://img.shields.io/github/license/Tristan971/EasyFXML.svg?style=for-the-badge)](https://app.fossa.io/projects/git%2Bgithub.com%2FTristan971%2FEasyFXML?ref=badge_shield)\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/89c1e95e4d5d41b35d9f/maintainability)](https://codeclimate.com/github/Tristan971/EasyFXML/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/89c1e95e4d5d41b35d9f/test_coverage)](https://codeclimate.com/github/Tristan971/EasyFXML/test_coverage)\n[![Known Vulnerabilities](https://snyk.io/test/github/tristan971/easyfxml/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/tristan971/easyfxml?targetFile=pom.xml)\n\n\u003c/div\u003e\n\nEasyFXML is an opinionated set of tools aiming to simplify development of robust and modular _JavaFX_ applications.\n\nThe project is divided in multiple modules (each explicitly opt-in apart from the eponym core one). Feel free to have a look around:\n\n- **[EasyFXML](easyfxml) MVC framework for declarative definition and reuse of components**\n- **[EasyFXML - JUnit](easyfxml-junit) Async-first testing infrastructure for _JavaFX_ components**\n- **[EasyFXML - Docker](easyfxml-docker) Docker image for easy setup of CI for _JavaFX_ applications**\n- **[EasyFXML - FXKit](easyfxml-fxkit) Ready-made boilerplate for common component types**\n- **[EasyFXML - Native](easyfxml-native) Support for platform-specific features (self-updates, native system notifications...)**\n- **[EasyFXML - Samples](easyfxml-samples) Learn EasyFXML by example**\n\n## Notes\nThis project makes heavy (and sometimes non-obvious) use of _JavaFX_ and _Spring Boot_ features, and requires knowledge of both for\noptimal experience. You can go head-first without that prior knowledge, but it might not be quite ideal is all.\n\n## Licensing and contributions\nAll contributions are welcome, both as questions, constructive criticism, feature requests and of course pull requests.\n\nThere is not yet a clear organization for making first-contributions easy, but a good rule of thumb is to ensure opening an issue\nbefore making a pull-request so that the technical implementation's requirements can be discussed before work is done. Then, crack on! :-)\n\n[![](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/images/0)](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/links/0)[![](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/images/1)](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/links/1)[![](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/images/2)](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/links/2)[![](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/images/3)](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/links/3)[![](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/images/4)](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/links/4)[![](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/images/5)](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/links/5)[![](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/images/6)](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/links/6)[![](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/images/7)](https://sourcerer.io/fame/Tristan971/Tristan971/EasyFXML/links/7)\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FTristan971%2FEasyFXML.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FTristan971%2FEasyFXML?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTristan971%2FEasyFXML","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTristan971%2FEasyFXML","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTristan971%2FEasyFXML/lists"}