{"id":15132113,"url":"https://github.com/nubilfi/ascii-webcam","last_synced_at":"2025-10-23T09:30:58.330Z","repository":{"id":257707780,"uuid":"854367739","full_name":"nubilfi/ascii-webcam","owner":"nubilfi","description":"A webcam that visualizes its output as ASCII art directly in the terminal","archived":false,"fork":false,"pushed_at":"2024-09-30T02:43:29.000Z","size":3974,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T17:38:22.988Z","etag":null,"topics":["ascii","opencv","ratatui","rust","webcam"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/nubilfi.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":"2024-09-09T03:29:31.000Z","updated_at":"2025-01-04T02:38:55.000Z","dependencies_parsed_at":"2024-09-18T07:25:34.965Z","dependency_job_id":"751c8ab1-9e47-4371-85c5-f30570f9f05d","html_url":"https://github.com/nubilfi/ascii-webcam","commit_stats":null,"previous_names":["nubilfi/ascii-webcam"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nubilfi%2Fascii-webcam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nubilfi%2Fascii-webcam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nubilfi%2Fascii-webcam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nubilfi%2Fascii-webcam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nubilfi","download_url":"https://codeload.github.com/nubilfi/ascii-webcam/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237807330,"owners_count":19369595,"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","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","opencv","ratatui","rust","webcam"],"created_at":"2024-09-26T04:03:46.755Z","updated_at":"2025-10-23T09:30:52.811Z","avatar_url":"https://github.com/nubilfi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASCII Webcam\n\n[![version](https://img.shields.io/crates/v/ascii-webcam?color=blue\u0026logo=rust\u0026style=flat-square)](https://crates.io/crates/ascii-webcam)\n[![Build Status](https://github.com/nubilfi/ascii-webcam/actions/workflows/rust.yml/badge.svg)](https://github.com/nubilfi/ascii-webcam/actions?branch=main)\n[![Documentation](https://docs.rs/ascii-webcam/badge.svg)](https://docs.rs/ascii-webcam/latest/ascii_webcam/index.html)\n[![codecov](https://codecov.io/gh/nubilfi/ascii-webcam/graph/badge.svg?token=SRGOFSB31Q)](https://codecov.io/gh/nubilfi/ascii-webcam)\n\nASCII Webcam is an application that captures video from your webcam and displays it as ASCII art in real-time within your terminal. This project demonstrates the use of OpenCV for video capture, image processing techniques, and terminal-based UI rendering using the [Ratatui](https://ratatui.rs/) library.\n\n## Features\n\n- Real-time webcam capture and ASCII conversion\n- Terminal-based user interface with Ratatui\n- FPS counter\n- Resizable ASCII output adapting to terminal dimensions\n- Help menu\n\n## Requirements\n\n- OpenCV 4.x\n- A compatible webcam\n\n## Installation\n\n1. Install OpenCV 4.x. The installation process varies depending on your operating system:\n   - On Archlinux: `sudo pacman -Sy opencv`\n   - For other systems, please refer to the [OpenCV installation guide](https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html).\n\n2. Build the project:\n   ```\n   cargo b -r\n   ```\n\n3. Run test:\n   ```\n   cargo t\n   ```\n\n4. Run benchmark:\n   ```\n   cargo bench\n   ```\n\n## Usage\n\nRun the application with:\n\n```\ncargo r\n```\n\nOnce the application starts:\n\n- The main window displays the ASCII representation of your webcam feed.\n- The top bar shows the current FPS.\n- Press `?` to toggle the help menu.\n- Press `q` to quit the application.\n\n## License\n\n[MIT](https://github.com/nubilfi/ascii-webcam/blob/main/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnubilfi%2Fascii-webcam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnubilfi%2Fascii-webcam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnubilfi%2Fascii-webcam/lists"}