GitHunt
NI

nintep/nonogram-editor

A desktop tool for creating and solving nonogram puzzles.

Nonogram Editor

A desktop tool for creating and solving nonogram puzzles.

CMake
Qt

FeaturesHow To UseLicense

screenshot

Features

Edit Mode

  • Create and edit nonograms of various sizes
  • Nonogram clues are calculated automatically
  • Save nonograms for future editing

Solve Mode

  • Solve existing nonograms
  • Solutions are checked automatically

How To Use

To use Nonogram Editor, you will need to have CMake and Qt installed. To build and run the application, run the following commands:

# Clone the repository
$ git clone https://github.com/nintep/nonogram-editor

# Go into the repository
$ cd nonogram-editor

# Create and enter build directory
$ mkdir build
$ cd build

# Build the application
$ cmake ..
$ make

# Run the application
$ ./nonogram-editor

License

GNU General Public License v3.0


Project Github

Languages

C++98.4%CMake1.4%C0.3%

Contributors

GNU General Public License v3.0
Created April 3, 2025
Updated April 10, 2025
nintep/nonogram-editor | GitHunt