{"id":20900348,"url":"https://github.com/ghztomash/ascii-renderer","last_synced_at":"2026-04-26T09:31:46.546Z","repository":{"id":237444162,"uuid":"774557060","full_name":"ghztomash/ascii-renderer","owner":"ghztomash","description":"ascii art rendering engine","archived":false,"fork":false,"pushed_at":"2026-02-22T23:47:03.000Z","size":5461,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-23T00:53:48.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/ghztomash.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-19T18:55:04.000Z","updated_at":"2026-02-22T23:47:06.000Z","dependencies_parsed_at":"2025-12-25T09:10:03.555Z","dependency_job_id":null,"html_url":"https://github.com/ghztomash/ascii-renderer","commit_stats":null,"previous_names":["ghztomash/ascii-renderer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghztomash/ascii-renderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghztomash%2Fascii-renderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghztomash%2Fascii-renderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghztomash%2Fascii-renderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghztomash%2Fascii-renderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghztomash","download_url":"https://codeload.github.com/ghztomash/ascii-renderer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghztomash%2Fascii-renderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32292764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-18T11:19:05.129Z","updated_at":"2026-04-26T09:31:46.542Z","avatar_url":"https://github.com/ghztomash.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asciiRenderer\n\n## Disclaimer\n\nThis repository is shared for reference and personal use.  \nIt is **not expected to run as-is** on another machine without local setup, matching openFrameworks/addons versions, and environment-specific assets/configuration.\n\n## Overview\n\n`asciiRenderer` is an openFrameworks app that renders animated scenes into ASCII output.  \nIt combines multiple renderer modules (including Lua-driven renderers), applies character/color mapping, and supports recording/export workflows.\n\n## Main Features\n\n- Renderer stack architecture (`BaseRenderer`, factory-based renderer creation).\n- Lua renderer with script hot-reload and runtime error handling.\n- Character set + font based ASCII conversion.\n- Overlay/grid/flip effects and theme support.\n- Frame capture and recording helpers.\n\n## Repository Layout\n\n- `src/`: app source, renderers, Lua bindings interface/wrappers.\n- `bin/data/`: runtime assets and data (`scripts/`, `fonts/`, `shaders/`, `projects/`, `configs/`).\n\n## Dependencies\n\nThis project depends on openFrameworks and these addons (see `addons.make`):\n\n- `ofxGui`\n- `ofxXmlSettings`\n- `ofxFontStash`\n- `ofxTimeMeasurements`\n- `ofxWaveforms`\n- `ofxEosParticles`\n- `ofxLua`\n\n## Build and Run\n\nFrom the project root:\n\n```bash\nmake Debug\nmake RunDebug\n```\n\nRelease build:\n\n```bash\nmake Release -j$(nproc)\n./bin/asciiRenderer\n```\n\nIf openFrameworks root is not in the default location, set `OF_ROOT` in `config.make`.\n\n## Lua Workflow\n\n- Lua scripts live in `bin/data/scripts/`.\n- Lua script path is controlled by the Lua renderer (`script path` parameter / browse action).\n- Lua bindings can be regenerated from `src/`:\n\n```bash\ncd src\n./generate_bindings.sh\n```\n\n## Notes\n\n- The app includes project-specific assets and settings under `bin/data/`, behavior depends on those files.\n- Generated SWIG wrapper files are included in `src/*Bindings_wrap.cxx`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghztomash%2Fascii-renderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghztomash%2Fascii-renderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghztomash%2Fascii-renderer/lists"}