Francisco García Collado
Francisco García Collado
Hi @ragsaq! At the moment, the best solution is: 1) Build and install NAppGUI https://nappgui.com/en/guide/build.html#h1 ``` cmake -S ./src -B ./build cmake --build ./build --config Debug cmake --install ./build --prefix...
Hi @ragsaq! I think a good solution could be include a CMake parameter for installation format. In this way: ``` cmake -S . -B build -DCMAKE_INSTALL=VCPKG cmake --build build .......
I will follow this guide: https://learn.microsoft.com/en-us/vcpkg/reference/installation-tree-layout
Hi @SamuelMarks! It will be useful for me to get same (tree/ls/dir) over a real vcpkg package. In order see how files are stored in a real package and implement...
Hi @devilsclaw ! TableView support has been improved for NAppGUI 1.3 https://nappgui.com/en/gui/tableview.html Complete for Windows and Linux. macOS is not complete yet.
TableView support has been finished in NAppGUI 1.4.
PDF Ebook version of documentation has been updated in NAppGUI 1.3 https://nappgui.com/ebook/ndoc_en.pdf
Hi @rochus-keller NAppGUI 1.3 has been released, with support for dynamic libraries. https://nappgui.com/en/guide/build.html#h2 https://nappgui.com/en/guide/libraries.html#h2
The public interface has not change, your binding will not need changes. But you must update it to NAppGUI 1.3 and recompile it.
Hi again! I just added the source code of 'nrc' project to GitHub. I forgot do it in the new release. nrc no longer needs nlib, it is self-contained. With...