Implementation that connects React and SFML. You can now use React to build your games.
You need on your machine:
- C++
- node
- npm or yarn
Additional dependencies:
brew install cmake
brew install sfml
Clone this repository:
git clone git@github.com:Patys/react-sfml.git
Install all JS dependencies:
yarn
All code right now is inside src/index.tsx. It's the place for you files.
To run application:
yarn start
- SFML - SFML - Simple and Fast Multimedia Library
- duktape - embeddable Javascript engine
- React - library for building user interfaces
Check ROADMAP.md to see the versions.
- Patryk Szczygło - @patys
This project is licensed under the MIT License.