{"id":20333341,"url":"https://github.com/daneelsan/matrixcurses","last_synced_at":"2026-06-04T02:31:18.635Z","repository":{"id":133848809,"uuid":"362542799","full_name":"daneelsan/matrixcurses","owner":"daneelsan","description":"A Matrix-style dripping text","archived":false,"fork":false,"pushed_at":"2021-04-28T17:11:30.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T12:46:25.597Z","etag":null,"topics":["c","curses"],"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/daneelsan.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-04-28T16:47:47.000Z","updated_at":"2022-12-18T15:18:39.000Z","dependencies_parsed_at":"2023-04-13T11:38:24.139Z","dependency_job_id":null,"html_url":"https://github.com/daneelsan/matrixcurses","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daneelsan/matrixcurses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneelsan%2Fmatrixcurses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneelsan%2Fmatrixcurses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneelsan%2Fmatrixcurses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneelsan%2Fmatrixcurses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daneelsan","download_url":"https://codeload.github.com/daneelsan/matrixcurses/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daneelsan%2Fmatrixcurses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27467190,"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-12-03T02:00:06.367Z","response_time":57,"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","curses"],"created_at":"2024-11-14T20:30:52.593Z","updated_at":"2025-12-03T02:09:13.736Z","avatar_url":"https://github.com/daneelsan.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n- [matrixcurses](#matrixcurses)\n  - [Run](#run)\n  - [Build](#build)\n  - [Modify](#modify)\n  - [ToDo](#todo)\n\n\n# matrixcurses\nA Matrix-style dripping text (source: https://youtu.be/K8dCh3ZMLN8)\n\n## Run\n\n```console\n$ ./matrix\n```\n![./matrix output](/example.png)\n\n## Build\n\n```console\n$ make\nclang -g -Wall -c main.c -o main.o\nclang -g -Wall -c matrix.c -o matrix.o\nclang -g -Wall -c ui.c -o ui.o\nclang -g -Wall -o matrix main.o matrix.o ui.o -lncurses\n```\n\n## Modify\n\nTo change the number of iterations, modify `ITERATIONS` in `main.c`.\n\nTo change the refresh delay, modify `REFRESH_DELAY` in `main.c`.\n\n## ToDo\n\n- [ ] Accept `ITERATIONS` and `REFRESH_DELAY` as arguments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaneelsan%2Fmatrixcurses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaneelsan%2Fmatrixcurses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaneelsan%2Fmatrixcurses/lists"}