{"id":37092926,"url":"https://github.com/czyzby/gdx-setup","last_synced_at":"2026-01-14T11:18:13.301Z","repository":{"id":69125942,"uuid":"58057083","full_name":"czyzby/gdx-setup","owner":"czyzby","description":":octocat: Alternative gdx-setup application - create your LibGDX projects with ease!","archived":true,"fork":false,"pushed_at":"2021-03-21T15:03:27.000Z","size":2183,"stargazers_count":126,"open_issues_count":7,"forks_count":14,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-06-19T03:02:49.401Z","etag":null,"topics":["gdx-setup","kotlin","libgdx"],"latest_commit_sha":null,"homepage":"https://github.com/czyzby/gdx-setup/releases","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/czyzby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2016-05-04T14:08:35.000Z","updated_at":"2024-05-16T15:28:16.000Z","dependencies_parsed_at":"2023-07-23T12:15:30.907Z","dependency_job_id":null,"html_url":"https://github.com/czyzby/gdx-setup","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/czyzby/gdx-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czyzby%2Fgdx-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czyzby%2Fgdx-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czyzby%2Fgdx-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czyzby%2Fgdx-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/czyzby","download_url":"https://codeload.github.com/czyzby/gdx-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/czyzby%2Fgdx-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28418130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["gdx-setup","kotlin","libgdx"],"created_at":"2026-01-14T11:18:12.349Z","updated_at":"2026-01-14T11:18:13.150Z","avatar_url":"https://github.com/czyzby.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n \n \n \n \n \n \n \n \n```\n\n# Disclaimer\n\nThis project is no longer maintained. Please use the official LibGDX setup tool or the [gdx-liftoff](https://github.com/tommyettinger/gdx-liftoff) application instead, which is an updated fork of this project.\n\n```\n \n \n \n \n \n \n \n \n```\n\n# gdx-setup\n\nThis project was meant to be a replacement for the official `gdx-setup` application.\n\nAdditionally to supporting most official `gdx-setup` features, you might want to consider switching because of:\n- Project templates. You can choose the initial generated sources of the project - you're no longer forced to use\n`ApplicationAdapter` and *BadLogic* logo. (No offence, guys!)\n- Input validation. Your project data is validated as you type it in.\n- Other JVM languages support. You can choose additional languages for your project - their runtime libraries,\nGradle plugins and source folders will be included.\n- Assets folder is now in the root directory and is properly linked by all projects. No more missing resources for\nthe desktop project.\n- Much more settings. You have more control over the versions of software used by your application.\n- More third-party extensions. Much, much more.\n- Preferences, favorites. Basic data of your application is saved, so you don't have to fill it each time\nyou generate a project. File chooser allows you to add your \"favorite\" workspace folders.\n- Internationalization. The application can be translated to different languages. It's currently available\nin English and Polish.\n- Gradle wrapper and running Gradle tasks after generation is entirely optional. This can significantly speed up\nthe generation process and limit the project size if you'd prefer to use a globally installed Gradle application.\n- There are no major *structural differences* between any generated projects, regardless of the platforms\nyou initially used. Official `gdx-setup` puts assets in `android` or - if Android platform is not supported -\n`core` folders. If you don't start with the Android platform, adding it to an existing project would require\na lot of moving around and modifying Gradle scripts. Usually you'd be better off just generating a new project\nand moving the code. On contrary, this application puts `assets` in the *root* folder - adding a new platform\nto an existing application *never* requires you to modify any of the other platforms, you just have to add\nthe new project to `settings.gradle` and create its directory.\n\n### Running the application\n\nStable application versions are uploaded to the [releases section](https://github.com/czyzby/gdx-setup/releases).\n\n*Pro tip*: check the `Generate skin assets` option in `Advanced` tab and `Desktop` in `Platforms` tab.\nEnter `pack desktop:run --daemon` Gradle tasks in `Advanced` tab. Delete project directory with the trash icon\nafter each run. Now you can easily test all project templates one by one. Find the one that suits you best.\n\n![gdx-setup](gdx-setup.png)\n\n#### Running from sources\n\n```\ngit clone https://github.com/czyzby/gdx-setup.git\ncd gdx-setup\ngradle run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczyzby%2Fgdx-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fczyzby%2Fgdx-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczyzby%2Fgdx-setup/lists"}