https://github.com/clayrisser/gtk-node
Node bindings for Gtk3
https://github.com/clayrisser/gtk-node
bindings gtk gtk3 nodejs
Last synced: 9 days ago
JSON representation
Node bindings for Gtk3
- Host: GitHub
- URL: https://github.com/clayrisser/gtk-node
- Owner: clayrisser
- License: mit
- Created: 2017-06-09T06:08:27.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T10:19:02.000Z (almost 2 years ago)
- Last Synced: 2025-05-06T02:11:44.765Z (9 days ago)
- Topics: bindings, gtk, gtk3, nodejs
- Language: C
- Size: 128 KB
- Stars: 19
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-gtk3 _Pre Release_
[](https://gitter.im/react-gtk)
This project is depricated in favor of [https://github.com/Place1/node-gir](https://github.com/Place1/node-gir). You can still contact me if you would like to contribute to [node-gir](https://github.com/Place1/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](https://github.com/jamrizzi/react-gtk). Contributors are wanted and welcomed.
This project is using [ffi](https://github.com/node-ffi/node-ffi) to bind node to the gtk C libraries.
Please ★ this repo if you found it useful ★ ★ ★
## Features
* Supports official node engine
## Usage
```sh
git clone https://github.com/jamrizzi/node-gtk3.git && cd node-gtk3
npm install
npm run demo
```# Dependancies
* [GTK3](https://developer.gnome.org/gtk3/)
* [NodeJS](https://nodejs.org)## 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](https://github.com/jamrizzi/node-gtk3/blob/master/LICENSE)
[Jam Risser](https://jamrizzi.com) © 2017
## Credits
* [Jam Risser](https://jamrizzi.com) - Author
* [Everton Ribeiro](https://github.com/nuxlli) - Contributor## Changelog
0.0.2 (2017-09-06)
* Added MacOS support
* Refactored build system with [nwb](https://github.com/insin/nwb)0.0.1 (2017-06-07)
* Initial release