Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automerge/pixelpusher
pushin' pix
https://github.com/automerge/pixelpusher
Last synced: 3 months ago
JSON representation
pushin' pix
- Host: GitHub
- URL: https://github.com/automerge/pixelpusher
- Owner: automerge
- License: mit
- Created: 2018-01-03T19:07:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T20:59:36.000Z (over 6 years ago)
- Last Synced: 2024-05-10T00:18:28.253Z (6 months ago)
- Language: JavaScript
- Size: 3.42 MB
- Stars: 219
- Watchers: 14
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
yarnexport 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!