{"id":20271289,"url":"https://github.com/itsyakub/colorful-pixels","last_synced_at":"2025-04-11T04:26:46.885Z","repository":{"id":240882519,"uuid":"784059831","full_name":"itsYakub/Colorful-Pixels","owner":"itsYakub","description":"Simple and easy-to-use pixel-art editor.","archived":false,"fork":false,"pushed_at":"2024-05-21T07:30:45.000Z","size":1182,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-22T08:55:20.626Z","etag":null,"topics":["2d","2d-graphics","cmake","cpp","graphics","graphics-editor","graphics2d","linux","madewithraylib","pixel-art","pixel-art-maker","pixel-editor","pixelart","raylib","web","webapp","windows"],"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/itsYakub.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":"2024-04-09T05:31:30.000Z","updated_at":"2024-05-22T00:05:35.000Z","dependencies_parsed_at":"2024-05-21T08:51:39.566Z","dependency_job_id":"fc9d2584-b922-4cab-84b1-ea33daf8e25b","html_url":"https://github.com/itsYakub/Colorful-Pixels","commit_stats":null,"previous_names":["itsyakub/colorful-pixels"],"tags_count":1,"template":false,"template_full_name":"itsYakub/RaylibGameTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2FColorful-Pixels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2FColorful-Pixels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2FColorful-Pixels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsYakub%2FColorful-Pixels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsYakub","download_url":"https://codeload.github.com/itsYakub/Colorful-Pixels/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224622671,"owners_count":17342431,"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":["2d","2d-graphics","cmake","cpp","graphics","graphics-editor","graphics2d","linux","madewithraylib","pixel-art","pixel-art-maker","pixel-editor","pixelart","raylib","web","webapp","windows"],"created_at":"2024-11-14T12:37:23.621Z","updated_at":"2024-11-14T12:37:24.232Z","avatar_url":"https://github.com/itsYakub.png","language":"C++","funding_links":["https://ko-fi.com/yakub"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"Center\"\u003e\n\n# Colorful Pixels 🎨\n\n![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge\u0026logo=c%2B%2B\u0026logoColor=white)\n![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge\u0026logo=windows\u0026logoColor=white)\n![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black)\n![WebGL](https://img.shields.io/badge/WebGL-990000?logo=webgl\u0026logoColor=white\u0026style=for-the-badge)\n[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/itsYakub/Colorful-Pixels)\n[![Itch.io](https://img.shields.io/badge/Itch-%23FF0B34.svg?style=for-the-badge\u0026logo=Itch.io\u0026logoColor=white)](https://itsyakub.itch.io/colorful-pixels)\n[![Ko-Fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/yakub)\n\n![](res/images/colorful_pixels_screenshot.png)\n\n\u003c/div\u003e\n\n## Overview:\n**Colorful Pixels** is a simple and easy-to-use pixel-art editor.\n\nSoftware supports all range of useful features, designed to make your life easy and comfortable:\n- Clean User-Interface with light and dark theme. \n- Full range of tools to draw, delete and manipulate your creations.\n- Layer system with options to preview, lock, enable visibility and move every layer up and down.\n- Versatile color manipulation.\n\n## Installation:\n### 0. Prerequesites:\n- **[Git;](https://git-scm.com/)**\n- **[CMake;](https://cmake.org/)**\n- **[Build system of your choosing;](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#id7)**\n### 1. Manual setup:\n- Clone this repository:\n```console\n$ git clone https://github.com/itsYakub/Colorful-Pixels.git --depth=1 --branch=alpha1.0\n$ cd Colorful-Pixels\n```\n- Create a binary folder:\n```console\n$ mkdir bin/\n$ cd bin/\n```\n- Create the generator file and build the final executable:\n```console\ncmake .. -DPLATFORM=Desktop\ncmake --build .\n```\n- Run the executable:\n```console\n./colorful_pixels\n```\n\n## Credits:\n- **[Emscripten.](https://github.com/emscripten-core/emsdk.git)**\n- **[raylib.](https://github.com/raysan5/raylib.git)**\n- **[rlImGui.](https://github.com/raylib-extras/rlImGui.git)**\n- **[imgui.](https://github.com/ocornut/imgui.git)**\n- **[tinyfiledialogs.](https://github.com/native-toolkit/libtinyfiledialogs.git)**\n- **[json.](https://github.com/nlohmann/json.git)**\n\n## Licence:\nThis template is under the **[MIT Licence](https://github.com/itsYakub/Colorful-Pixels/blob/main/LICENCE)**.\n\n\u003c!-- Badges: https://github.com/Ileriayo/markdown-badges --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsyakub%2Fcolorful-pixels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsyakub%2Fcolorful-pixels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsyakub%2Fcolorful-pixels/lists"}