{"id":17052302,"url":"https://github.com/bberak/react-native-game-engine-handbook","last_synced_at":"2025-05-15T12:06:49.556Z","repository":{"id":24903121,"uuid":"102725263","full_name":"bberak/react-native-game-engine-handbook","owner":"bberak","description":"A React Native app showcasing some examples using react-native-game-engine 🐒✨","archived":false,"fork":false,"pushed_at":"2024-12-31T04:12:25.000Z","size":7638,"stargazers_count":611,"open_issues_count":9,"forks_count":85,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-14T20:57:35.903Z","etag":null,"topics":["game-2d","game-development","game-engine","react","react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bberak.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}},"created_at":"2017-09-07T10:42:57.000Z","updated_at":"2025-04-06T14:24:25.000Z","dependencies_parsed_at":"2025-01-17T19:21:41.506Z","dependency_job_id":"7edb2c4a-54f7-416b-8490-e2884666eeb7","html_url":"https://github.com/bberak/react-native-game-engine-handbook","commit_stats":{"total_commits":68,"total_committers":4,"mean_commits":17.0,"dds":0.05882352941176472,"last_synced_commit":"915a48eb216d2beda3c6633a0e2797c6be9a7d4f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bberak%2Freact-native-game-engine-handbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bberak%2Freact-native-game-engine-handbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bberak%2Freact-native-game-engine-handbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bberak%2Freact-native-game-engine-handbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bberak","download_url":"https://codeload.github.com/bberak/react-native-game-engine-handbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337613,"owners_count":22054253,"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":["game-2d","game-development","game-engine","react","react-native"],"created_at":"2024-10-14T10:09:09.010Z","updated_at":"2025-05-15T12:06:44.546Z","avatar_url":"https://github.com/bberak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/bberak/react-native-game-engine-handbook/master/app/table-of-contents/images/logo-alt%402x.png\" alt=\"React Native Game Engine Handbook\" height=\"120\" /\u003e\n\u003c/p\u003e\n\n# React Native Game Engine Handbook \u0026middot; [![mit license](https://img.shields.io/badge/license-MIT-50CB22.svg)](https://opensource.org/licenses/MIT)\n\nA React Native app showcasing some examples using the lightweight [react-native-game-engine](https://github.com/bberak/react-native-game-engine) library.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/bberak/react-native-game-engine-handbook/master/assets/single-touch.gif\" alt=\"Single Touch Preview\" height=\"450\" /\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/bberak/react-native-game-engine-handbook/master/assets/multi-touch.gif\" alt=\"Multi Touch Preview\" height=\"450\" /\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/bberak/react-native-game-engine-handbook/master/assets/rigid-bodies.gif\" alt=\"Rigid Bodies Preview\" height=\"450\" /\u003e\n\u003c/p\u003e\n\n## Quick Start Expo (iOS and Android)\n\n```\nnpm install -g expo-cli\n\ngit clone https://github.com/bberak/react-native-game-engine-handbook.git\n\ncd react-native-game-engine-handbook\n\nnpm install\n\nnpm run start\n\n# Then follow the Expo prompts to run on a device or simulator\n```\n\n\u003e For an even quicker start, [download the Expo Go app](https://expo.dev/client) and scan this [QR code with your mobile device](https://expo.dev/@bberak/react-native-game-engine-handbook).\n\n## Pull Often!\n\nThe Handbook app will be updated with new examples and content from time to time - so make sure you do a ```git pull``` every now and then to get the latest and greatest.\n\n## Contribute\n\nIf you've created an interesting example, scene or even want to contribute (or start) a chapter - please get in touch and we'll get your ideas merged into the master branch.\n\n## License\n\nMIT License\n\nCopyright (c) 2017 Boris Berak\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbberak%2Freact-native-game-engine-handbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbberak%2Freact-native-game-engine-handbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbberak%2Freact-native-game-engine-handbook/lists"}