frang75 / nappgui_src

SDK for building cross-platform desktop apps in ANSI-C
https://www.nappgui.com
MIT License
442 stars 43 forks source link

Any audio snippets or NappGUI (wrapper) implementation #91

Closed LukyGuyLucky closed 4 months ago

LukyGuyLucky commented 4 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.

frang75 commented 4 months ago

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.