{"id":19409302,"url":"https://github.com/backgwa/pixelarray","last_synced_at":"2026-06-17T17:32:23.178Z","repository":{"id":195748421,"uuid":"693107965","full_name":"BackGwa/PixelArray","owner":"BackGwa","description":"PixelArray - 32x32 픽셀을 C언어 배열로 변환할 수 있는 툴","archived":false,"fork":false,"pushed_at":"2023-09-24T11:39:54.000Z","size":129,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T14:46:16.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://backgwa.github.io/PixelArray/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BackGwa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-09-18T11:14:43.000Z","updated_at":"2023-09-21T02:21:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"d43d52fe-9933-45b3-bc25-64b5077281ca","html_url":"https://github.com/BackGwa/PixelArray","commit_stats":null,"previous_names":["backgwa/pixelarray"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackGwa%2FPixelArray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackGwa%2FPixelArray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackGwa%2FPixelArray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BackGwa%2FPixelArray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BackGwa","download_url":"https://codeload.github.com/BackGwa/PixelArray/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240587615,"owners_count":19825020,"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":[],"created_at":"2024-11-10T12:11:06.119Z","updated_at":"2026-06-17T17:32:18.140Z","avatar_url":"https://github.com/BackGwa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cbr\u003e\n\n\u003cimg src=\"./res/logo.png\" width=\"500px\"\u003e\n\n\u003cbr\u003e\n\n### **32x32 픽셀을 C언어 배열로 변환할 수 있는 툴**\n\n\u003c/div\u003e\n\n---\n\n### 조작키 및 버튼\n- **`왼클릭`** : 픽셀을 그리거나 지웁니다.\n- **`우클릭`** : 픽셀의 색상을 변경합니다.\n- **`LOAD`** : 복사된 픽셀 데이터를 가져옵니다.\n- **`COPY`** : 그려진 픽셀 데이터를 복사합니다.\n- **`REVERT`** : 하얀색과 검정색으로 서로 반전합니다.\n- **`RESET`** : 모든 픽셀을 지웁니다.\n\n\u003cbr\u003e\n\n---\n\n### 예제 코드\n```c\n#include \"PixelArray.h\"\n\nint main() {\n    int arr[32][32] = {...};    // 이 곳에 복사한 배열을 삽입합니다.\n\n    PixelView(arr, '■');        // 매개변수로 배열과 문자를 받고 출력합니다.\n\n    return 0;\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackgwa%2Fpixelarray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackgwa%2Fpixelarray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackgwa%2Fpixelarray/lists"}