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
Run the Nimble install command nimble install nigui
- Clone the NiGui repository with Git or download the source code
- Add the following line to one of your Nim configuration files:
--path:"<path_to_nigui>/src"
Compile and run one of the included example programs (excluding example 13)
- 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
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