Skip to content

Patys/react-sfml

Repository files navigation

react-sfml

Implementation that connects React and SFML. You can now use React to build your games.

Getting Started

Prerequisites

You need on your machine:

  • C++
  • node
  • npm or yarn

Installing

Additional dependencies:

brew install cmake
brew install sfml

Running

Clone this repository:

git clone git@github.com:Patys/react-sfml.git

Install all JS dependencies:

yarn

Starting point

All code right now is inside src/index.tsx. It's the place for you files.

Running

To run application:

yarn start

Built With

  • SFML - SFML - Simple and Fast Multimedia Library
  • duktape - embeddable Javascript engine
  • React - library for building user interfaces

Versioning

Check ROADMAP.md to see the versions.

Authors

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages