pixy-browser

A multi-device Browser for Android with Bluetooth broadcast of rendered page view. Features arbitrary screen dimensions up to 65K x 65Kx and projection to 30 devices.

Usage no npm install needed!

<script type="module">
  import pixyBrowser from 'https://cdn.skypack.dev/pixy-browser';
</script>

README

PiXY Browser

PiXY APK

Overview

PiXY is a browser that broadcasts rendered webpage to multiple Android devices via Bluetooth. Supports arbitrary screen dimensions and crop of view per device.

PiXY supports screen resolution of up to 65000x65000 pixels and view broadcast to 30 devices.

Usage

Run script on a Linux system:

const {PixyBrowser} = require('pixy-browser')

new PixyBrowser({
  url: 'http://js2dx.com/demo/index.html',
  devices: [
    {
      top: 0,
      left: 0,       // crop of device A
      bottom: 1050,  // right half of rendered view
      right: 719
    },
    {
      top: 0,
      left: 720,     // crop of device B
      bottom: 1050,  // left half of rendered view
      right: 1400
    }
  ],
  height:1050,       // window.screen.height
  width:1400         // window.screen.width
})

PiXY Android app in Google Playstore

Install PiXY on Android. Select Bluetooth connection, device crop, zoom and press START.

Android app interface:

PiXY APK

APK and more information:

Project Website

License and Copyright

ICS. Copyright (C) Sergei Sheinin