Getting Started with NiGui - ZvontyFlugence/NiGui GitHub Wiki

Here you can find anything you need to know about getting started with and running NiGui applications

Installing NiGui

Nimble Installation

Run the Nimble install command nimble install nigui

Manual Installation

  1. Clone the NiGui repository with Git or download the source code
  2. Add the following line to one of your Nim configuration files:
    --path:"<path_to_nigui>/src"

Verify Installation

Compile and run one of the included example programs (excluding example 13)

Additional Configurations

  • To disable the command line window under Windows, add this line to your Nim configuration:
    --app:gui
  • To compile a Windows binary which uses Gtk, add this line to your Nim configuration:
    -d:forceGtk

Contributing to NiGui

You can help to improve NiGui by:

  • Trying to use it and giving feedback
  • Test the programs under different Windows versions or Linux distributions
  • Developing show cases
  • Help improving and extending the code
  • Adding macOS support

Contact: see https://github.com/trustable-code

⚠️ **GitHub.com Fallback** ⚠️