{"id":15654887,"url":"https://github.com/ibara/sprite","last_synced_at":"2025-05-01T09:56:43.325Z","repository":{"id":80378463,"uuid":"286654369","full_name":"ibara/sprite","owner":"ibara","description":"ncurses-based sprite editor","archived":false,"fork":false,"pushed_at":"2021-06-02T16:55:05.000Z","size":144,"stargazers_count":28,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T09:56:38.448Z","etag":null,"topics":["art","artwork","bsd","console","game","game-art","game-dev","game-development","gameart","linux","ncurses","openbsd","pixel","pixel-art","pixelart","pixels","sprite","unix"],"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/ibara.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":"2020-08-11T05:31:51.000Z","updated_at":"2025-03-10T00:44:00.000Z","dependencies_parsed_at":"2023-06-06T16:30:15.191Z","dependency_job_id":null,"html_url":"https://github.com/ibara/sprite","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibara%2Fsprite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibara%2Fsprite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibara%2Fsprite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibara%2Fsprite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibara","download_url":"https://codeload.github.com/ibara/sprite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251856992,"owners_count":21655119,"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":["art","artwork","bsd","console","game","game-art","game-dev","game-development","gameart","linux","ncurses","openbsd","pixel","pixel-art","pixelart","pixels","sprite","unix"],"created_at":"2024-10-03T12:54:39.040Z","updated_at":"2025-05-01T09:56:43.299Z","avatar_url":"https://github.com/ibara.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"sprite\n======\nSprite is an ncurses-based sprite editor.\nYou can use it to create and share pixel art.\n\nBy default, sprite sets up a 16x16 pixel canvas.\nIf you'd like a larger 32x32 pixel canvas, start sprite with the -e\nflag.\nIf your terminal is not large enough to fit a 32x32 canvas, it will\nuse a 16x16 canvas instead.\nIf you'd like a smaller 8x8 pixel canvas, start sprite with the -s\nflag.\n\nMost terminals do not have 1:1 square character cells.\nThis may cause the canvas to have a different aspect ratio than\nexpectations.\nPNG export does create standard 1:1 square pixels; exported images\nwill look correct.\n\nSave file format\n----------------\nImages are saved as a flat text file, one pixel per line, in the form\n```\ny,x,color\n```\nColor is an index number from 0-255 that matches XTerm color.\nOnly pixels with color are saved; transparent pixels are left out.\nThe .spr and .txt file extensions are used by convention but any file\nextension can be used for save files.\n\nImages can be exported to PNG, but sprite is not able to open PNGs,\nso please save images rather than export if you want to work on them\nover multiple sessions. The .png file extension is recommended for\nexport; sprite does not add the file extension automatically when\nexporting.\n\nRequirements\n------------\nYou need ncurses with 256 color support.\nWhile it will work with fewer than 256 colors it will not be as good.\n\nYou also need libpng for PNG export support.\n\nBuilding\n--------\nJust run `make`.\n\nRemove `-DHAVE_STRTONUM` if your system needs the strtonum(3) function.\n\nRemove `-DHAVE_GETPROGNAME` if your system needs the getprogname(3)\nfunction.\n\nLicense\n-------\nISC License.\nSee `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibara%2Fsprite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibara%2Fsprite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibara%2Fsprite/lists"}