{"id":18672103,"url":"https://github.com/dfirebaugh/spritely","last_synced_at":"2025-04-12T01:30:55.265Z","repository":{"id":101931413,"uuid":"256929799","full_name":"dfirebaugh/spritely","owner":"dfirebaugh","description":"a simple sprite editor","archived":false,"fork":false,"pushed_at":"2024-01-06T20:32:21.000Z","size":764,"stargazers_count":16,"open_issues_count":0,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T21:14:16.235Z","etag":null,"topics":["hacktoberfest","hacktoberfest2020"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dfirebaugh.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}},"created_at":"2020-04-19T06:24:59.000Z","updated_at":"2024-01-04T17:03:03.000Z","dependencies_parsed_at":"2024-01-04T18:25:44.425Z","dependency_job_id":"2fcea635-b75e-41d3-911d-b90292d07856","html_url":"https://github.com/dfirebaugh/spritely","commit_stats":null,"previous_names":["dfirebaugh/spritely"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfirebaugh%2Fspritely","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfirebaugh%2Fspritely/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfirebaugh%2Fspritely/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfirebaugh%2Fspritely/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dfirebaugh","download_url":"https://codeload.github.com/dfirebaugh/spritely/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248504211,"owners_count":21115134,"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":["hacktoberfest","hacktoberfest2020"],"created_at":"2024-11-07T09:09:29.871Z","updated_at":"2025-04-12T01:30:54.871Z","avatar_url":"https://github.com/dfirebaugh.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spritely\n\u003e spritely is currently being refactored see the [project](https://github.com/users/dfirebaugh/projects/1/views/1) for tasks.\n\n\u003c!-- \u003cimg alt=\"GitHub Workflow Status\" src=\"https://img.shields.io/github/workflow/status/dfirebaugh/spritely-editor/Build%20and%20deploy\"\u003e --\u003e\n\nSpritely is a sprite editor for making tiny sprites.\nSpritely makes a 64 sprite sprite sheet in the format of png.  Each sprite is 8x8 pixels with 16 colors.\n\n## Demo\nA limited demo can be found here: https://dfirebaugh.github.io/spritely/\n\n![spritely](./docs/spritely.png)\n\n## Build Requirements\n\n```\n$ apt-get install libsdl2-ttf-dev libsdl2-image-dev python3.9-dev libpng-dev\n```\n\n\n## Build with zig\n\nYou can build this project with [zig](https://ziglang.org/download/).\n(i'm using zig version 0.11.0)\n\n```bash\nzig build\n```\n\nThis will build a binary at `./zig-out/bin/spritely`\n\nYou can also use the following command to run the app.\n```bash\nzig build run\n```\n\n## Webassembly build\n\nRunning `make web` will build spritely using emscripten. So in order to run it, you need to download it from : https://emscripten.org/docs/getting_started/downloads.html\n\n`make web` will create two files: `index.js` and `index.wasm`. Using the given `index.html` and a simple web server you can use spritely in your web browser!\n\u003e note: chrome doesn't support `file://` XHR request\n\n### run the wasm build\n```bash\nmake run-wasm\n```\n\n\u003e You can run a simple web server by going to the `web` folder and then run a web server using python2 with `python2 -m SimpleHTTPServer 8080` or python3 with `python -m http.server 8080`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfirebaugh%2Fspritely","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdfirebaugh%2Fspritely","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdfirebaugh%2Fspritely/lists"}