node-gui icon indicating copy to clipboard operation
node-gui copied to clipboard

some gui for nodeJS

Results 2 node-gui issues
Sort by recently updated
recently updated
newest added

having issue compiling ``` Checking for program g++ or c++ : /usr/bin/g++ Checking for program cpp : /usr/bin/cpp Checking for program ar : /usr/bin/ar Checking for program ranlib : /usr/bin/ranlib...

Some event callbacks cause the program to segfault. For example, when 'focus', 'destroyed', or numerous other events are fired, the program segfaults before the callback function is even called. See...