Posts
Chat
Members
Info
QOpenGLWidget
Hello!, I ported Qt's cube example to NodeGui: https://github.com/AldoMX/nodegui-qopenglwidget It was an interesting and fun experiment, hopefully the example repo will help other people to integrate their C++ Qt code with NodeGui.
0
0
Running script within the framwork.
Does anyone have a reliable source for running a script within the framework? I have been looking around and kind of been struggling. I am trying to execute a python script from a push button I have setup but not sure what to use to help it find and execute that script,…
0
1
Pratical for a new project?
Hey all! I'm looking for an Electron alternative and NodeGui looks great, but I'm wondering if someone could give me an honest assessment of how mature it is? Seems like a pretty young project, but then again at it's core it's just bindings to Qt, so the possibility that it's…
0
2
Native Window Embedding ...
Is there a way to embed a native X11 window into a QWidget or something of the sort? Possibly thinking of using NodeGUI as a simple linux window manager, but I would need to allow other X11 apps/windows to be managed within NodeGUI. Is this possible?
1
12
it says i need to install cmake (windows)
when i do cmake --version it says the version but when i try to install nodegui with npm it says that i still need to install it
0
0
Error build
Hi, i want to build the library, but i have an error message. It concern the file yoga/event/event.h. i have multiple error as: ‘enum class facebook::yoga::LayoutPassReason’ is not a class or namespace
0
2
setWindowFlag not working as expected
win.setWindowFlag(WindowType.WindowFullscreenButtonHint, false); This should be able to disable the fullscreen button by some reason it not working P/S: the old version of nodegui 0.13.3 work just fine probably related with Qode 2.0
0
1