#pixelflut #image #animation #client #server #command #pixel

bin+lib pixelbomber

Insanely fast pixelflut client for images and animations

19 releases (5 breaking)

0.6.0 Jan 21, 2024
0.5.7 Jan 21, 2024
0.5.6 Dec 30, 2023
0.4.1 Jun 21, 2023
0.1.2 Jun 13, 2023

#2538 in Command line utilities

Download history 25/week @ 2023-12-25 175/week @ 2024-02-19 73/week @ 2024-02-26 4/week @ 2024-03-11 3/week @ 2024-03-18 189/week @ 2024-04-01

196 downloads per month

GPL-3.0 license

26KB
483 lines

Pixelbomber

A program to nuke pixelflut servers

This client is largely inspired by pixelpwnr, although I made heavy modifications to decrease the bottlenecks.

Installation

Either using cargo:

cargo install pixelbomber

or by cloning and then building:

git clone https://github.com/fabi321/pixelbomber.git
cd pixelbomber
cargo build --release

Features

  • Concurrent writing pipes
  • Animated images with consecutive images
  • Control over render sizes and offsett
  • Faster than pixelpwnr (in my case by more than a Factor of 8)
  • Linux, Windows and MacOS
  • Same cli as pixelpwnr
  • Support for both gray pixel command as well as offset command, enable with --offset and --gray
  • Support for automated feature and size detection, on by default

Dependencies

~15MB
~103K SLoC