This is a desktop app that can be used to create or solve nonogram puzzles, written in C# using WPF. It implements a library that I previously wrote (NonogramLib).
For more information on nonograms, read this article.
Microsoft Windows with .NET 9 Runtime
For average users, simply download the archive from the releases page, unzip it, and run the executable.
Visual Studio / Visual Studio Code are recommended for .sln compatibility.
Make sure you have a C#/.NET development environment set up, and fork the repository. Don't forget to pull the submodule.
This is my first "serious" project, so thank you very much for your interest. I know the app may be a bit janky, because I'm still learning to make projects like these. I may add more updates and bugfixes in the future if I find the time.