{"id":21475465,"url":"https://github.com/flowarg/materialdesignfontfx","last_synced_at":"2025-10-11T17:43:31.153Z","repository":{"id":174826962,"uuid":"652845866","full_name":"FlowArg/MaterialDesignFontFX","owner":"FlowArg","description":"The Jensd' Material Design Font library updated","archived":false,"fork":false,"pushed_at":"2024-03-04T19:08:50.000Z","size":885,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T07:47:41.423Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlowArg.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}},"created_at":"2023-06-12T23:11:43.000Z","updated_at":"2023-06-12T23:12:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"955e44b6-30fe-429a-b29b-cc05c97bb772","html_url":"https://github.com/FlowArg/MaterialDesignFontFX","commit_stats":null,"previous_names":["flowarg/materialdesignfontfx"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/FlowArg/MaterialDesignFontFX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FMaterialDesignFontFX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FMaterialDesignFontFX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FMaterialDesignFontFX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FMaterialDesignFontFX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlowArg","download_url":"https://codeload.github.com/FlowArg/MaterialDesignFontFX/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowArg%2FMaterialDesignFontFX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008135,"owners_count":26084397,"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-11T02:00:06.511Z","response_time":55,"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":"2024-11-23T10:43:00.169Z","updated_at":"2025-10-11T17:43:31.122Z","avatar_url":"https://github.com/FlowArg.png","language":"Java","readme":"[version]: https://img.shields.io/maven-central/v/fr.flowarg/materialdesignfontfx.svg?label=Download\n[download]: https://central.sonatype.com/artifact/fr.flowarg/materialdesignfontfx\n\n[ ![version][] ][download]\n\n# MaterialDesignFont for JavaFx\n\nThis is the updated version of the [Jensd's lib](https://bitbucket.org/Jerady/fontawesomefx/src/master/fontawesomefx/fontawesomefx-materialdesignfont/).\n\nThe icons are made by the [Pictogrammers](https://pictogrammers.com) ([mdi](https://pictogrammers.com/library/mdi) icons collection). These project is basically a port of the web version for JavaFx.\n\nIt's made for Java 17.\n\n## Download\nMaterialDesignFontFX is available on Maven Central.\n\n### Maven\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003efr.flowarg\u003c/groupId\u003e\n    \u003cartifactId\u003ematerialdesignfontfx\u003c/artifactId\u003e\n    \u003cversion\u003eVERSION\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle\n```gradle\ndependencies {\n    implementation 'fr.flowarg:materialdesignfontfx:VERSION'\n}\n```\n\n## Usage\n```java\nimport fr.flowarg.materialdesignfontfx.MaterialDesignIcon;\nimport fr.flowarg.materialdesignfontfx.MaterialDesignIconView;\n\npublic class Main extends Application\n{\n    @Override\n    public void start(Stage primaryStage)\n    {\n        // scene logic\n        var accountIcon = new MaterialDesignIconView\u003c\u003e(MaterialDesignIcon.A.ACCOUNT);\n        var yinYangIcon = new MaterialDesignIconView\u003c\u003e(MaterialDesignIcon.Y.YIN_YANG);\n        // add the icons to your UI\n    }\n}\n```\n\n## Generator\nThe Generator subproject aims to generate the `MaterialDesignIcon` class with the provided _variables.scss file.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowarg%2Fmaterialdesignfontfx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowarg%2Fmaterialdesignfontfx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowarg%2Fmaterialdesignfontfx/lists"}