{"id":18029245,"url":"https://github.com/std-microblock/open-wordgame-engine","last_synced_at":"2025-04-04T21:12:19.610Z","repository":{"id":130218407,"uuid":"385987627","full_name":"std-microblock/open-wordgame-engine","owner":"std-microblock","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-14T15:27:41.000Z","size":1127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T05:29:12.318Z","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/std-microblock.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-14T15:27:39.000Z","updated_at":"2021-07-14T15:27:44.000Z","dependencies_parsed_at":"2023-03-14T12:18:43.404Z","dependency_job_id":null,"html_url":"https://github.com/std-microblock/open-wordgame-engine","commit_stats":null,"previous_names":["std-microblock/open-wordgame-engine","microcber/open-wordgame-engine"],"tags_count":0,"template":false,"template_full_name":"amethyst/amethyst-starter-2d","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/std-microblock%2Fopen-wordgame-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/std-microblock%2Fopen-wordgame-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/std-microblock%2Fopen-wordgame-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/std-microblock%2Fopen-wordgame-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/std-microblock","download_url":"https://codeload.github.com/std-microblock/open-wordgame-engine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249543,"owners_count":20908212,"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-10-30T09:08:37.943Z","updated_at":"2025-04-04T21:12:19.586Z","avatar_url":"https://github.com/std-microblock.png","language":"Rust","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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstd-microblock%2Fopen-wordgame-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstd-microblock%2Fopen-wordgame-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstd-microblock%2Fopen-wordgame-engine/lists"}