{"id":20323658,"url":"https://github.com/erthium/ascii-art","last_synced_at":"2026-02-23T03:36:33.374Z","repository":{"id":212999890,"uuid":"732787653","full_name":"erthium/ascii-art","owner":"erthium","description":"Project for converting image frames into ASCII art, with hopes to make real-time video conversion work","archived":false,"fork":false,"pushed_at":"2024-10-27T15:44:13.000Z","size":3333,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T20:52:27.658Z","etag":null,"topics":["ascii","ascii-art","cpp","image-processing","sfml"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erthium.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":"2023-12-17T20:28:36.000Z","updated_at":"2024-10-27T15:44:17.000Z","dependencies_parsed_at":"2024-04-07T03:22:39.335Z","dependency_job_id":"fdf39c6b-2582-4173-b81b-650714f94aac","html_url":"https://github.com/erthium/ascii-art","commit_stats":null,"previous_names":["ertyumpx/ascii-art","erthium/ascii-art"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erthium/ascii-art","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fascii-art","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fascii-art/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fascii-art/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fascii-art/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erthium","download_url":"https://codeload.github.com/erthium/ascii-art/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erthium%2Fascii-art/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280865095,"owners_count":26404443,"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-10-24T02:00:06.418Z","response_time":73,"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":["ascii","ascii-art","cpp","image-processing","sfml"],"created_at":"2024-11-14T19:29:08.063Z","updated_at":"2025-10-24T20:52:30.810Z","avatar_url":"https://github.com/erthium.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASCII Art\n\nImage to ASCII converter with C++ and SFML. \n\nMain idea is to be able accept any kind of 2D array that holds pixel data and give a similar output, and be able to save the output as an image or video.\n\n## License\n\nThis project is licensed under the [GNU GPL-3.0](https://github.com/ErtyumPX/ascii-art/blob/main/LICENSE) license.\n\nFeel free to use the source code. Referring to the repository would be very much appreciated.\n\n## Setup\n\nProject is currently compiled with `GNU G++ 13.2.1`.\n\nThe only third-party dependency is `SFML2`. Used version of SFML in project is `2.6.1`.\n\nSFML was selected because of it's ease of use for text rendering with sizes being all agjusted in pixels.\n\nFor compiling and linking rules `GNU Make 4.4.1` was used. After downloading dependencies, make sure to change the include paths inside the Makefile.\n\n```\n# change the paths for '-I' \nCC := g++\nCFLAGS := -Wall -std=c++11 -I/usr/include/SDL2           # here\nLDFLAGS := -lsfml-graphics -lsfml-window -lsfml-system\n...\n```\n\nAfter fulfilling dependencies, download or clone the project and use Makefile to easily compile:\n\n```\n\u003e make run\n```\n\nSince SFML is a cross-platform media library, output should work on Windows, MacOS and Linux.\n\n## General Structure\n\n### Directory Structure and Files\n\n- `src/` directory contains the source code\n  - `src/main.cpp` is the entry point of the program\n  - `src/converter.hpp` contains the declarations of the core converter class\n  - `src/converter.cpp` contains the implementation of core methods\n- `stable/` directory contains the stable output\n  - `stable/ascii.art` is the executable\n\n### How It Goes\n\nWill be updated soon.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferthium%2Fascii-art","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferthium%2Fascii-art","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferthium%2Fascii-art/lists"}