An ascii webcam in your console, written as a way of learning rust.

Overview

asciicam

An ascii webcam in your console, written as a way of learning rust.

asciicam picture of me holding a basketball
asciicam picture of me holding a basketball

usage

only linux is supported currently

$ git clone https://github.com/vilhelmbergsoe/asciicam && cd asciicam/
$ cargo build --release
$ ./target/release/asciicam

keybindings

q => quit

s => save ascii picture

license

MIT

You might also like...
scan markdown files and execute `console` blocks

exec-commands โˆ’ scan markdown files and execute console blocks exec-commands is a utility to update command-line-tool examples embedded in markdown fi

Logging for text that should stay in the same place in a console.

console_static_text Crate for logging text that should stay in the same place in a console. This measures words to handle wrapping and has some consol

Tiny Rust library to draw pretty line graphs using ascii characters.

rasciigraph Tiny Rust library to draw pretty line graphs using ascii characters. Usage Add this to your Cargo.toml [dependencies] rasciigraph = "0.1.1

Advanced image to ascii art fully created with rust ๐Ÿฆ€ ๐Ÿš€
Advanced image to ascii art fully created with rust ๐Ÿฆ€ ๐Ÿš€

RASCII image to ascii art fully created with rust ๐Ÿฆ€ ๐Ÿš€ multiple language character lists - โœ”๏ธ creatable custom char list - โœ”๏ธ pixel art creaton -

A Rust library for drawing grid-based user interfaces using ASCII characters.

grux A library for drawing grid-based user interfaces using ASCII characters. // Provides a uniform interface for drawing to a 2D grid. use grux::Grid

A simple CLI tool to convert the images to ASCII art with rust ๐Ÿฆ€๐Ÿ’™
A simple CLI tool to convert the images to ASCII art with rust ๐Ÿฆ€๐Ÿ’™

aarty: A simple CLI tool to convert images to ASCII art with Rust ๐Ÿฆ€ More screenshots Original image Original image Original image Original image Orig

 rusty-donut - ASCII raymarching inside a terminal
rusty-donut - ASCII raymarching inside a terminal

ASCII raymarching inside a terminal

Build terminal dashboards using ascii/ansi art and javascript
Build terminal dashboards using ascii/ansi art and javascript

blessed-contrib Build dashboards (or any other application) using ascii/ansi art and javascript. Friendly to terminals, ssh and developers.

Failed experiment in downloading random cat image, turning it into ascii and displaying it in Neovim.

cat.nvim Failed experiment in downloading random cat image, turning it into ascii and displaying it in Neovim. Failed as I realized far too late, that

Owner
Vilhelm Bergsรธe
Vilhelm Bergsรธe
A more compact and intuitive ASCII table in your terminal: an alternative to "man 7 ascii" and "ascii"

asciit A more compact and intuitive ASCII table in your terminal: an alternative to man 7 ascii and ascii. Colored numbers and letters are much more e

Qichen Liu ๅˆ˜ๅฏ่พฐ 5 Nov 16, 2023
Wena is a micro-framework that provides an elegant starting point for your console application.

Wena was created by Nuno Maduro, and is a Rust Lang micro-framework that provides an elegant starting point for your console application. This project

null 251 Dec 11, 2022
ADPlay (ASCII-Drip Play): Pics on your terminal

ADPlay ADPlay (ASCII-Drip play): Graphic content on your terminal (works better on pixel arts) Build Build bin and install dependencies: cargo build -

Sofiane H. Djerbi 26 Oct 7, 2022
Console progress bar for Rust

Terminal progress bar for Rust Console progress bar for Rust Inspired from pb, support and tested on MacOS, Linux and Windows Documentation Examples s

Ariel Mashraki 507 Dec 22, 2022
Rust Crate that allows to do interruptions in console. Will be implemented to functional terminal customization kit.

termpause Rust Crate that allows to do interruptions in console. Will be implemented to functional terminal customization kit. Usage Add this in your

Just Said 4 Sep 21, 2022
A blazingly fast rust-based bionic reader for blazingly fast reading within a terminal console ๐Ÿฆ€

This Rust-based CLI tool reads text and returns it back in bionic reading format for blazingly fast loading and even faster reading! Bionic reading is

Ismet Handzic 5 Aug 5, 2023
๐ŸŒˆ Brings back colour console to Win64 for Garry's Mod SRCDS

?? gmsv_concolormsg This module for Garry's Mod fixes x86-64 Windows 64-bit SRCDS not displaying colours. Why does it do that? Who knows! But it's eas

William 11 Oct 4, 2022
Simple console input macros with the goal of being implemented in the standard library.

Simple console input macros with the goal of being implemented in the standard library.

undersquire 2 Feb 10, 2022
Tldr - ๐Ÿ“š Collaborative cheatsheets for console commands

What is tldr-pages? The tldr-pages project is a collection of community-maintained help pages for command-line tools, that aims to be a simpler, more

tldr pages 42.4k Dec 29, 2022
A panic hook for wasm32-unknown-unknown that logs panics with console.error

console_error_panic_hook This crate lets you debug panics on wasm32-unknown-unknown by providing a panic hook that forwards panic messages to console.

Rust and WebAssembly 241 Jan 3, 2023