nappgui_src
nappgui_src copied to clipboard
SDK for building cross-platform desktop apps in ANSI-C
Hello! First, thank you for this great library. I have found it to be an excellent cross-platform solution for creating GUIs! However, I wanted to bring up an accessibility issue....
Hi Franciso I had to make the following hacky fixes in my local fork of nappgui in order to get the cmake config to succeed in my project: https://github.com/colugomusic/nappgui_src/commit/684606f3e982820f9dc74ebec3a37482c020ad7a Note...
Feature Request: Add a way to make a window "always-on-top" of a native window from another process.
I think this is quite an esoteric feature request but it would help me a lot for my use case. I am using nappgui to launch audio plugin windows in...
Is there a way to access the cookies used in HTTP functions such as http_get()? I have observed that at least on macOS and Windows, http_get() is accepting and sending...
Trying to build with `cmake -G "NMake Makefiles" ..` gave an error in `prj/NAppGenerators.cmake`: ``` CMake Error at prj/NAppGenerators.cmake:31 (message): Unsuported generator: NMake Makefiles ``` But after adding this: ```diff...
is it possible for me to get a handle to the nappgui event loop ? i want to pass nappgui event loop handle to open62541 and use it to replace...
It looks like the webview component uses the system webview in a manner similar to https://github.com/webview/webview . Would it be possible to extend the nappgui webview API to support: 1....
macOS 14.7.2 Sonoma cmake version 4.0.2 GNU Make 3.81 ### New App When building a new app these are the commands I run ``` cmake -G "Unix Makefiles" -S ....