Rom Grk
Rom Grk
Oh yes I remember why I haven't release in the last months: #217 The macOS builds are failling and that will prevent Travis from generating the prebuilt binaries. TBH I've...
@wotzlaff agreed. If you have any formal suggestion I'd be happy to hear it. - macOS: yes I'd really like to be cross-platform :/ - Windows: same. The ground work...
One thing we could start with, can you try installing the project from source and see if you can reproduce the problem? I'll ping you after once I have a...
Fyi I've released v0.5.0 just now even if the macOS builds are broken, v0.4.0 contains many issues that have been fixed so I'd rather have it out now. And for...
TBH I'm not familiar with the GStreamer API. Would you happen to have a C example that works? node-gtk adds a thin layer over the C calls so the translation...
So I tried to translate the example to javascript but I ran into issues with the `gst-launch-1.0` command so I couldn't get very far -_- One thing I notice though,...
I've added documentation [here](https://github.com/romgrk/node-gtk/blob/master/doc/index.md), when you take a look let me know if it's clear enough, I can elaborate more if needed. As for the issue at hand, link a...
They're using their fork of node-gir, and I've been having interesting conversations with them (https://github.com/Place1/node-gir/issues/43) but it looks like they might continue developping their bindings. However, https://github.com/codejamninja/react-gtk might be interested,...
> IIRC it doesn't compile in macOS (so most of MBP users are out of the equation) I think it works: https://github.com/romgrk/node-gtk/issues/19#issuecomment-397649019 > it doesn't come with pre-built binaries and...
I think the point is, node bindings fo GTK would be mostly used by linux folks. Mac folks usually use native mac stuff rather than external toolkits. I agree that...