{"id":39169063,"url":"https://github.com/manorajesh/usdcat","last_synced_at":"2026-01-17T22:17:58.734Z","repository":{"id":330279306,"uuid":"1121615983","full_name":"manorajesh/usdcat","owner":"manorajesh","description":"terminal-based viewer for USD scenes","archived":false,"fork":false,"pushed_at":"2026-01-01T19:30:28.000Z","size":93,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-04T13:29:35.002Z","etag":null,"topics":["ascii","terminal","usd"],"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/manorajesh.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-23T09:17:47.000Z","updated_at":"2026-01-01T19:30:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/manorajesh/usdcat","commit_stats":null,"previous_names":["manorajesh/usdcat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manorajesh/usdcat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manorajesh%2Fusdcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manorajesh%2Fusdcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manorajesh%2Fusdcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manorajesh%2Fusdcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manorajesh","download_url":"https://codeload.github.com/manorajesh/usdcat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manorajesh%2Fusdcat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28519884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T22:11:28.393Z","status":"ssl_error","status_checked_at":"2026-01-17T22:11:27.841Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ascii","terminal","usd"],"created_at":"2026-01-17T22:17:58.102Z","updated_at":"2026-01-17T22:17:58.715Z","avatar_url":"https://github.com/manorajesh.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# usdcat\n\n[![Build](https://github.com/manorajesh/usdcat/actions/workflows/build.yml/badge.svg)](https://github.com/manorajesh/usdcat/actions/workflows/build.yml)\n\nA lightweight C++ terminal-based viewer for USD (Universal Scene Description) scenes. Renders USD files as ASCII/Unicode art directly in your terminal.\n\n## Features\n\n- Fast terminal rendering using ncurses\n- Real-time 3D visualization in ASCII/Unicode\n- Interactive camera controls\n- Minimal dependencies\n\n## Dependencies\n\n- CMake 3.10+\n- C++17 compiler\n- Eigen3\n- ncurses\n- USD (Universal Scene Description)\n\n## Building\n\n```bash\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n```\n\n## Usage\n\n```bash\n./build/usdcat \u003cscene.usd\u003e\n```\n\n## Debug\n\nTo enable debugging with symbol information on MacOS, ensure that the debug symbols in the executable and the dSYM bundle match. You can verify this using the following commands:\n\n```bash\n# generate one if missing\ndsymutil ./usdcat -o ./usdcat.dSYM\n\n# verify UUIDs match (they MUST match)\ndwarfdump --uuid ./usdcat ./usdcat.dSYM\n```\n\nProfile in Instruments for example by attaching to a running process.\n\n### Controls\n\n- Arrow keys: Rotate camera\n- `w`/`s`: Zoom in/out\n- `q`: Quit\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanorajesh%2Fusdcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanorajesh%2Fusdcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanorajesh%2Fusdcat/lists"}