{"id":15055871,"url":"https://github.com/codedead/opal","last_synced_at":"2025-04-09T21:18:36.161Z","repository":{"id":37198063,"uuid":"323799457","full_name":"CodeDead/opal","owner":"CodeDead","description":"Plays relaxing music in the background","archived":false,"fork":false,"pushed_at":"2025-03-11T08:40:49.000Z","size":65898,"stargazers_count":65,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T21:18:10.678Z","etag":null,"topics":["atlantafx","gradle","java","java23","javafx","javafx-application","javafx-desktop-apps","javafx-gui","javafx23","jdk23","jfx","jfx23","jlink","jre23","music","musicplayer","openjfx","relax","relaxation"],"latest_commit_sha":null,"homepage":"https://codedead.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeDead.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,"publiccode":null,"codemeta":null}},"created_at":"2020-12-23T04:10:42.000Z","updated_at":"2025-04-09T06:03:53.000Z","dependencies_parsed_at":"2025-03-11T09:38:06.461Z","dependency_job_id":null,"html_url":"https://github.com/CodeDead/opal","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDead%2Fopal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDead%2Fopal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDead%2Fopal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDead%2Fopal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDead","download_url":"https://codeload.github.com/CodeDead/opal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248111973,"owners_count":21049578,"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":["atlantafx","gradle","java","java23","javafx","javafx-application","javafx-desktop-apps","javafx-gui","javafx23","jdk23","jfx","jfx23","jlink","jre23","music","musicplayer","openjfx","relax","relaxation"],"created_at":"2024-09-24T21:46:50.203Z","updated_at":"2025-04-09T21:18:36.138Z","avatar_url":"https://github.com/CodeDead.png","language":"Java","readme":"# Opal\n\n![Opal](https://i.imgur.com/VbN1wnN.png)\n\n![GitHub](https://img.shields.io/badge/language-Java-green)\n![GitHub](https://img.shields.io/github/license/CodeDead/opal)\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/CodeDead/opal)\n[![Test build](https://github.com/CodeDead/opal/actions/workflows/test.yml/badge.svg)](https://github.com/CodeDead/opal/actions/workflows/test.yml)\n\nOpal is a free and open-source [JavaFX](https://openjfx.io/) application that can play relaxing music in the background.\n\n## Building\n\n### Windows\n\n#### Installer\n\nYou can create an executable installer by running the `jpackage` Gradle task on a Windows host:\n```shell\n./gradlew jpackage\n```\n*Do note that you will need the [WiX Toolset](https://wixtoolset.org/) in order to create `msi` packages.*\n\n#### Portable image\n\nYou can create a portable image by running the `jpackageImage` Gradle task on a Windows host:\n```shell\n./gradlew jpackageImage\n```\n\n### Linux\n\n#### rpm\n\nYou can create an `rpm`, by running the `jpackage` Gradle task on a Linux host:\n```shell\n./gradlew jpackage\n```\n*Do note that you will need the `rpm-build` package in order to create an `rpm`.*\n\n#### AppImage\n\nYou can create an [AppImage](https://appimage.github.io/) by executing the `AppImage` Gradle task on a Linux host:\n```shell\n./gradlew AppImage\n```\n*Do note that running this task will execute a shell script in order to download and run the [appimagetool](https://appimage.github.io/appimagetool/) in order to create the `AppImage` file.*\n\n#### Portable image\n\nYou can create a portable image by running the `jpackageImage` Gradle task on a Linux host:\n```shell\n./gradlew jpackageImage\n```\n\n### macOS\n\n#### dmg\n\nYou can create a `dmg`, by running the `jpackage` Gradle task on a macOS host:\n```shell\n./gradlew jpackage\n```\n\n#### Portable image\n\nYou can create a portable image by running the `jpackageImage` Gradle task on a macOS host:\n```shell\n./gradlew jpackageImage\n```\n\n## Dependencies\n\nA couple of dependencies are required in order to build Opal. Some of which require a specific host machine,\nespecially if you're targeting a specific platform and installation method.\n\nThe following dependencies are universal:\n\n* [JDK23](https://openjdk.java.net/projects/jdk/23/)\n* [JavaFX](https://openjfx.io)\n* [Gradle](https://gradle.org)\n* [FasterXML/jackson](https://github.com/FasterXML/jackson)\n* [badass-jlink-plugin](https://github.com/beryx/badass-jlink-plugin)\n* [Log4j2](https://logging.apache.org/log4j/2.x/)\n* [AtlantaFX](https://github.com/mkpaz/atlantafx)\n\n### Windows\n\n#### MSI\nIn order to build an installer (*MSI*) of Opal on Windows, you will need:\n\n* [WiX Toolset](https://wixtoolset.org)\n\n### Linux\n\n#### rpm\n\nIn order to create an [RPM](https://en.wikipedia.org/wiki/RPM_Package_Manager), you will need to have the following package(s) installed:\n\n* rpm-build (`dnf install rpm-build`)\n\n## Credits\n\n### Audio\n\nAll audio files have been provided by [ZapSplat](https://zapsplat.com).\n\n### Images\n\nAll images have been provided by [Remix Icon](https://remixicon.com/).\n\n## About\n\nThis library is maintained by CodeDead. You can find more about us using the following links:\n* [Website](https://codedead.com)\n* [Bluesky](https://bsky.app/profile/codedead.com)\n* [Facebook](https://facebook.com/deadlinecodedead)\n* [Reddit](https://reddit.com/r/CodeDead)\n\nCopyright © 2025 CodeDead\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedead%2Fopal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedead%2Fopal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedead%2Fopal/lists"}