{"id":16163172,"url":"https://github.com/fabianlupa/zero","last_synced_at":"2025-03-18T22:31:17.297Z","repository":{"id":23553224,"uuid":"26920536","full_name":"fabianlupa/zero","owner":"fabianlupa","description":"LibGDX Platformer using Box2D","archived":false,"fork":false,"pushed_at":"2016-10-12T22:35:55.000Z","size":2661,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T00:23:50.136Z","etag":null,"topics":["box2d","java","libgdx","platformer","tiled"],"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/fabianlupa.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}},"created_at":"2014-11-20T16:14:56.000Z","updated_at":"2024-09-15T03:49:37.000Z","dependencies_parsed_at":"2022-08-22T01:50:22.311Z","dependency_job_id":null,"html_url":"https://github.com/fabianlupa/zero","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianlupa%2Fzero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianlupa%2Fzero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianlupa%2Fzero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianlupa%2Fzero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianlupa","download_url":"https://codeload.github.com/fabianlupa/zero/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244318612,"owners_count":20433943,"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":["box2d","java","libgdx","platformer","tiled"],"created_at":"2024-10-10T02:34:46.562Z","updated_at":"2025-03-18T22:31:16.882Z","avatar_url":"https://github.com/fabianlupa.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Zero [![Build Status](https://travis-ci.org/flaiker/zero.svg?branch=master)](https://travis-ci.org/flaiker/zero)\n====\n\nLibGDX Platformer using Box2D\n![ingame image](http://i.imgur.com/kBFkgzD.png)\n\n## Features\n\n- Dynamic level/map loading from [Tiled](http://www.mapeditor.org/) map files\n- Physics (Box2d)\n- Dynamic lighting (box2dlights)\n- Entity animations\n- Abilities [WIP]\n\n\n## Technical documentation\n\n### Used libraries\n| Name | Version |\n|------|---------|\n| [LibGDX](https://github.com/libgdx/libgdx) | 1.7.1 |\n| [Box2D](https://github.com/libgdx/libgdx/wiki/Box2d) | 1.7.1 |\n| [box2DLights](https://github.com/libgdx/box2dlights) | 1.4 |\n| [reflections.org](https://github.com/ronmamo/reflections) | 0.9.10 |\n| [mockito](https://github.com/mockito/mockito) | 1.9.5 |\n\n\n### Project setup\n\nTo setup the project in your IDE you can follow the LibGDX wiki's\n[guide](https://github.com/libgdx/libgdx/wiki/Setting-up-your-Development-Environment-%28Eclipse%2C-Intellij-IDEA%2C-NetBeans%29).\nWhen using IntelliJ IDEA I recommend not using the integrated gradle\nintegration and instead running `./gradlew idea` for performance reasons.\n\n1. `git clone git@github.com/flaiker/zero`\n1. `cd zero`\n1. `./gradlew idea` -\u003e Open folder in IDEA\n1. `./gradlew desktop:run` -\u003e Start the game\n\n\n### Asset regeneration\n\nTo make regeneration of texture atlas files easier and to help with\nsynchronising atlas files and tiled tilesets there is a second launchable\napplication in [desktop/.../AssetProductionLauncher](desktop/src/com/flaiker/zero/desktop/AssetProductionLauncher.java)\nwhich recreates texture atlases based on the individual image files in the\nasset directory.\n\nOne thing to note is that block-assets have a number prefix to provide\nbackward compatibility with map files that have been created using older\ntilesets.\n\nThe process can be started using gradle with `./gradlew desktop:assets`.\n\nMore information on the asset regeneration progress can be found\nin the inline documentation in the package [com.flaiker.zero.assetpipeline](core/src/com/flaiker/zero/assetpipeline).\n\n\n### Release packaging\nTODO\n\n\n## Copyright\n\n```\nCopyright 2016 Fabian Lupa\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianlupa%2Fzero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianlupa%2Fzero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianlupa%2Fzero/lists"}