{"id":18717361,"url":"https://github.com/rekola/cppvis","last_synced_at":"2025-09-02T01:33:20.297Z","repository":{"id":230964727,"uuid":"754887815","full_name":"rekola/cppvis","owner":"rekola","description":"C++ Data Visualization Platform","archived":false,"fork":false,"pushed_at":"2024-04-02T21:42:07.000Z","size":16,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T13:51:35.740Z","etag":null,"topics":["c-plus-plus","c-plusplus","data-visualization"],"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/rekola.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,"zenodo":null}},"created_at":"2024-02-09T00:21:55.000Z","updated_at":"2024-04-02T20:27:34.000Z","dependencies_parsed_at":"2024-04-01T20:51:36.946Z","dependency_job_id":"a8ccb99e-3358-4c0a-a6f8-afd41a80ab01","html_url":"https://github.com/rekola/cppvis","commit_stats":null,"previous_names":["rekola/cppvis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rekola/cppvis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekola%2Fcppvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekola%2Fcppvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekola%2Fcppvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekola%2Fcppvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rekola","download_url":"https://codeload.github.com/rekola/cppvis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekola%2Fcppvis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273218428,"owners_count":25065913,"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-09-01T02:00:09.058Z","response_time":120,"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":["c-plus-plus","c-plusplus","data-visualization"],"created_at":"2024-11-07T13:15:54.241Z","updated_at":"2025-09-02T01:33:20.275Z","avatar_url":"https://github.com/rekola.png","language":"C++","readme":"# cppvis\n\n[![GitHub License](https://img.shields.io/github/license/rekola/cppvis?logo=github\u0026logoColor=lightgrey\u0026color=yellow)](https://github.com/rekola/cppvis/blob/main/LICENSE)\n[![CI](https://github.com/rekola/cppvis/workflows/Ubuntu-CI/badge.svg)]()\n[![VS17-CI](https://github.com/rekola/cppvis/workflows/VS17-CI/badge.svg)]()\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n## C++ Data Visualization Platform\n\nWork in progress!\n\n## Features\n\n- Pretty printing of C++ data structures in terminal with True Color\n\n## Plans\n\n- Image rendering (inline and block)\n- Different notations for pretty printing (e.g. JSON, EDN)\n- Different renderers (Terminal+Kitty/Sixel, PDF, Qt)\n- Plotting and sparklines\n- Interactivity\n- Graph visualization\n- Dataframes and SQL\n\n## Example Code\n\nMost features are still unimplemented.\n\n```c++\n// pr prints EDN by default\n\nstd::map\u003cstd::string, char\u003e M;\nM.insert_or_assign(\"key1\", 'a');\nM.insert_or_assign(\"key2\", 'b');\ncppvis::prn(M);\n//=\u003e { \"key1\" \\a, \"key2\" \\b }\n\n// Matlab style plot (not implemented)\n\ncppvis::plot(std::vector\u003cdouble\u003e{ 1.0, 2.0, 3.0 }, std::vector\u003cdouble\u003e{ 1.0, 2.0, 3.0 });\n\n// Loading images (not implemented)\n\nauto img = cppvis::slurp(\"https://picsum.photos/500\");\nvis.prn(img);\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekola%2Fcppvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frekola%2Fcppvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekola%2Fcppvis/lists"}