react-native-game-engine icon indicating copy to clipboard operation
react-native-game-engine copied to clipboard

A lightweight Game Engine for React Native ๐Ÿ•นโšก๐ŸŽฎ

Results 20 react-native-game-engine issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello! I start new project with command `npx react-native init AwesomeProject`. I inserted code from `react-native-game-engine-handbook/app/physics/rigid-bodies/.` App work but boxes don't rotate. If I start with expo, boxes rotate. What...

Hello everyone ๐Ÿ‘‹ I am trying to rotate one of my elements on the screen and I do this with `Matter.js` and `react-native-game-engine` all together. I have the following logic:...

When I am trying to add `` between other `` components however its sensibility decreases a lot and also it definitely becomes unable to use. When I define objects for...

Currently deprecated lifecycle hooks will be [removed in react 17](https://reactjs.org/docs/react-component.html#unsafe_componentwillmount). PR #27 adds the `UNSAFE_` tag to remove warnings, but we should consider converting to functional components for react 17.

### ๐Ÿ“ฏ   Description Move to TypeScript ts(x) files so types, classes and code are up-to-date ### ๐Ÿ“   Summary of changes - src folder contents converted to ts (or...

Currently this library, in my opinion, is unusable with the latest versions of React Native. the fact that the example codes still use the classes and not the React functions...

Hi @bberak , can you please let us know what type of game i can build using this??? for which type of game is this package used for???

Hi @mchelen @bberak @sinxwal @JasonBristol @BradonZhang , I have a question regarding this GameEngine. is it possbile to make a game like this please check attached image: ![image](https://user-images.githubusercontent.com/118344444/235916322-1af8471f-419a-4ebd-a685-ecb1a60e6ed4.png) Basically what...

Hi is it possible to create huge tilemap that larger then viewport and pan freely using this library ?

Right now `GameEngine` coordinate is top-left, but I want change to bottom-left. How to do it ?