{"id":18509953,"url":"https://github.com/zpl-c/texed","last_synced_at":"2025-10-29T21:12:47.348Z","repository":{"id":86885990,"uuid":"368814741","full_name":"zpl-c/texed","owner":"zpl-c","description":"Stack-based texture generation tool written in C99! ","archived":false,"fork":false,"pushed_at":"2022-08-10T17:16:44.000Z","size":951,"stargazers_count":31,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-09T21:40:32.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zpl-c.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":"2021-05-19T09:30:40.000Z","updated_at":"2025-03-28T06:59:49.000Z","dependencies_parsed_at":"2023-05-29T17:15:28.288Z","dependency_job_id":null,"html_url":"https://github.com/zpl-c/texed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zpl-c/texed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpl-c%2Ftexed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpl-c%2Ftexed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpl-c%2Ftexed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpl-c%2Ftexed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zpl-c","download_url":"https://codeload.github.com/zpl-c/texed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zpl-c%2Ftexed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271809728,"owners_count":24825782,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-06T15:19:44.104Z","updated_at":"2025-10-29T21:12:47.294Z","avatar_url":"https://github.com/zpl-c.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/zpl-c/zpl\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/2182108/111983468-d5593e80-8b12-11eb-9c59-8c78ecc0504e.png\" alt=\"texed\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://discord.gg/2fZVEym\"\u003e\u003cimg src=\"https://img.shields.io/discord/354670964400848898?color=7289DA\u0026style=for-the-badge\" alt=\"discord\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n  Stack-based texture generation tool written in C99!\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003csub\u003e\n    Brought to you by \u003ca href=\"https://github.com/zpl-zak\"\u003e@zpl-zak\u003c/a\u003e\n    and \u003cstrong\u003econtributors\u003c/strong\u003e\n  \u003c/sub\u003e\n\u003c/div\u003e\n\n# Introduction\nzpl.texed is a cross-platform stack-based image generation tool suitable for prototyping textures with pixel art aesthetics. It offers a suite of tools to generate/blend/modify stacked layers and also provides an ability to export bespoke textures into PNG files or packed C header files (a header containing an array of bytes and various metadata).\n\n**zpl.texed** runs on top of [raylib](https://raylib.com/) technologies and makes use of the [zpl](https://zpl.pw/) ecosystem alongside the **cwpack** library to provide a robust and intuitive user experience.\n\n![texed preview](https://user-images.githubusercontent.com/9026786/118902426-eb6a5c00-b915-11eb-8569-593cbc8f4980.png)\n\n## Features\n* it's fast and cross-platform\n* stack-based layer blending\n* various color operations\n* image generators, for instance: white noise, Perlin, Voronoi\n* it offers the ability to export the resulting image to PNG or even a C header file\n\n# How to obtain texed\n## Download at itch.io\nYou can download this tool at [itch.io](https://zaklaus.itch.io/texed)!\n\n**NOTE:** While GitHub sources contain the most recent development builds, the **itch.io** page is considered to be the stable channel with less frequent updates.\n\n## Build the project\nWe use CMake to generate project files and manage builds.\nYou can do the following on the command line to create and build this project:\n```sh\ngit clone https://github.com/zpl-c/texed.git\ncd texed\ncmake -S . -B build\ncmake --build build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpl-c%2Ftexed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzpl-c%2Ftexed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzpl-c%2Ftexed/lists"}