{"id":15388556,"url":"https://github.com/deebloo/game-test","last_synced_at":"2025-07-22T23:33:30.978Z","repository":{"id":71870017,"uuid":"331165228","full_name":"deebloo/game-test","owner":"deebloo","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T12:00:06.000Z","size":1132,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T23:35:40.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deebloo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-01-20T02:06:32.000Z","updated_at":"2021-01-20T02:06:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a831c39-580f-4a7b-816e-e99b60fab5f2","html_url":"https://github.com/deebloo/game-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"amethyst/amethyst-starter-2d","purl":"pkg:github/deebloo/game-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fgame-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fgame-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fgame-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fgame-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deebloo","download_url":"https://codeload.github.com/deebloo/game-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deebloo%2Fgame-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266590566,"owners_count":23952960,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-01T14:57:18.448Z","updated_at":"2025-07-22T23:33:30.943Z","avatar_url":"https://github.com/deebloo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"repo/splash.png\" alt=\"Amethyst 2D starter template\" /\u003e\n\nThis project template will get you from 0 to drawing something on the screen in no time. If you're looking for a more in-depth introduction to the engine, please have a look at [our book](https://book.amethyst.rs/stable/)!\n\nThis project template also includes a small example of how to draw UI, see in state.rs for create_ui_example().\n\u003cimg src=\"repo/screenshot.png\" alt=\"Amethyst 2D starter template\" height=\"300px\" /\u003e\n\n## Quickstart\n\n- Clone the repository\n\n```bash\ngit clone https://github.com/amethyst/amethyst-starter-2d.git\ncd amethyst-starter-2d\n```\n\n- Build and run the project\n\n```bash\ncargo run\n```\n\n#### For Mac Users\n\nThis starter uses vulkan as a renderer by default. You'll want to change the backend to use `metal`, which can be done by opening the `Cargo.toml` file and changing\n\n```toml\n[features]\ndefault = [\"vulkan\"]\n```\n\nto\n\n```toml\n[features]\ndefault = [\"metal\"]\n```\n\nIf using OSX and Metal you will require full XCode installed from the Appstore in order to compile metal shaders.\nAfter install you may be required to run this command `sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer` [reference gfx-rs issue](https://github.com/gfx-rs/gfx/issues/2472)\n\n#### For Linux Users\n\nYou might need to install some dependencies. Please refer to [this section](https://github.com/amethyst/amethyst#dependencies) of the README for more details.\n\n## Features\n\nThis project contains the minimum amount of code needed to draw sprites to the screen. Here's a small summary of what you'll find in the source files:\n\n- `resources/display_config.ron`  \n  Contains the window configuration (size, title).\n\n- `src/main.rs`  \n  Creates the render graph, adds the required bundles, builds the game data with our own state and finally, starts the game's main event loop.\n\n- `src/state.rs`  \n  Implements the main game state. In the `on_start` hook, the camera is initialized, and the sprites that will be drawn are loaded and their entities created.  \n   In the `handle_event` hook, we print any keys that were pressed and close the window if the user presses escape or the OS requests that we quit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Fgame-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeebloo%2Fgame-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeebloo%2Fgame-test/lists"}