Nonogram Editor
A desktop tool for creating and solving nonogram puzzles.
Features • How To Use • License
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-editorLicense
GNU General Public License v3.0
On this page
Languages
C++98.4%CMake1.4%C0.3%
Contributors
GNU General Public License v3.0
Created April 3, 2025
Updated April 10, 2025
