Skip to content

Releases: hatute/rustercam

0.1.1

0.1.1 Pre-release
Pre-release

Choose a tag to compare

@hatute hatute released this 18 Jun 07:55
a95c585

What's Changed

  • Add native capture backend and modularize application by @hatute in #1
  • Reduce ASCII character flicker during live rendering by @hatute in #3
  • Add flip control and improve capture UX by @hatute in #4

New Contributors

  • @hatute made their first contribution in #1

Full Changelog: v0.1.0...0.1.1

rustercam v0.1.0

rustercam v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@hatute hatute released this 17 Jun 05:00

rustercam v0.1.0

Initial public release.

rustercam is a Rust port of terminalcam, providing real-time webcam to colored ASCII rendering in the terminal.

Included

  • Live ASCII webcam preview
  • Color modes and presets
  • Contrast, brightness, rotation, and invert controls
  • SVG screenshot capture
  • HTML screenshot export
  • .tcam recording and playback
  • macOS/Linux/Termux capture backends in source

Binary Downloads

This release includes a macOS binary only.

Other platforms can build from source with:

cargo build --release

Requirements

  • ffmpeg
  • Camera permission for your terminal app

Checksums

d84f876bec6104ca8a362b01ff447734e7390573ef6cf10b2d9ea6a0758dbe0e

Attribution

Based on terminalcam by here_forawhile:
https://gitlab.com/here_forawhile/terminalcam