gtk-node
gtk-node copied to clipboard
Node bindings for Gtk3
node-gtk3 Pre Release
This project is depricated in favor of https://github.com/Place1/node-gir. You can still contact me if you would like to contribute to node-gir. We're working very hard in our free time to make this project a reality.
Node bindings for Gtk3
Existing bindings are either abandoned or require custom runtime environments. This is an attempt to create support gtk bindings for the official node engine. This project is the foundation for react-gtk. Contributors are wanted and welcomed.
This project is using ffi to bind node to the gtk C libraries.
Please ★ this repo if you found it useful ★ ★ ★
Features
- Supports official node engine
Usage
git clone https://github.com/jamrizzi/node-gtk3.git && cd node-gtk3
npm install
npm run demo
Dependancies
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
License
Jam Risser © 2017
Credits
- Jam Risser - Author
- Everton Ribeiro - Contributor
Changelog
0.0.2 (2017-09-06)
- Added MacOS support
- Refactored build system with nwb
0.0.1 (2017-06-07)
- Initial release