{"id":17250080,"url":"https://github.com/stephengold/georg","last_synced_at":"2026-02-24T11:02:15.765Z","repository":{"id":55552131,"uuid":"313365477","full_name":"stephengold/Georg","owner":"stephengold","description":"Procedurally generated textures (New BSD license) ","archived":false,"fork":false,"pushed_at":"2026-01-31T06:53:30.000Z","size":767,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-31T20:35:21.926Z","etag":null,"topics":["button","gui","icon-set","java","markers","png","procedural-textures","texture"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stephengold.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-11-16T16:41:55.000Z","updated_at":"2026-01-31T06:53:33.000Z","dependencies_parsed_at":"2023-02-16T03:01:20.982Z","dependency_job_id":"e3d55c94-cc0e-41b7-b454-b394890d6737","html_url":"https://github.com/stephengold/Georg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stephengold/Georg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephengold%2FGeorg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephengold%2FGeorg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephengold%2FGeorg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephengold%2FGeorg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephengold","download_url":"https://codeload.github.com/stephengold/Georg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephengold%2FGeorg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29780604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["button","gui","icon-set","java","markers","png","procedural-textures","texture"],"created_at":"2024-10-15T06:46:08.566Z","updated_at":"2026-02-24T11:02:15.759Z","avatar_url":"https://github.com/stephengold.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"The Georg Project provides procedurally generated assets\nfor use in [JMonkeyEngine][jme] applications.\n\nIt contains 3 subprojects:\n\n1. FuzeCreekTextures: generate textures for [the FuzeCreek project][fuzecreek]\n2. HeartTextures: generate textures for [the Heart project][heart]\n3. MavTextures: generate textures for [the More Advanced Vehicles project][mav]\n\nComplete source code (in Java) is provided under\n[a 3-clause BSD license][license].\n\n\u003cimg height=\"450\" src=\"https://i.imgur.com/4B5J8jU.png\"\u003e\n\n\u003ca name=\"build\"\u003e\u003c/a\u003e\n\n## How to build Georg from source\n\n1. Install a [Java Development Kit (JDK)][adoptium],\n   version 21 or higher,\n   if you don't already have one.\n2. Download and extract the Georg source code from GitHub:\n  + using [Git]:\n    + `git clone https://github.com/stephengold/Georg.git`\n    + `cd Georg`\n3. Point the `JAVA_HOME` environment variable to your JDK installation:\n   (In other words, set it to the path of a directory/folder\n   containing a \"bin\" that contains a Java executable.\n   That path might look something like\n   \"C:\\Program Files\\Eclipse Adoptium\\jdk-21.0.3.7-hotspot\"\n   or \"/usr/lib/jvm/java-21-openjdk-amd64/\" or\n   \"/Library/Java/JavaVirtualMachines/zulu-21.jdk/Contents/Home\" .)\n  + using Bash or Zsh: `export JAVA_HOME=\"` *path to installation* `\"`\n  + using [Fish]: `set -g JAVA_HOME \"` *path to installation* `\"`\n  + using Windows Command Prompt: `set JAVA_HOME=\"` *path to installation* `\"`\n  + using PowerShell: `$env:JAVA_HOME = '` *path to installation* `'`\n4. Run the [Gradle] wrapper:\n  + using Bash or Fish or PowerShell or Zsh: `./gradlew textures`\n  + using Windows Command Prompt: `.\\gradlew textures`\n\nAfter a successful build,\ntexture assets will be found in `FuzeCreekTextures/build`,\n`HeartTextures/build`, and `MavTextures/build`.\n\n\u003ca name=\"conventions\"\u003e\u003c/a\u003e\n\n## Conventions\n\nThe source code is compatible with JDK 7.\n\n\n\u003ca name=\"acks\"\u003e\u003c/a\u003e\n\n## Acknowledgments\n\nLike most projects, the Georg Project builds on the work of many who\nhave gone before.  I therefore acknowledge the creators of (and contributors to)\nthe following software:\n\n+ the [Firefox] web browser\n+ the [Git] revision-control system and GitK commit viewer\n+ the [GitKraken] client\n+ the [Gradle] build tool\n+ the [ImgScalr] Library\n+ the Java compiler, standard doclet, and virtual machine\n+ [jMonkeyEngine][jme] and the jME3 Software Development Kit\n+ the [Linux Mint][mint] operating system\n+ LWJGL, the Lightweight Java Game Library\n+ the [Markdown] document-conversion tool\n+ the [NetBeans] integrated development environment\n\nI am grateful to [Github] and [Imgur]\nfor providing free hosting for this project\nand many other open-source projects.\n\nI'm also grateful to my dear Holly, for keeping me sane.\n\nIf I've misattributed anything or left anyone out, please let me know, so I can\ncorrect the situation: sgold@sonic.net\n\n\n[adoptium]: https://adoptium.net/releases.html \"Adoptium Project\"\n[ant]: https://ant.apache.org \"Apache Ant Project\"\n[bsd3]: https://opensource.org/licenses/BSD-3-Clause \"3-Clause BSD License\"\n[firefox]: https://www.mozilla.org/en-US/firefox \"Firefox\"\n[fish]: https://fishshell.com/ \"Fish command-line shell\"\n[fuzecreek]: https://github.com/stephengold/FuzeCreek \"Fuze Creek Project\"\n[git]: https://git-scm.com \"Git\"\n[github]: https://github.com \"GitHub\"\n[gitkraken]: https://www.gitkraken.com \"GitKraken client\"\n[gradle]: https://gradle.org \"Gradle Project\"\n[heart]: https://github.com/stephengold/Heart \"Heart Project\"\n[imgscalr]: https://github.com/rkalla/imgscalr \"ImgScalr Library\"\n[imgur]: https://imgur.com/ \"Imgur\"\n[jme]: https://jmonkeyengine.org \"jMonkeyEngine Project\"\n[license]: https://github.com/stephengold/Georg/blob/master/LICENSE \"Georg license\"\n[markdown]: https://daringfireball.net/projects/markdown \"Markdown Project\"\n[mav]: https://github.com/stephengold/jme-vehicles \"More Advanced Vehicles Project\"\n[minie]: https://github.com/stephengold/Minie \"Minie Project\"\n[mint]: https://linuxmint.com \"Linux Mint Project\"\n[netbeans]: https://netbeans.org \"NetBeans Project\"\n[utilities]: https://github.com/stephengold/jme3-utilities \"Jme3-utilities Project\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephengold%2Fgeorg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephengold%2Fgeorg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephengold%2Fgeorg/lists"}