Giter Site home page Giter Site logo

react-native-game-engine-template's Introduction

React Native Game Engine Template

This repo is designed to be a sort of game kickstarter. It contains some general systems and components that should be somewhat useful when developing a variety of games using React Native Game Engine.

The underlying renderer is ThreeJS which has been extended with Expo-Three.

The template will contain both 3D and 2D game entities (sprites) and potentially some particles.

This project uses Expo because quite frankly, it is the easiest and most stable way to get up and running with a React Native project for both iOS and Android with all the OpenGL/WebGL goodness ready to go out of the box.

How to start

Firstly, clone the repo and configure git tracking:

git clone https://github.com/bberak/react-native-game-engine-template.git [new-game]

cd [new-game]

rm -rf .git # Windows: rmdir /S .git

git init

git add .

git commit -m "First commit"

git remote add origin https://github.com/[you]/[new-game].git

git push -u origin master

Then, install the dependencies and start the app:

npm install

npm install -g expo-cli

npm run start

This template contains the following:

  • Stick (Gamepad) controllers
  • A simple HUD
  • Particle systems
  • Sound support
  • Physics implementation powered by Oimo
  • ThreeJS rendering
  • Post-processing effects
  • Sprite support with animations

All of the above systems and components are hackable and extensible - which should allow for quick[er] prototyping.

react-native-game-engine-template's People

Contributors

bberak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.