0.0.7 • Published 7 years ago

node-gtk3 v0.0.7

Weekly downloads
16
License
MIT
Repository
-
Last release
7 years ago

node-gtk3 Pre Release

Gitter

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
make demo

Dependancies

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT License

Jam Risser © 2017

Credits

Changelog

0.0.2 (2017-09-06)

  • Added MacOS support
  • Refactored build system with nwb

0.0.1 (2017-06-07)

  • Initial release
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago