Component library for making games with React & React Native
react
game
matter
reactjs
spritesheet
physics-bodies
tilemap
component-tree
physics-engine
sprite-animation
-
Updated
Nov 28, 2020 - JavaScript
Problem
The ESP32 example application should be using FreeRTOS tasks(like the EFR32, nRF5 examples) instead of a while loop with a sleep. Because of this it currently needs to poll the buttons to use them.
Proposed Solution
Switch to the AppTask model the other examples use and update the buttons to be interrupt based, if possible.