Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/automerge/pixelpusher

pushin' pix
https://github.com/automerge/pixelpusher

Last synced: 3 months ago
JSON representation

pushin' pix

Awesome Lists containing this project

README

        

# pixelpusher

![](screenshots/animation-cat.gif)

Read the announcement blog post here:

[Pixelpusher: Real-time peer-to-peer collaboration with React](https://medium.com/@pvh/pixelpusher-real-time-peer-to-peer-collaboration-with-react-7c7bc8ecbf74)

## Downloadable releases

https://github.com/automerge/pixelpusher/releases

A Mac .dmg and Windows installer are available. These are hand built at the moment.

## Installation from source

```bash
# Install latest node. I'm using 9.2.1
brew install yarn
brew install openssl
yarn

export CPPFLAGS=-I/usr/local/opt/openssl/include
export LDFLAGS=-L/usr/local/opt/openssl/lib
yarn start
```

You can start additional clients by setting `CLIENT_ID` (default: 0):

```
CLIENT_ID=1 yarn start
```

If you want to edit the CSS, for now, start the css watcher separately:

```bash
yarn run css
```

![pixelpusher](screenshots/screenshot-cat.png)

## Slack

[Join the Automerge Slack community](https://communityinviter.com/apps/automerge/automerge)

There is a #pixelpusher channel. Come share your artwork and ask us about the code!