Closed LukyGuyLucky closed 10 months ago
Just want to know wheather one has to do in the usual C way to interop with 3rd party audio libraries,or is there a pure NappGUI way to call them like 2D implementation? Thank you in advance.
Hi @LukyGuyLucky. No NAppGUI has not native support for audio libraries. You have to link them to your project via CMake or other build system.
Just want to know wheather one has to do in the usual C way to interop with 3rd party audio libraries,or is there a pure NappGUI way to call them like 2D implementation? Thank you in advance.