Francisco García Collado
Francisco García Collado
Hi @carlos-h-h! Thanks for use NAppGUI. Please use a cmake version < 4.0 (`3.29.3` is working in my Windows CI nodes). Still I have not tested NAppGUI build system for...
Fixed on this commit: https://github.com/frang75/nappgui_src/commit/156ae3fdc93d40e9e0f141f22e724107947f3124
Hi @leelavg! Thanks for sharing. Unfortunately, the NAppGUI GitHub repository is read-only. Any accepted PRs will be crushed in the next CI/CD run. Any changes must be made from the...
Hi @leelavg. No please, don't close. Leave it open as I will review it in depth when the time comes.
@leelavg. Implemented **Set 5** in this commit: https://github.com/frang75/nappgui_src/commit/b936b4d388dcc2eef40b0d6ef11bb55dc50e0999 Doc: https://nappgui.com/en/encode/encode.html
Thank you so much @leelavg for sharing your project. I'm glad to see how well you've used the NAppGUI API. I hope you'll return to this project in the future,...
Hi @ChipZhang! Now the only way in removing `src/inet;src/ogl3d` from `CMakeTargets.cmake`. You also have to remove the examples that depend on these libraries. But will be nice to have some...
Hi @jackybek. Try to remove the `build` folder an run `cmake -S . -B` build again. If doesn't work, please provide more context info: Operating system, compiler version, etc
Hi @ponjadito23! Good observation. Indeed, NAppGUI maintains a small amount of background processing on the main thread. This is to control animations, parallel tasks, or updates in synchronous applications. However,...
Indeed, NAppGUI performs certain tasks in the background, one of them is to detect the change of theme in macOS. I have to study the solution well and reach a...