{"id":15578907,"url":"https://github.com/tlsa/nonogif","last_synced_at":"2025-03-29T07:44:19.058Z","repository":{"id":91471898,"uuid":"583629989","full_name":"tlsa/nonogif","owner":"tlsa","description":"Command line Nonogram solver that outputs an animated GIF of the solution","archived":false,"fork":false,"pushed_at":"2023-01-05T19:33:03.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T21:44:54.196Z","etag":null,"topics":["animation","cli","gif","nonogram","picross","pixel","puzzle","solver"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tlsa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-30T11:31:19.000Z","updated_at":"2022-12-30T22:45:16.000Z","dependencies_parsed_at":"2023-07-17T03:30:23.964Z","dependency_job_id":null,"html_url":"https://github.com/tlsa/nonogif","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlsa%2Fnonogif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlsa%2Fnonogif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlsa%2Fnonogif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tlsa%2Fnonogif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tlsa","download_url":"https://codeload.github.com/tlsa/nonogif/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246156029,"owners_count":20732359,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","cli","gif","nonogram","picross","pixel","puzzle","solver"],"created_at":"2024-10-02T19:13:19.150Z","updated_at":"2025-03-29T07:44:19.052Z","avatar_url":"https://github.com/tlsa.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"NonoGIF: Render Nonogram solutions to GIFs\n==========================================\n\nThis command line program renders [Nonogram](https://en.wikipedia.org/wiki/Nonogram)\npuzzles to GIF files. It provides a range of options to control the look of the\noutput animation.\n\n![NonoGIF logo: Animated Nonogram solution](docs/nonogif.gif)\n\nNonograms (also known as Paint by Numbers, Picross, and Pixel Puzzles, amongst\nothers) are a form of puzzle where the object is to use clues to fill in the\ncells in a grid to reveal a picture. The clues are provided as a series of\nnumbers for each row and column, indicating the length of groups of contiguous\ncells along that line that may be filled in.\n\n## Why\n\nThis is not a clever or efficient solver. It simply tries every possible\noption for every line until the puzzle is complete.\n\nI made it because I was given a Nonogram in a Christmas card and I thought it\nwould be fun to write a program to solve it, and send my friend a GIF of the\nsolution. The above animation was generated by solving the\n[nonogif.yaml](test/data/nonogif.yaml) puzzle with the following command:\n\n```bash\nnonogif \\\n    --delay 20 \\\n    --style detail \\\n    --final-delay 1000 \\\n    --output docs/nonogif.gif \\\n    test/data/nonogif.yaml\n```\n\n## Features\n\n* Basic Nonogram solver.\n* Reads YAML format input file.\n* Command line interface.\n* Configurable GIF output.\n  - Options to animate line by line, pass by pass or simply render the final\n    result to a non-animated GIF.\n  - Options to control animation behaviour, e.g. inter frame delays.\n  - Options to control appearance, e.g. grid size, border thickness and colours.\n\n## Dependencies\n\n* [libcgif](https://github.com/dloebl/cgif): GIF encoding.\n* [libcyaml](https://github.com/tlsa/libcyaml): YAML loading.\n\nOn a Debian or Ubuntu system, install them with:\n\n```bash\nsudo apt-get install libcgif-dev libcyaml-dev\n```\n\n## Building\n\nSimply run\n\n```bash\nmake\n```\n\nBy default a `release` build is built. To build a `debug` or `sanitizer`\nvariant, set `VARIANT` accordingly:\n\n```bash\nmake VARIANT=debug\nmake VARIANT=sanitizer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlsa%2Fnonogif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlsa%2Fnonogif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlsa%2Fnonogif/lists"}