Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bberak/react-native-game-engine-handbook

A React Native app showcasing some examples using react-native-game-engine ๐Ÿ’โœจ
https://github.com/bberak/react-native-game-engine-handbook

game-2d game-development game-engine react react-native

Last synced: 5 days ago
JSON representation

A React Native app showcasing some examples using react-native-game-engine ๐Ÿ’โœจ

Awesome Lists containing this project

README

        


React Native Game Engine Handbook

# React Native Game Engine Handbook ยท [![mit license](https://img.shields.io/badge/license-MIT-50CB22.svg)](https://opensource.org/licenses/MIT)

A React Native app showcasing some examples using the lightweight [react-native-game-engine](https://github.com/bberak/react-native-game-engine) library.


Single Touch Preview
Multi Touch Preview
Rigid Bodies Preview

## Quick Start Expo (iOS and Android)

```
npm install -g expo-cli

git clone https://github.com/bberak/react-native-game-engine-handbook.git

cd react-native-game-engine-handbook

npm install

npm run start

# Then follow the Expo prompts to run on a device or simulator
```

> 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).

## Pull Often!

The 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.

## Contribute

If 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.

## License

MIT License

Copyright (c) 2017 Boris Berak

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.