Cross-platform C SDK logo

Cross-platform C SDK

Download



1. Download SDK

  • GitHub (Precompiled libraries):
  • 1
    
    git clone --depth 1 https://github.com/frang75/nappgui.git
    
  • GitHub (source code):
  • 1
    
    git clone --depth 1 https://github.com/frang75/nappgui_src.git
    
  • After download, go to Quick start.

2. Download Demos


3. Run demos on macOS

You may not be able to run the demos on newer macOS systems due to Apple's protection system (Figure 1). To disable this protection, open the Terminal and type:

1
sudo spctl --master-disable
MacOS message when trying to run a third-party app. MacOS message before opening a third-party app.
Figure 1: Messages before and after disabling Apple protection.