Rom Grk

Results 558 comments of Rom Grk

Support for Windows is described [here](https://github.com/romgrk/node-gtk#experimental-platforms). Basically, it's bad and mostly untested, but if PyGObject can do it then we can do it. Also, we have the advantage of being...

@codejamninja sure, this is awesome, we're lacking good projects that use `node-gtk`. Development is somewhat slow but I'm on a project that uses `node-gtk` and fix bugs as I uncover...

@harisvsulaiman awesome, if you need assistance don't hesitate to open an issue in this repo.

Some methods are not exposed to the bindings, so it might be that. If you believe they should be present, open an issue with an example :)

Good point, do you have any suggestions of what could go in there? What would help would-be maintainers to be interested? Some effort has already been made in [/doc](https://github.com/romgrk/node-gtk/tree/master/doc) to...

Indeed. IMHO the problem here is to make this into a viable alternative to, eg electron, we need to fix the major issues, but only when we will be a...

> The function is low-level (the user is responsible of allocating a large enough buffer for their width, height & format; the user is responsible of holding that buffer alive...

> But to do this correctly (since other things can hold a reference to the surface in addition to our bindings), we should attach the reference to the surface itself....

Yes, I've read the thing quickly but I have a work thing to finish by tomorrow, will be more available to review the PRs after that. Two comments meanwhile: -...