{"id":20390370,"url":"https://github.com/timvisee/pixelpwnr-cast","last_synced_at":"2025-04-12T11:21:39.424Z","repository":{"id":214657392,"uuid":"737047786","full_name":"timvisee/pixelpwnr-cast","owner":"timvisee","description":":tv: Insanely fast pixelflut client to cast your screen written in Rust.","archived":false,"fork":false,"pushed_at":"2023-12-29T17:55:54.000Z","size":49,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T06:11:16.285Z","etag":null,"topics":["37c3","flood","hacktoberfest","pixelflut","pixelpwnr","rust","screencast"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timvisee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["timvisee"],"custom":["https://timvisee.com/donate"],"patreon":"timvisee","ko_fi":"timvisee"}},"created_at":"2023-12-29T16:43:54.000Z","updated_at":"2024-06-12T21:22:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"0db45c46-1492-4fcf-8acf-b4e80d7539b4","html_url":"https://github.com/timvisee/pixelpwnr-cast","commit_stats":null,"previous_names":["timvisee/pixelpwnr-cast"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timvisee%2Fpixelpwnr-cast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timvisee%2Fpixelpwnr-cast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timvisee%2Fpixelpwnr-cast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timvisee%2Fpixelpwnr-cast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timvisee","download_url":"https://codeload.github.com/timvisee/pixelpwnr-cast/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248558130,"owners_count":21124223,"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":["37c3","flood","hacktoberfest","pixelflut","pixelpwnr","rust","screencast"],"created_at":"2024-11-15T03:24:35.048Z","updated_at":"2025-04-12T11:21:39.397Z","avatar_url":"https://github.com/timvisee.png","language":"Rust","funding_links":["https://github.com/sponsors/timvisee","https://timvisee.com/donate","https://patreon.com/timvisee","https://ko-fi.com/timvisee"],"categories":[],"sub_categories":[],"readme":"# pixelpwnr-cast\n\nA quick [pixelflut][pixelflut] ([video][pixelflut-video]) client in\n[Rust][rust] for use at [37C3][37C3], that streams your screen to pixelflut panels.\n\nFor a high performance pixelflut client and server implementations, see:\n- [pixelpwnr][pixelpwnr]: client to flut (animated) images\n- [pixelpwnr-server][pixelpwnr-server]: server\n\n## Features\n\n* Stream your desktop in real-time\n* Many concurrent drawing pipes, fast multithreading\n* Control over render sizes and offset\n* Automatic image sizing and formatting\n* Blazingly fast [binary protocol](https://github.com/timvisee/pixelpwnr-server#the-binary-px-command) (`PB` with `--binary`)\n* Linux (X11), Windows and macOS\n\n## Usage\n\nCast your desktop:\n```bash\n# Flut your screen\n# - To host 127.0.0.1 on port 8080\n# - With 4 painting threads\n# - With the size of the screen (default)\npixelpwnr-cast 127.0.0.1:8080 -c 4\n```\n\nCast to a small frame:\n```bash\n# Flut your screen to a small frame\n# - To host 127.0.0.1 on port 8080\n# - With 4 painting threads\n# - With a size of (400, 300)\n# - With an offset of (100, 100)\npixelpwnr-cast 127.0.0.1:8080 -c 4 -w 400 -h 300 -x 100 -y 100\n```\n\nUse the `--help` flag, or see the [help](#help) section for all available\noptions.\n\n## Installation\n\nFor installation, Git and Rust cargo are required.\nInstall the latest version of Rust with [rustup][rustup].\n\nThen, clone and install `pixelpwnr-cast` with:\n\n```bash\n# Clone the project\ngit clone https://github.com/timvisee/pixelpwnr-cast.git\ncd pixelpwnr-cast\n\n# Install pixelpwnr-cast\ncargo install --path .\n\n# Start using pixelpwnr-cast\npixelpwnr-cast --help\n\n# or run it directly from Cargo\ncargo run --release -- --help\n```\n\nOr just build it and invoke the binary directly (Linux/macOS):\n\n```bash\n# Clone the project\ngit clone https://github.com/timvisee/pixelpwnr-cast.git\ncd pixelpwnr-cast\n\n# Build the project (release version)\ncargo build --release\n\n# Start using pixelpwnr-cast\n./target/release/pixelpwnr-cast --help\n```\n\n## Help\n\n```text\n$ pixelpwnr-cast --help\n\nInsanely fast pixelflut client for casting your screen\n\nUsage: pixelpwnr-cast [OPTIONS] \u003cHOST\u003e\n\nArguments:\n  \u003cHOST\u003e  The host to pwn \"host:port\"\n\nOptions:\n      --help                       Show this help\n  -s, --screen \u003cSCREEN_ID\u003e         Screen number (X11 ID) [default: 0]\n  -w, --width \u003cPIXELS\u003e             Draw width [default: screen width]\n  -h, --height \u003cPIXELS\u003e            Draw height [default: screen height]\n  -x \u003cPIXELS\u003e                      Draw X offset [default: 0]\n  -y \u003cPIXELS\u003e                      Draw Y offset [default: 0]\n  -a, --alpha \u003cALPHA\u003e              Alpha channel [0, 255] [default: 255] [default: 255]\n  -c, --count \u003cCOUNT\u003e              Number of concurrent threads [default: number of CPUs]\n  -b, --binary                     Use binary mode to set pixels (`PB` protocol extension) [default: off]\n  -f, --flush \u003cENABLED\u003e            Flush socket after each pixel [default: true] [default: true] [possible values: true, false]\n  -f, --frame-buffering \u003cENABLED\u003e  Whether to use frame buffering [default: true] [possible values: true, false]\n  -V, --version                    Print version\n```\n\n## Relevant projects\n\n- [pixelpwnr][pixelpwnr]: client to flut (animated) images\n- [pixelpwnr-server][pixelpwnr-server]: server\n\n## License\n\nThis project is released under the GNU GPL-3.0 license.\nCheck out the [LICENSE](LICENSE) file for more information.\n\n\n[37C3]: https://events.ccc.de/congress/2023/infos/startpage.html\n[pixelflut]: https://cccgoe.de/wiki/Pixelflut\n[pixelflut-video]: https://vimeo.com/92827556/\n[pixelpwnr]: https://github.com/timvisee/pixelpwnr\n[pixelpwnr-server]: https://github.com/timvisee/pixelpwnr-server\n[rust]: https://www.rust-lang.org/\n[rustup]: https://rustup.rs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimvisee%2Fpixelpwnr-cast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimvisee%2Fpixelpwnr-cast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimvisee%2Fpixelpwnr-cast/lists"}