bberak / react-game-engine

A lightweight Game Engine for the web (React) 🕹⚡🎮
MIT License
413 stars 24 forks source link

React Game Engine Types? #14

Open nhmbounteous opened 4 years ago

nhmbounteous commented 4 years ago

Hello, It does seem like it would be nice to support typescript types. I'm not sure if it should be a new project or not.

bberak commented 4 years ago

Hi @nhmbounteous,

I don't think we need a new project for this - we should be able to simply add a definition file similar to the react-native-game-engine project.

However, I'm not really a Typescript guy - so might need to wait for a pull-request.