Francisco García Collado
Francisco García Collado
Hi @tenko! thank you very much for the feedback and use NAppGUI. At the moment, MinGW is not "officially" supported by the project. However, looking at your comments, I don't...
Hi @geekgao! At the moment I do not plan to create any binding to other programming languages. However, I leave this proposal open. If has support by users, I would...
So interesting this parser (and the raylib project itself). I'll take into account for futher utilities. Thanks @tenko!
Hi @kicsyromy! Yes you can do it with panels. The `layout_panel()` function "cleanly" destroys the previously assigned panel. The rest of the elements of a layout (buttons, labels, slider, view,...
Hello @devilsclaw! First of all thank you very much for considering NappGUI to develop your project. Currently the development of the TableView control is stopped. Other priorities have been appearing,...
I begin the review/implementation of TableView control. I will continue next days. GitHub branch: https://github.com/frang75/nappgui_src/tree/TableView Documentation: https://nappgui.com/en/gui/tableview.html Example app: https://nappgui.com/en/howto/guihello.html#h8 ## DONE - Adding columns (only text) - Set column...
Hi @rochus-keller! Yes its possible. I use **ndoc** (my own doc generator) for NAppGUI. It create two outputs. * HTML: Website format. A webserver is not required. Yo can browse...
@rochus-keller I'm still working on creating DLLs and also: * Make a full review the non-public headers (inl) since I took certain licenses when dealing with static libraries. * Upgrade...
Hi @ragsaq ! Thank you very much for your contributions. I am currently developing version 1.3 of NAppGUI, which includes some refactoring of CMakeLists.txt to work with dynamic libraries. The...
Hi @mrexodia! Thank you very much for your offer to be a sponsor. I was not aware of the ability to create sponsors on GitHub for the project. NAppGUI has...