clayrisser / react-gtk

react Native bridge for gtk desktop applications
https://clayrisser.com
MIT License
303 stars 19 forks source link

NodeGTK bindings #1

Closed clayrisser closed 6 years ago

clayrisser commented 6 years ago

I'm first going to build the node bindings in a separate repo using FFI. Then I'm going to port the node bindings over to React. The reason I'm building my own node bindings is that existing Node bindings are either abandoned or require custom runtime environments.

You can follow and contribute to this project at node-gtk.

harisvsulaiman commented 6 years ago

You should take a look at https://github.com/radare/valabind

clayrisser commented 6 years ago

Great suggestion, thanks. Would you be interested, or do you know anyone who would be interested in helping me with the bindings?

clayrisser commented 6 years ago

I've decided to stick with FFI.