{"id":21844085,"url":"https://github.com/electronstudio/jaylib-maven-example-project","last_synced_at":"2025-08-24T13:10:55.114Z","repository":{"id":43878715,"uuid":"429212821","full_name":"electronstudio/jaylib-maven-example-project","owner":"electronstudio","description":"Example Maven project for Jaylib","archived":false,"fork":false,"pushed_at":"2024-12-26T15:23:41.000Z","size":73,"stargazers_count":7,"open_issues_count":0,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T01:14:24.575Z","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/electronstudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-11-17T21:56:03.000Z","updated_at":"2025-03-21T22:11:52.000Z","dependencies_parsed_at":"2024-06-05T20:25:46.476Z","dependency_job_id":null,"html_url":"https://github.com/electronstudio/jaylib-maven-example-project","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electronstudio%2Fjaylib-maven-example-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electronstudio%2Fjaylib-maven-example-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electronstudio%2Fjaylib-maven-example-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electronstudio%2Fjaylib-maven-example-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electronstudio","download_url":"https://codeload.github.com/electronstudio/jaylib-maven-example-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877958,"owners_count":21176244,"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":"2024-11-27T22:18:24.773Z","updated_at":"2025-04-14T12:10:47.504Z","avatar_url":"https://github.com/electronstudio.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example Maven project for Jaylib\n\nYou can import this project into IntelliJ or Eclipse.\n\n## Use it to run the included examples in IntelliJ\n\nRight-click on the example and select `run`.\n\n## Use it to run the included examples from the command line\n\n    mvn compile exec:java -Dmain.class=\"examples.HeightMap\"\n    mvn compile exec:java -Dmain.class=\"examples.CubicMap\"\n\n## Use it as the basis of your own game.\n\nEdit `Main.java` with your own code.  (You can delete the examples.)  Then\n\nTo run:\n\n    mvn compile exec:java\n\nTo build an uberjar you can distribute:\n\n    mvn package\n\nTo run your uberjar (requires user has Java installed):\n\n    java -jar target/jaylib-maven-example-project-1.0-SNAPSHOT.jar\n\n## Native image\n\nYou will need to download [Graal](https://www.graalvm.org/downloads/) and extract the archive.  Set an env variable\nwith the location, e.g.\n\n    export GRAALVM_HOME=/home/richard/Downloads/graalvm-jdk-22+36.1/\n\nThen to build a native image you can distribute that doesn't require Java to run:\n\n    mvn clean -Pnative package\n\nIf you have any game resouces (images, sounds) that you store *inside* your jar file then\nyou will need to edit src/main/resources/META-INF/native-image/reflect-config.json\nto let native-image find them.\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectronstudio%2Fjaylib-maven-example-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felectronstudio%2Fjaylib-maven-example-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felectronstudio%2Fjaylib-maven-example-project/lists"}